chpicker
Programmer
- Apr 10, 2001
- 1,316
I've been working with Basic most of my life, primarily in QuickBASIC (old procedural programming). For the last year or so, I've been working in Visual FoxPro, finally learning how to do Object Oriented Programming. With this background, I want to try to learn how to program in C. Can anyone suggest how I could best go about starting? I have the full Visual Studio suite, so I have the Visual C++ language and the MSDN library, but I'm at a loss as to even how to START creating a project in VC++. Unlike other languages, there doesn't seem to be a "language reference", so I'm assuming there aren't any real built-in commands or functions, just sample classes. Any suggestions on a good starting point?