User profile: mrpeed

User info
User name:mrpeed
History
Joined:
Number of posts:13
Latest posts:

Good Books for a C++ Beginner
Thanks for the info. In terms of SFML, SDL, and Allegro which would you say is the most supported/ro...

Good Books for a C++ Beginner
Hello, can anyone recommend a good book for learning C++. I understand the language is always changi...

What does this mean in C/C++?
Thank you!

What does this mean in C/C++?
why typedef struct and not just struct?

What does this mean in C/C++?
1. typedef struct pq_item pq_item_t; 2. void *item; //what is type void I have never seen //v...