Syntactically and in terms of the compilers they are similar, C and C++ aren't even close to being used the same way. The simple fact that C++ is OOP changes the way that it is used. C is mainly used for very fast, low impact programs (operating systems, graphics...) and C++ is used for larger projects that need more organization and speed and footprint don't matter as much (apps.) |
|
Bookmarks