Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 28th, 2007, 8:49 PM   #1
blumoon
Newbie
 
Join Date: Oct 2007
Posts: 2
Rep Power: 0 blumoon is on a distinguished road
Currency Conversion

I can relate to getting discouraged. I am curently taking IT through distance learning. I am in fundementals of programming right now and it is hard as ever. I feel like I am losing my mind because I really want to learn it, but I am not grasping it for some reason. The instructor is via the web and we communicate through a message board it is harder than if I was in a campus classroom. Right now we have to design a program for currency conversion project basically we have to convert the canadian currency to the U.S. dollar.
I have read the reading material over and over and still nothing.

I would check into private tutoring, but to be honest I just cant afford it.
Does anyone ahve any suggestions that may help me grasp it better. I am open to anything, any ideas I will try.

Last edited by DaWei; Oct 28th, 2007 at 11:05 PM. Reason: Moved to new thread and titled.
blumoon is offline   Reply With Quote
Old Oct 28th, 2007, 11:01 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Re: Discouraged Computer Science Student

Please don't hijack another's thread, particularly if it is an old thread. If you have specific questions (such as currency conversion), start your own thread.

As far as the currency conversion process is concerned (at least in this case), it is a linear relationship. I the exchange rate for Bulbars versus Dollars is 2:1, then I get 2 Bulbars for every Dollar. Or I get a half-Dollar for each Bulbar.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers

Last edited by DaWei; Oct 28th, 2007 at 11:12 PM.
DaWei is offline   Reply With Quote
Old Oct 28th, 2007, 11:28 PM   #3
MiKuS
Hobbyist Programmer
 
Join Date: Jun 2007
Posts: 129
Rep Power: 2 MiKuS is on a distinguished road
Re: Currency Conversion

what do you already know? what are you getting stuck on? what don't you understand?

does the program need to use up to date figures for the exchange rate? can we hard code the exchange rate in?
this is a simple calculator application, just run the figures through a formula, updating the formula when the application is ran wouldn't be too hard, either.
MiKuS is offline   Reply With Quote
Old Oct 29th, 2007, 12:19 AM   #4
Jabo
Not a user?
 
Join Date: Sep 2007
Posts: 272
Rep Power: 2 Jabo is on a distinguished road
Re: Currency Conversion

I would say ask your teacher, it isn't really much different than asking for help here. Both are online mediums. Main difference between here and your teacher is he's getting paid to help you, nobody here is. If he isn't helping you, then take it to the school's administration. If you can't get satisfaction there, then it isn't a good school and you should...do what you gotta do.
Jabo is offline   Reply With Quote
Old Oct 29th, 2007, 8:56 AM   #5
wolfpack
Mentally Challenged
 
Join Date: Oct 2007
Location: Japan
Posts: 6
Rep Power: 0 wolfpack is on a distinguished road
Re: Currency Conversion

Quote:
Originally Posted by blumoon View Post
I would check into private tutoring, but to be honest I just cant afford it.
Does anyone ahve any suggestions that may help me grasp it better. I am open to anything, any ideas I will try.
The computer is not intelligent than you. It is only good in doing repetitive things. So unless you understand how you would do it, you cannot program the computer on how to do it. So the best thing is to try it by hand. Think what would be the information you would need, if you were to do it by hand. After getting the information how would you process it in paper? Do this a few times. Then you will see a common pattern. Write this pattern in a step by step method. That step by step process will be the algorithm. post the algorithm here and we will work it from there.
__________________
I don't need no signature.
wolfpack is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
currency conversion program zorin Show Off Your Open Source Projects 3 Feb 1st, 2006 5:25 PM
invalid conversion from `const IntNode*' to `IntNode*' Yona C++ 4 Feb 1st, 2006 4:58 AM
Currency, Integer and Single Datatype java_roshan Visual Basic 13 Oct 19th, 2005 6:46 AM
Invalid Conversion?? Broax C++ 11 Jul 20th, 2005 8:25 AM
Temperature Conversion Program - Help! shangnyun Java 32 Jun 12th, 2005 8:31 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:44 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC