PlausiblyDamp
Administrator
Just as a quickie in C# (2003 anyway) if you start to type a variable or classname hit CTRL+space to autocomplete the word.
Just to add my .02 to this. I think C++.Net should be used when you want the power of C++ (ie. scientific computing, gaming, etc) but you want to use the .Net framework for something such as the GUI. C++.Net allows you to do all this in one language.VolteFace said:I don't have a reason to ever use C++.NET -- if you want simplicity, use C# or VB.NET. If you want raw power, use C++. I don't see the use in C++.NET which both removes the simplicity from .NET and adds large dependency to C++.
drewsblues said:Incidentally, there is a shortcut command for commenting and uncommenting multiple lines in VB.NET (it puts all of the single quotes in for you in a block of highlighted text -- and removes them again). I believe the command is ctrl-k, ctrl-c to comment. ctrl-k, ctrl-r to uncomment a block of text. That might not be the exact sequence, but I know you can do it.