Webastor - Programming Tips and Tricks

Programming language => C++ => Topic started by: Owain on November 17, 2016, 07:04:54 PM

Title: What are the major changes from c+?o c++?
Post by: Owain on November 17, 2016, 07:04:54 PM
Hello, I would like to ask you a problem, I would like to know what are the major changes from c+?to c++? Thank you for informing me by explaining clearly.
Title: Re: changes from c+?to c++?
Post by: Kobe on January 08, 2017, 01:28:06 PM
Function Prototypes

In C++, a function must have a prototype in scope when it is called. In C, this is not necessary, although it is regarded as good programming practice.