I am doing an assignmetn for school right now and i am wondering how you use functions already written in other files in c++. I know in Linux you must you a makefile to link the programs together but in Windows, what do i do? Thanks
Printable View
I am doing an assignmetn for school right now and i am wondering how you use functions already written in other files in c++. I know in Linux you must you a makefile to link the programs together but in Windows, what do i do? Thanks
do you mean multiple files as in definitions in one file and implementations in another, or something else?
What compiler/IDE are you using?