- 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
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)
Templates
Vinh Huynh
- 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
SGMX
A Bunch of skeleton frameworks already come with Visual Studio isnt it
Federico Balbi
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