User profile: ats15

User info
User name:ats15
History
Joined:
Number of posts:10
Latest posts:

Problem with classes and linking
void print(int red, int blue, int green) should be replaced by void print(Color color) in both cpp a...

Unresolved External Symbol
You likely did not link the program correctly. what compiler are you using? In Visual C++ you will n...

Text Adventure issue
Never, 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

User: ats15

  • Public profile