Originally posted by: SystemAdmin
The CPLEX documentation team assumes (not unreasonably, in my opinion) that if you are using the C++ API, you are experienced with coding in C++ (including compiling and linking). They do provide detailed information for how to compile using Visual Studio in a file (c_cpp.html) that ships with Windows version of CPLEX (at least it did with 12.1; not sure about 12.2). Things like runtime library and STL are familiar to C++ coders, and are not specific to CPLEX.
If you are just learning C++, you might consider switching to either Java or Python, both of which (in my opinion) are much easier to learn, and both of which require less screwing around when you go to compile a program.
/Paul
Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
#CPLEXOptimizers#DecisionOptimization