Hey again,
I am now getting errors with levels of indirection for global variables I am trying to create here is the code snippet:
The red text contains my hopeful global variables any idea as to why this error occure I also have tried initializing them all to ="" but that doesnt work either.Code:// Game.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "create.h" //Character creation functions char name[21]; //Local variables char race[11]; char gender[11]; int main(int argc, char* argv[]) { location0: ; //Reference for check loops int choice;
~J



LinkBack URL
About LinkBacks


