DEV Community

Discussion on: C++: A concise introduction to functions

Collapse
 
elvisoric profile image
Elvis Oric

Nice post! You just need to pay attention to the terminology.
Comments in code snippets are a bit misleading.
// Define function is actually function declaration and
// Create function is function definition.

Collapse
 
isaack_bsmith profile image
Isaac Smith

Thank you for your feedback. I have fixed the error.