User profile: maeriden

User info
User name:maeriden
Name:Daniele
Location:Italy
Bio:In "Occupation" I couldn't set NEET :(

I learned the basics of C in university, and that's my only formal programming education
After dropping out I learned a bit of python, which was my introduction to OOP, and now I'm trying to learn C++ from self-study

I'm trying to create a simple game engine as a learning project. I know it's useless, but it's a lot easier to study if you're working on something that's close to your interests

Currently attending a course for mobile app development
Statistical data
Birthdate:Nov 18, 1990
Gender:Male
Occupation:Other
Skills:C
C++
History
Joined:
Number of posts:339
Latest posts:

arrays
I wish I could [code]new[][/code] chocolates with the same effort.

Printing one character in a string
strlen() cannot be used because it expects a [tt]const char*[/tt] as argument, not an [tt]std::strin...

Printing one character in a string
http://cplusplus.com/reference/string/string/substr/ http://cplusplus.com/reference/string/string/op...

ColorKeying in sdl
[quote]SDL on windows sends all console output to file. The text you print with cout will end up in ...

Implementation File vs Header File
Yes I meant those. Did you delete the definitions from the header files?