Cpp in Vscode

thkros·2024년 10월 18일
  • Install Vscode
  • MINGW
  • System variable add path
  • check version
gcc --version
g++ --version
  • Compile c++ file
    ex) 1000.cpp
    compile it and run exe file
g++ 1000.cpp
.\1000

0개의 댓글