[求助]我不知道怎么用stdafx.h
											在stdafx.h和stdafx.cpp中分别做些什么工作啊
在stdafx.h和stdafx.cpp中分别做些什么工作啊
	    2006-07-17 18:12
  
	    2006-07-17 19:41
  比如我要建一个工程有3个文件:
一、snake.cpp
需要的头文件是:
#include <iostream>
#include "snake.h"
#include <windows.h>
二、snake.h
需要的头文件是:
#include <windows.h>
#include <ctime>
#include <iostream>
#include "snake.h"
三、main.cpp
需要的头文件是:
#include <vector>
#include <queue>
那么在stdafx.h和stdafx.cpp中分别应该加什么呢?
	    2006-07-17 22:05
  
	    2006-07-24 15:01
  
	    2006-07-24 15:41
  那你干脆开个帖子发图片上来吧,标题叫做stdafx.cpp的作用
	    2006-07-24 19:30