User profile: pwnedu46

User info
User name:pwnedu46
Bio:Beginner C++ programmer.
History
Joined:
Number of posts:42
Latest posts:

floor()
Sometimes you just have to go with your gut and ignore compiler warnings you know are wrong. ;P

2D vectors
Thanks framework. I was wondering why I was getting errors for that.

2D vectors
Is it possible to have a 2-dimensional vector? ie. [code]vector<int> myVector (2)(2) [/code]...

MY CODE KILLED MY COMPUTER!!!!!
The operating system doesn't affect it that much. It [i]can[/i] slow it down by at the most, I'd est...

Shorten console menu
Ok, I'll try it with the ShellExecute command. C::B has code for creating a window, but I could neve...