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)
- Host: GitHub
- URL: https://github.com/g3th/cplusplus-define-and-declare-functions
- Owner: g3th
- Created: 2022-10-28T02:44:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T04:57:59.000Z (almost 4 years ago)
- Last Synced: 2025-10-13T20:03:09.183Z (10 months ago)
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.