Thread
:
Text based game
View Single Post
Nov 27th, 2005, 12:58 PM
#
11
coldDeath
Expert Programmer
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power:
4
change:
#include <iostream.h>
to:
#include <iostream>
add:
using namespace std;
after the #includes.
__________________
Programming Tutorials -
Linux Installation Guide -
Learn Python -
Learn C++
Got Slack?
Join us at
#programmingforums
@
irc.freenode.net
!
My software never has bugs. It just develops random features.
coldDeath
View Public Profile
Visit coldDeath's homepage!
Find More Posts by coldDeath