I am a beginner in C++. I would like to use C++/Concert technology to code an optimization model. I read some tutorials to set up CPLEX Concert
with C++ on Windows. I tried both Release and Debug modes. Finally I settled with the Debug mode. My computer has a 64-bit OS, the installed Cplex version is 12.6.1. I am using Visual Studio 2013. To build solution, I selected Debug in the Active Solution and x64 for the new platform. After compiling, I faced with the following error:
The code is not mine, it is from tutorial file here pages 8-9.
error C2018: unknown character '0x3'
Can anyone help me to fix this error?