This is a realy dum question but why are my Strings and stuff not being used in my intro.h and other classes? It says theres a parce error but i don't see it.
Code:
#include <IOSTREAM>
#include <string.h>
String torf,f_name,USER_name,commands,Name; //Says theres parce error before the;
char User_MAP[20][20],Map[20][20],Get;
bool newg,end,load;
using namespace std;
#include "Intro.h"
#include "Instruct.h"
#include "NewGame.h"
#include "LMAP.h"
I'll attach the project if anyone wants to look at it.
It's just a simple text adventure game I havent put everything in yet though.