function prototype « Function « C++ Tutorial






7.2.function prototype
7.2.1.Use a function prototype to enforce strong type checking
7.2.2.Use a function's definition as its prototype, appears before main
7.2.3.Returning a pointer from function