User profile: Drakon

User info
User name:Drakon
Name:Johnathon
Location:Christchurch, New Zealand.
Bio:Hey, I am 18 years old.

I've been reading about C++ for two years and still find it fascinating to learn anything new about it, so I hope to see one day that I end up helping other people out!

Once I master the basics of C++ I may move onto boost and some other major third party libraries.


Or I could go off and learn another language like Javascript or Python, I would choose Python over most since you can integrate it with C++.

Thanks for reading, want to know more about me? Message me.

Current Project: http://d.pr/f/nl6X

I am making the code more effeciant in a later for release. This is a pre-alpha no engine shell release. Keep an eye out for progress. If you wish to compile it yourself, please do so. But make sure you Link PDCurses33.
Statistical data
Birthdate:Mar 8, 1995
Gender:Male
Occupation:Student
Skills:C
C++
VB .NET
History
Joined:
Number of posts:31
Latest posts:

How to censor password?
You could go out of the way and use ncurses/pdcurses. It has a command called noecho(); whichs stop...

Verify numeric input
sorry for my overly late reply. You could try using two for loops one hold numbers in a string like ...

Need help understanding this assingment
Oh I should've said the %% mean nothing and you should replace the inside of the for loop with actua...

Verify numeric input
[code]int n; cin >> n; if(!cin) // or if(cin.fail()) { // user didn't input a number }[/code] F...

Need help understanding this assingment
[code]for (int LengthOfConsole = 0; LengthOfConsole < %Width Of The Console%; LengthOfConsole++) { P...