OP here.
>>6
Thanks for the info. I guess it really depends on where you live and what kind of stuff is being developed in C++ where you can get a job.
May I ask in what country do you live?
>>5
Actually I agree with the cout stuff, that's why I wrote what I wrote in
>>2
I never really liked the cout/cin <</>> stuff myself. We also haven't mentioned the fucked up operator overloadings some people do.
So strictly speaking if we take the entire language some parts of it are pretty fucked up, and I guess some people abuse it, but you don't necessarily have to use those features.
I'm still interested in what people think what things are fucked up about C++.
I use it mainly because I am interested in low-level stuff and native development and it gives me oop when I need it.