vs2010 load up template?

Is there a way (i think there is) to have VS2010 C++ load up the below in my .cpp console application on start up after saving solution name.

1
2
3
4
5
6
7
8
9
10
11
12
13
// 

#include "stdafx.h" 
#include <iostream> 

using namespace std; 

int main() 
{ 

return 0; 
}
Topic archived. No new replies allowed.