The first step is to compile your program with -g to include debugging information within the executable: g++ -g -o myprog.exe mycode.cpp.
確定! 回上一頁