[求助]我不知道怎么用stdafx.h
在stdafx.h和stdafx.cpp中分别做些什么工作啊
比如我要建一个工程有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中分别应该加什么呢?
恩,也就是说stdafx.cpp是没用的咯?
那你干脆开个帖子发图片上来吧,标题叫做stdafx.cpp的作用