dill

Joined: 19th Jul 2011
Posts: 430
my first program in c++
Hey guys this is my first program in c++, Its a caculator, When it gives u the awnser it closes sorry for that,
http://www.mediafire.com/?s5v2p4to7s98vsg
14 years, 16 weeks ago
|
Jimbo
Joined: 17th Mar 2009
Posts: 416
Re: my first program in c++
How about posting the code to a pastebin, champ.
Also; Try using "std::cin.get()". That waits for user input then continues with the program. Try adding it to the end of your code(Right before return 0;).
---
I forgot what I was going to write...
14 years, 16 weeks ago
| |