/Visual Studio 2008/CppSTLBasics/CppSTLBasics.cpp
# · C++ · 11 lines · 5 code · 4 blank · 2 comment · 0 complexity · b7e30211076e349f7c88c3d1e2ad863c MD5 · raw file
- // CppSTLBasics.cpp : Defines the entry point for the console application.
- //
-
- #include "stdafx.h"
-
-
- int _tmain(int argc, _TCHAR* argv[])
- {
- return 0;
- }