I just recently switched from Dev-C++ to VC++, and I already like it better, but there are a couple things:
1. I was able to disable Dev's auto-tabbing feature, and cause it to use spaces instead. How do I do that in VC++?
2. Also, when I build (F7) the program isn't automatically launched like it is in Dev, is there a way I can cause VC to do this?