hi all,
I have a c++ project and would like to create a make file.
say my main program is a.cpp and other source file associated with this project is b.bpp and its header file b.h.There are different lib files also used to execute this program.
Could anyone please give me an idea of how to start creating it and how to execute a c++ project using make file on windows??
Thanks.
I have a c++ project and would like to create a make file.
say my main program is a.cpp and other source file associated with this project is b.bpp and its header file b.h.There are different lib files also used to execute this program.
Could anyone please give me an idea of how to start creating it and how to execute a c++ project using make file on windows??
Thanks.
Comment