trueまたはfalseを返すブールメソッドを作成しました。返される実際の値を確認したいので、メインのメソッドでこれを試しました。
bool answer = methodName(); // I made sure to include the parameters in my code
cout << answer << endl;
次のエラーが発生します。
error LINK2019: unresolved external symbol "bool ___cdec1" methodName(parameters)
助けてくれてありがとう!