Line 18: error: conio.h: No such file or directory
t.cpp: In member function 'void str::concat(char*, char*)':
Line 18: error: incompatible types in assignment of 'char*' to 'char [100]'
compilation terminated due to -Wfatal-errors.
|
Banned
|
|
| 22Sep2009,15:48 | #11 |
|
Line 18: error: conio.h: No such file or directory
t.cpp: In member function 'void str::concat(char*, char*)': Line 18: error: incompatible types in assignment of 'char*' to 'char [100]' compilation terminated due to -Wfatal-errors. |
|
Go4Expert Member
|
|
| 22Sep2009,16:50 | #12 |
|
that does not solve the problem.
okay the error is detected but what am i supposed to do to correct it. |