Invalid Conversion from 'const char*' to 'int'#include <iostream> using namespace std; int main() { int word; char* str = "bird"; ...
Invalid Conversion from 'const char*' to 'int'I'm having a problem with this. What I'm trying to do is set the variable word as the word 'bird'. H...
This user does not accept Private Messages