User profile: ModShop

User info
User name:ModShop
Name:Ben Reid
Website:http://google.com/#q=zerg+rush
Bio:Hobbyist Game Programmer
Statistical data
Birthdate:Sep 24, 1995
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Javascript
HTML/CSS
History
Joined:
Number of posts:1149
Latest posts:

system function in a while loop
Not only are you spawning a new process repeatedly, but that loop is also executing as fast as possi...

What does this function do ?
Just write out what it's doing at each step. If you don't understand what some code is doing just by...

Declare and Use an Array on One Line
That's exactly what I was looking for, thanks!

Declare and Use an Array on One Line
Well yeah, that allows the problem to be solved in two statements but I would like to do it in one. ...

Declare and Use an Array on One Line
So I'm lazy and want to try and make and use a small lookup array on one line. I've tried this: [cod...