Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hultan704668yDoesn't VS always tell you where? Usually you can just double click the error message and jump straight to the line of code...or?
-
@Hultan70 Happened to me in C++. It just kept saying "; expected" but when I double clicked it didn't take me where it was missing. I called a friend to help me and everything, finally it was at the end of one of the file where I made some modifications. Lost 30mins of my life :(
-
@Hultan70 Never happened to me in C# too. Only in C++, it was a .h file. Saddest moment of my life when I had to search every file where it was missing :(
-
Voxera115858yC++ structure is a lot more flexible so it is not always clear where the ; should be, just that at some place it realizes tjat there should have been one.
Related Rants
When Visual Studio won't tell you where did you forget to put the ";"...
undefined
visual studio
code review
sad
c++
code