ISO C++ forbids comparison between pointer and integer [-fpermissive]| [c++]

前端 未结 4 1924
感情败类
感情败类 2021-01-11 10:38

I am trying to compile the following code on Ubuntu (64-bit), with Code::Blocks 10.05 as IDE:

#include 
using namespace std;
int main() {
            


        
4条回答
  •  清歌不尽
    2021-01-11 11:33

    In DEVC++, I faced same issue and i got solution. I used single quote instead of double quote.

提交回复
热议问题