No console output on cout

前端 未结 7 2079
情歌与酒
情歌与酒 2020-12-19 06:11

Good morning,

I have a problem with Eclipse IDE for C/C++ Developers.

I\'m writting a smal tool for converting Strings. While testing on some point e

7条回答
  •  Happy的楠姐
    2020-12-19 06:56

    Hi after some similar struggle I figured out, that the first element of the project's properties environment PATH variable must be "C:\MinGW\bin;" Otherwise a wrong version might be used, especially if you use different compiler.

提交回复
热议问题