User profile: strongdrink

User info
User name:strongdrink
Email:strongdrinkdev@gmail.com
Website:http://208.68.36.163
Bio:Currently working as a mobile developer part time, as well as a part time university student.

Alternate screen name: elimirks.
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
PHP
C++
Java
Javascript
Python
BASH
Objective-C
Ninja
History
Joined:
Number of posts:444
Latest posts:

Game Programming
Suit yourself.

Reading a file and storing into its respective variables
Pass a pointer of your input stream to the set_code method. EDIT: I recommend not actually using th...

Searching a string of numbers
What about a stringstream? [code] std::stringstream numStream; for (int i : someVector) { numStr...

Game Programming
Design, design, and design some more. I think the best way to create a game is to TOTALLY map out wh...

Lambda vs inheritance/virtual methods for events
Yeah, I ended up using virtual methods due to readability and neat code. I will probably incorporate...