Templates

Can never find stuff from microsoft. Hard site to navigate. Anyway where can I find some templates I searched and came up with nothing.

Thanks  


Answer this question

Templates

  • Vinh Huynh

    What you are searching for

    - What kind of templates do you mean Look into the STL containers stl::list, stl::vector aso.

    - Templates in the meaning of Design patterns (Gamma, Helm, Johnson, Vissidies) This patterns are used. There might be samples for it. But they are implemented on a specific background

  • kunal shanishchara

    I mean project templates.                    
  • SGMX

    Project templates
    A Bunch of skeleton frameworks already come with Visual Studio isnt it




  • Federico Balbi

    Do you mean information about template programming in general or certain templates  that is currently available

    Thanks,
      Ayman Shoukry
      VC++ Team

  • Tim Reid

    As the previous post mentioned, VS comes with different project skeletons. Not all types of projects are available on all editions. For example, if you are using the VC Express edition then there are lots of project types that are not there (e.g. STL, MFC)

    Thanks,
      Ayman Shoukry
      VC++ Team



  • Templates