View Single Post
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#4
Originally Posted by white_ranger View Post
Where can i get it?
If the application is open source, then wherever you got the original executable from.

Originally Posted by white_ranger View Post
And one more question, how do you put text in if statements instead of numbers? E.g.
if (x == 10)
cout << 25 << endl;
Now, how can i enter some word instead of 10?
Use speech-marks.
e.g.
Code:
if (x == "ten")
Some free c++ programming books.

Last edited by codeMonkey; 2010-01-30 at 17:00.