Problem with classes and linkingvoid print(int red, int blue, int green) should be replaced by void print(Color color) in both cpp a...
Unresolved External SymbolYou likely did not link the program correctly. what compiler are you using? In Visual C++ you will n...
Text Adventure issueNever, and I repeat NEVER use goto statements in C++. It is one of the worst coding practices. It wi...
fahren to cel Two small errors: 1. Conversion to Celsius has the wrong sign fahrenheitToCelsius = (farh - 32) * 5...
Please help me with this program..!!Ouch. What a mess :) You need to address the C++ errors, and logical errors as well. Works well to ...
This user does not accept Private Messages