User: whitewolf

  • Public profile

User profile: whitewolf

User info
User name:whitewolf
History
Joined:
Number of posts:6
Latest posts:

Random Compile Error
I figured out the problem. Headptr and ptr were never allocated using 'new' so the program would alw...

Random Compile Error
Doh, I feel like an idiot. Wow that is incredibly simple fix. Thanks! EDIT: Now it compiles, but ...

Random Compile Error
Hello, I am getting this error while using the latest version of Code::Blocks. [quote]error: expe...

Renaming Files the Hard Way
[code]cout << oldn << "\n\n" << newn << "\n" << endl; rename(oldn.c_str(), newn.c_str());[/...

Renaming Files the Hard Way
I took your suggestion and did some digging around here and eventually ended up with a way to do thi...

This user does not accept Private Messages