0
.cpp files and .h files
So I am a computer science student working on a project in C++. I need to create a project in the main function and another set of functions in the .h file and its saying another in a .cpp file. I have am new to using multiple files to create a project. Any advice on how this works? Thanks
2 Answers
+ 5
This would do for a start.
https://www.sololearn.com/learn/CPlusPlus/1955/?ref=app
+ 1
Thank you! My course text book doesnt do a good job at explaining this process.