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

Your First and Biggest Project
I worked on only one thing that can be called a project. An iOS app that a company can use to manage...

How did you come to program
I decided my high school based on the fact that it had an "experimental course" for programming. At ...

Any tips on how to quit smoking?
[quote]9. Quitting is a plausible excuse to play computer games.[/quote] That's true. I often feel l...

pointer in c++
[code]this[/code] is a special pointer that all the instances of a class have, and it points to the ...

Saving data
Your first thought was correct, but there are several ways to do that. Let's take a configuration fi...