Solve Any Compiler Error Easily

This tip submitted by Wajahat Karim on 2010-09-06 18:39:36. It has been viewed 63756 times.
Rating of 5.9 with 1066 votes



Hey dear fellow members, here I am going to tell you a very good tip on solving any compiler error. To apply this method, you will need C/C++ and Microsoft Visual Studio 2000, 2005, 2008 or 2010. When you get any compiler error in MS Visual Studio, then in the Error List Panel, you will see ERROR CODE along corresponding error. Write that ERROR Code with keyword "MSDN" in GOOGLE, and you will get a link on MSDN. In that link, you will find every detail on that error and information on how to fix it.

For other compilers, you can often search for the name of the compiler followed by the error message.



More tips

Help your fellow programmers! Add a tip!