cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Where should a function prototype be loc
Where should a function prototype be located?
Dec 9, 2014 at 4:42am UTC
brandontuley43
(7)
Write your question here.
This question has no code as well.
Dec 9, 2014 at 4:45am UTC
ModShop
(1149)
Anywhere before where the function is being used. Generally prototypes are put in to header files that are then included in the source files that need the prototypes.
Topic archived. No new replies allowed.