Google
 

Monday, January 17, 2011

C++ Primer Answer book for 4rd edition-Exercise 8.16

// Exercise 8.16.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <string>
#include <vector>
#include <iostream>
#include <sstream>

using namespace std;

int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}


Angelo Yin

Keep moving forward!

No comments: