An open API service indexing awesome lists of open source software.

https://github.com/g3th/cplusplus-define-and-declare-functions

How to define and declare functions (C++ basics)
https://github.com/g3th/cplusplus-define-and-declare-functions

Last synced: 22 days ago
JSON representation

How to define and declare functions (C++ basics)

Awesome Lists containing this project

README

          

## C++ : Defining and Declaring functions

Two functions which print strings, including spaces by using 'getline'.

How to define and declare functions.