ThePentiumGuy Posted August 5, 2003 Posted August 5, 2003 Is there a way to make C++.NET automatically fix case sensitive errors like in VB.NET? Also is there a way that C++.NET can automatically type in the semicolon(;) for you? Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* Volte Posted August 5, 2003 *Experts* Posted August 5, 2003 No on both counts. Since you can have variables called both backcolor and BACKCOLOR and they won't conflict, it'd have no idea what to do for you. If you use intellisense (control-space while typing) it will either autocomplete the word you are typing with the correct case, or bring up a list of possible matches that you can choose the one you want. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.