Hello All,
Not sure this is the right forum, but I have a Visual Studio question.
I am used to using code::blocks as an IDE. My current instructor likes to use Visual Studio 2008, so I am trying to adjust. One big difference I have found is that when a program does not compile in code::blocks, the line where the error occurs is given in the console, along with the error. I can then click on the error in the console, and the editor will jump to the line with error.
Is this an option in Visual Studio? Visual Studio's error output does not seem to be nearly as user friendly.