What are main differences before programming languages like C, C++ and Perl
What are some differences between those languages?
Especially C vs. C++
and Perl vs. C/C++
The things that I can think of is that C and C++ are more platform-depended, C++ is more object oriented than C. C/C++ require compiler.
What else is there?