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() {
In DEVC++, I faced same issue and i got solution. I used single quote instead of double quote.