language: C++ 4.7.2 (gcc-4.7.2)
date: 873 days 2 hours ago
link:
visibility: public
1
2
3
char *string = "";
char *currentChar = "B";
strcat(string, currentChar);
prog.cpp:1: warning: deprecated conversion from string constant to ‘char*’
prog.cpp:2: warning: deprecated conversion from string constant to ‘char*’
prog.cpp:3: error: expected constructor, destructor, or type conversion before ‘(’ token