snake problem

#include<iostream.h>
using namespace std;
#include<conio.h>
#include<graphics.h>
#include<dos.h>
#include<stdlib.h>
#include<stdio.h>
#include<time.h>
#include<string.h>

fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory

The game is realized in visual studio 2010. If anybody can help it would be great thank you
Try #include <iostream> , without the .h That should do it..
Last edited on
Topic archived. No new replies allowed.