I am probably spoiled by writing scripts in vi and Java code in UltraEdit which can place the line numbers next to the code. UltraEdit also shows row and column like MSVC. Really nothing more than a personal preference. Anyway, no it is not basic, and we can all be thankful of that. The...
I am probably spoiled by writing scripts in vi and Java code in UltraEdit which can place the line numbers next to the code. UltraEdit also shows row and column like MSVC. Really nothing more than a personal preference. Anyway, no it is not basic, and we can all be thankful of that. The...
Well, someone I worked with actually found the answer buried down in a listing of MS VC++ non standard functionality. There are 2 options to remedy this.
1. Under Project->Project Settings->C/C++->Customize click Disable Language Extensions (/Za switch). You will probably have issues using...
Does anyone know a way around the multiple initialization error caused by code similar to the following?
for(int i=0;i<10;i++)
.
.
.
for(int i=0;i<20;i++)
Throws the following error on compile:
error C2374: 'i' : redefinition; multiple initialization
Scoping rules would, by my understanding...
I have got some gigantic source files to clean up and line numbers in the VC++ IDE would be helpful. I have dug all over in the IDE and cannot find a switch. I never really needed the line numbers before so I never thought about it. Is this an option or does anyone know of an easy way to set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.