Random Compile ErrorI figured out the problem. Headptr and ptr were never allocated using 'new' so the program would alw...
Random Compile ErrorDoh, I feel like an idiot. Wow that is incredibly simple fix. Thanks! EDIT: Now it compiles, but ...
Random Compile ErrorHello, 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 WayI 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