User profile: dtaqee88

User info
User name:dtaqee88
Old user name:chief
Name:chief
Location:Chicago, Illinois
Bio:Learning the ropes of c++ to one day get into game programming. As of now I am going for my b.s. in computer science and studying C++ and the SDL library.
History
Joined:
Number of posts:175
Latest posts:

Is it good/bad practice to initialize your vars in your protoypes???
Sure. This is the class prototype and it compiles just fine. Line 16 is where I actually initialize ...

Is it good/bad practice to initialize your vars in your protoypes???
So I've been taught (from "C++ Programming/ From Program Analysis to Design" book) to initialize my ...

Why does the random function output in sequence
I'm guessing it's my compiler too. I tried ALEXCX2PLUS code snippet also and kept getting random num...

Why does the random function output in sequence
[b]//And you don't need a return in main in the latest C++...[/b] Really!?? Thanks.

Why does the random function output in sequence
@ALEXCX2PLUS I just left the preprocessor's in from a current program I'm working on and took every...