No console output on cout

前端 未结 7 2074
情歌与酒
情歌与酒 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条回答
  • 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.

    0 讨论(0)
提交回复
热议问题