cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Visual Studio 2013 won't display line nu
Visual Studio 2013 won't display line numbers for errors
Jul 5, 2014 at 1:15am UTC
Jakee
(49)
So the Visual Studio 2013 IDE is not telling me where I am getting errors in my code, is there an option to display them?
I keep getting this:
http://i62.tinypic.com/2nld2xd.png
Jul 5, 2014 at 1:52am UTC
Zhuge
(4664)
Those are linker errors, not compiler errors, so they don't occur on a line in your source code. I would guess the problem is you have written prototypes for the two constructors mentioned but haven't defined them.
Jul 5, 2014 at 2:32am UTC
Jakee
(49)
Fixed it, my constructors were not set to default.
Topic archived. No new replies allowed.