User profile: ciphermagi

User info
User name:ciphermagi
History
Joined:
Number of posts:807
Latest posts:

File I/O (serialization) with character shift
*sigh* No. I want to replace. >.<

VideoClub
Short answer is 'yes'. Long answer is that without more detail, and an attempt to make a start on i...

Program is stopped
What cire is getting at is that dereferencing an empty pointer leads to undefined behaviour. In your...

File I/O (serialization) with character shift
My issue is that with my serialization set up the way it is, my fields are bleeding together so that...

Vector of Template in Template
Given: [code]#include <string> template <class T> class basic_container{ private: string nam...