User profile: Framework

User info
User name:Framework
Location:Stoke-on-Trent, England
Bio:Interests:
- Operating System Development
- Creative Writing
- Programming
- Art (imaginative)
- Efficiency (Programming)

Things to note:
- I don't like using pre-made libraries (unless I'm the one who wrote it)
- I almost never use the Standard C++ Library; it's terrible.
- I like to work on the lowest-possible level
- I'm a narcissist, and I know it
Statistical data
Birthdate:Nov 6, 1991
Gender:Male
Occupation:Other
Skills:C
C++
History
Joined:
Number of posts:3459
Latest posts:

Should I begin game programming with C++
[quote=cody mick]"[i]So do you suppose I start doing even smaller projects then games?[/i]"[/quote] ...

Copy Constructor and Assignment Operator
[quote=Tresky]"[i]is there something that tells you when you need those three?[/i]"[/quote] Nope. Wh...

Smart Pointers in Vector
Based on what I'm seeing, I think the author of the code meant that from the call to [tt]people.clea...

pre-increment vs post-increment
[quote=caibbor]"[i]However, references returned also have to be put into temporaries. So what about ...

Should I begin game programming with C++
[quote=cody mick]"[i]Although I have been trying to understand it for a half a year now, but nothing...