User profile: efexor

User info
User name:efexor
Statistical data
Skills:C
C++
C#
History
Joined:
Number of posts:14
Latest posts:

Header File extension .h or .hpp
Most compilers that are up to standard don't the .h anymore, they ignore all headers.

Pointers...
Oh wow, that just made it 99% clearer, thanks man!

how to use A game engine
Programming...

Pointers...
Why would i need to use malloc or new though? couldnt i just say char result?

cin.getline problem
Do these tutorials teach system("pause") because i don't think thats how beginners should be learnin...