/Visual Studio 2008/CppSTLBasics/CppSTLBasics.cpp

# · C++ · 11 lines · 5 code · 4 blank · 2 comment · 0 complexity · b7e30211076e349f7c88c3d1e2ad863c MD5 · raw file

  1. // CppSTLBasics.cpp : Defines the entry point for the console application.
  2. //
  3. #include "stdafx.h"
  4. int _tmain(int argc, _TCHAR* argv[])
  5. {
  6. return 0;
  7. }