Eclipse- C/C++

前端 未结 2 1264
北荒
北荒 2021-01-24 01:59

I recently decided to learn C/C++ in preparation for a coding class I will take in a few months so I downloaded and installed Eclipse. When I was going through the tutorials for

2条回答
  •  离开以前
    2021-01-24 02:42

    Your path settings may not be carrying through to your toolchain. To be sure, add the full path to your MinGW binaries folder to your Windows path and restart. (Cygwin binaries folder (C:\Cygwin64\bin, on my system) for Cygwin users).

提交回复
热议问题