>Could you elaborate in detail, what exactly are your problems with C++? >Thanks. :)
You should read http://suckless.org/devel/style_guide. Moreover the C++ standard is so bloated that to my knowledge no compiler ever implemented it completely (Can I haz importz?? 'cause code doesn't belong in header files.), and the biggest ones are incompatible (compare exception handling in gcc and Visual Studio).