Click here to Skip to main content
15,899,124 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
Help me with the code writing of Calculator using C# and with some Guidance
Posted

Have you at at least tried anything on your own?

Try something and when you have a problem post what you have tried and ask a question.
 
Share this answer
 
Building a calculator is a good learning project to do.
However, guidance would depend on your skill level.
Try something out and then post issues that you face here.

If you are a beginner, you can start with something basic.
Put a few buttons on the screen. Put some numbers on them and then start adding subtracting them.

Then move over to something more complex. Put those buttons in a collection and control them via that collection.

Simple progress like that will help you move ahead.
 
Share this answer
 
v2
It might be helpful,

Simple Calculator[^]

:)
 
Share this answer
 
C#
Process.Start("calc.exe")
 
Share this answer
 
Comments
#realJSOP 17-Aug-11 10:01am    
5 - Ahhhh, refreshing! Someone that has the same sense of humor that I do...
Simon Bang Terkildsen 17-Aug-11 10:03am    
hehe, I'm just not so quick to shoot as you.. yet :)
This link[^] will give you a lot of references to help you get started.
After you have written some code of your own, if you get stuck, you should feel free to ask specific questions here. Be sure to include the lines of code where you are having the problem as well as providing a detailed description of your issue.
 
Share this answer
 
 
Share this answer
 

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