What don't you like about C++?
Most of the negative talk about C++ is rooted on the fact that C++ is a complex language with lots of features. For example programmers with a Java background will point to the fact that C++ doesn't have a built in garbage collector, but this also leads to better performance by C++. Others such as triditional C programmers might find the object oriented features overwhealming and perhaps even unneccessary. Some might not like it for writting small programs and relatively simple programs and might prefer to use Perl and Pascal for such tasks as C++'s features are mostly there to support larger, more complex programs.

0 Comments:
Post a Comment
<< Home