Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need a program/code to design a currency exchange calculator
Posted
Comments
[no name] 7-Mar-15 16:03pm    
In the title you write "how do I write..", in the description you write "I need.." - what is it now? If you want to write one, you should ask a question when you get stuck with a specific problem. If you want to purchase one, tell me how much you are willing to pay.

1 solution

The minimum you need to write it is a text editor; but a decent IDE is a more appropriate choice. The most obvious example would be Visual Studio, but you can also use Mono, or Eclipse if developing in java is not a concern.

Otherwise, you develop it the same way as any other software:
1) you write down on a paper all your requirements, as well as a schematic UI design.
2) you create a project and start coding as per these requirements/design.
3) you write some unit tests to make sure that the returned results are valid.
4) you debug it toroughly.

You may come back here and ask for a specific question on a specific issue of the code that you wrote. Here is not a code-ordering site. Please see CodeProject QA FAQ[^]
 
Share this answer
 
Comments
[no name] 7-Mar-15 16:45pm    
nice one :-)
Sergey Alexandrovich Kryukov 8-Mar-15 3:26am    
5ed.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900