For me C++ is shitty language. I mean, it is easier for memory leak in C++ than in Pascal (ANY pascal) because pointers are used freaking everywhere, even in place where passing variable by value instead of by reference would be enough. In Pascal you use pointers only when you have to. I'll probably stop right now, because I'm ranting again and this is not thread for that. I also need to write Super Heli Land (contrary to popular believe games aren't writing themselves).

Now, I can do some simple C++, but only with stuff like C++ Builder (by the way is it still around? Last version I remember was C++ Builder 5) and QT Creator. I could never could write c++ app from scratch, because I am simply unable to.