Link to home
Start Free TrialLog in
Avatar of Crash2100
Crash2100Flag for United States of America

asked on

Turn off Caps Sensitivity?

Does anyone know if it is possible to turn off the capitalization sensitivity in Visual C++?  So that it works like visual basic.

For example, say you have declared a variable called iCNT, and you use it later and type in icnt, to make it so Visual C++ will automatically change it to iCNT.
Avatar of thienpnguyen
thienpnguyen

It is not possible. Because, C++ is a case sensitive language.
ASKER CERTIFIED SOLUTION
Avatar of mirec
mirec

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Crash2100

ASKER

Sorry for the long wait.  That Visual Assist is a really neat program, this is 10 times better than just turning off caps sensitivity.  Is there any program like this for Visual Basic?
Hi Crash2100,
Unfortunatelly I don't know about similar program for VB, but you may ask guys from VB section ;)
m.
I was surching the net to find out how to make visual basic case sensitive.

We have a class called iStream thet conflicts with istream. does any one know how to fix visual C++ to be case sensitive