User profile: toomanystars

User info
User name:toomanystars
Name:Mike P
Location:Edmonton, Alberta
History
Joined:
Number of posts:102
Latest posts:

Console Layout Control "Windows.h" experts needed
Hi guys, I am working right not on a little stub program to make sure everything is working fine...

Communication to another computer tutorial
Hi randisking, Sorry for the belated reply, but I just got back home. I will be sure to check out ...

Communication to another computer tutorial
Hi guys, I am looking to broaden my C++ knowledge and was wondering if anyone knows of a noob tu...

Saving object to file, and then loading it
Hi Shacktar, [code] #include <fstream> #include <iostream> #include "player.h" using namespace s...

Saving object to file, and then loading it
Using [code] Person::Person() { memset(name, 0, sizeof(name)); //will work because name is an ...