cplusplus.com
C++ : Users : Framework
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: Framework
Public profile
Send private message


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:3461
Latest posts:

Creating a custom filetype
[quote=martianxx]"[i]Also how can I encode a standard bitmap image into my file (the tile set) so th...

libstdc++-6.dll not found
I had this problem when trying to compile a simple SFML program. Initially, the compiler complained ...

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...