C# is basicly microsofts version of javaParky said:Hi all,
At the momo i am learning c++ and have some bit of experience with making some programs in it.
But there is one question that comes to my mind,
why C programmes say c++ is bad, and reverse and what-where-... is C# ?
Danya said:C programmers dislike C++ because they feel the object orientation obfuscates code and makes things needlessly complicated.
C++ programmers dislike C because they feel the lack of object orientation obfuscates code and makes things needlessly complicated.
Any C++ coder of any worth knows pointers inside out as they are essential for doing any OO in C++. Anyone who can't write their own data structures isn't really a coder tbh. ;pLinnet said:Speaking as a C coder (yeah, we exist, we mostly do low level stuff ime), I don't actually agree. C++ coders do tend to absolutely detest C because ... they don't understand it. Pointers, and stuff like having to write your own data structures confuse their tiny minds, etc