i'm really new.

i'm sorry to take your time with such a noob'ish question, but i can't even find where to start coding...can someone just help me get started here

Answer this question

i'm really new.

  • davros51

    Start up VS via the icon and do ctrl^shift^n to start a new project. Select win32 console app and give it a name and you're away. And try not to get discouraged by people who would rather patronise you than spending less time and effort in giving you a helpful answer.

  • T.J. Glazier

    I would advise you to look at http://msdn.microsoft.com on how to create and build projects. That is the best way to use Visual Studio.

    Thanks,
      Ayman Shoukry
      VC++ Team

  • ScoobyBlue

    yea, i already have a book, the trouble is, that i can't find where to start...it says type the command to start my compiler, and it says it depends on which compiler i have but i don't know the command for this...can someone help me with it
  • Andy Wilkinson

    I would advise you to learn about the C++ language via reading some books. Take a look at this post for book selections: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=107484

    Good Luck!

    Thanks,
      Ayman Shoukry
      VC++ Team

  • aberazioon

    thanks man, that's the kind of answer i was looking for ;)
  • i'm really new.