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 Respostas
+ 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.