Help with template functions
I get an error saying no matching function for call to menuOption()
1 2 3 4 5 6 7 8 9 10
|
template <typename T>
T menuOption();
int main()
{
string bracketName;
int menuChoice=0;
menuChoice = menuOption();
|
Topic archived. No new replies allowed.