Hi, I am learning C++ programming. Sometimes, I wonder *how to create an exe file* using Microsoft Visual Studio. Suppose I have a main.cpp and header files written. And let's assume this program is for personal expenses record. So after I have...
Hi, I am learning C++ programming. Sometimes, I wonder
how to create an exe file using Microsoft Visual Studio. Suppose I have a main.cpp and header files written. And let's assume this program is for personal expenses record. So after I have those resource files finished, how can link them to create an exe file so that I can use it at every pc? Thank you very much!