What does it mean when you get an error that says "implicit declaration of function `int getNum1(...)' " ?
This is a discussion on Question about error message... within the C++ Programming forums, part of the General Programming Boards category; What does it mean when you get an error that says "implicit declaration of function `int getNum1(...)' " ?...
What does it mean when you get an error that says "implicit declaration of function `int getNum1(...)' " ?
Either you have to include a header, or you didn't declare something before hand. I get that with getch() sometimes.