User profile: Sythical

User info
User name:Sythical
History
Joined:
Number of posts:11
Latest posts:

Storing objects using std::vector
The problem with emplace_back is that the program will still crash when I try to add the 11th instan...

Storing objects using std::vector
I have two classes, Parent and Child, where Parent contains a vector that is used to store instances...

Typedefs automatically imported in header files
That makes perfect sense, thank you everyone :)

Typedefs automatically imported in header files
Sorry, I never knew that headers included in a source file are visible to other headers which are al...

Typedefs automatically imported in header files
I recently noticed that I don't need to include the required header files inside header files that I...