2. C++ improvements over C
Here we describe the main non-object-oriented improvements that C++ has brought to the C language.
The C language is lax when it comes to declaring functions. Indeed, while it allows complete declarations (prototype with type of arguments and return value), it also authorizes partial declarations, and in some cases even no declaration at all.
C++ retains only the most reliable aspect of C, as it was already used by C programmers anxious to secure their programs. It requires any function used in a source file to be :
You do not have access to this resource.
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed?
Log in!
Ongoing reading
C++ improvements over C