Customising VisualC++

I know this topic would best be posted on the VC++ forums but navigating and logging in successfully proved to be a challenge.

I have never used vc before, but due to the overwhelming support of just about everyone in here decided to give it a go, there's a number of problems I can't seem to solve.Namely finding some decent tutorials & Auto-completion for brackets, inverted commas etc.
Also trying to find resources on the headers that come with the wizard console application projects. "stdafx.h" etc... stdafx, just seems to be a header with more declarations of headers... I don't see the point in this unless it's to cutdown on the number of lines in the header file your working on. Really ambiguos.
stdafx.h is a precompiled header, nothing you really need. Somewhere in the project properties you can disable it
Topic archived. No new replies allowed.