Search found 35 matches

by dream_coder
Sun Apr 04, 2010 8:46 am
Forum: Programming Discussion
Topic: Creating Hedaer files for C++
Replies: 3
Views: 327

Re: Creating Hedaer files for C++

Cheers for that. It compiles fine now. Just regret spending an hour looking at tutorials on google now, as it was so simple to solve.
by dream_coder
Sun Apr 04, 2010 8:31 am
Forum: Programming Discussion
Topic: Creating Hedaer files for C++
Replies: 3
Views: 327

Creating Hedaer files for C++

Hey all, I am trying to create a Header file for my C++ program. However I keep on getting the following error message c:\users\cyberstu\documents\visual studio 2008\projects\project_stu\project_stu\functions.h(34) : fatal error C1070: mismatched #if/#endif pair in file 'c:\users\cyberstu\documents\...
by dream_coder
Thu Apr 01, 2010 4:44 pm
Forum: Game Development
Topic: My Random Game
Replies: 13
Views: 1937

My Random Game

Hey all, I am currently following some C++ tutorials. Whilst doing this I am applying the code to make a random game. So far I have a game menu. I really aint sure how this is going to turn out, Im just making it up as I go along. But as its just a console application Im imaging it will be some sort...
by dream_coder
Sun Mar 28, 2010 8:11 am
Forum: Game Development
Topic: N00b Question concearning DOS console apps in C++
Replies: 4
Views: 572

Re: N00b Question concearning DOS console apps in C++

Thanx for that. It works a treat. I will try gharder with google next time. :mrgreen:
by dream_coder
Sun Mar 28, 2010 7:35 am
Forum: Game Development
Topic: N00b Question concearning DOS console apps in C++
Replies: 4
Views: 572

N00b Question concearning DOS console apps in C++

Hey all I have just joined these forums. I am attempting a text based adventure game. I was just wondering if there was some sort of C++ command that will clear the screen in C++ in a DOS console app.