Forum: C++ 5 Days Ago |
| Replies: 11 Views: 230 Not sure, just compiled with the new version also. The HANDLE should be fixed with conio.h, but for some reason it is not being addressed with 4.9.9.2. |
Forum: C++ 6 Days Ago |
| Replies: 11 Views: 230 I never understood why people are always so jumpy when I say I use GOTO? Other than poor structure, why is it so bad? |
Forum: C++ 6 Days Ago |
| Replies: 2 Views: 92 Also this is another way of stopping the program:
system("PAUSE");
If cin.get(); should fail in anyway use that as an alternative. |
Forum: C++ 6 Days Ago |
| Replies: 6 Views: 191 Apparently using "goto x;" is some kind of ungodly error that i seem to have picked up. But I have been able to create some really successful programs with it.
You can create different type of... |
Forum: C++ 6 Days Ago |
| Replies: 11 Views: 230 It took me about 1 week to make it. Again, I know that structure is important now, and this had absolutely no structure. Yea I made this in Dev-Cpp. |
Forum: C++ 7 Days Ago |
| Replies: 11 Views: 230 This is something that I made a while back during thanksgiving 2007. If you want to add on to it you can, it's not very well made as in the organization sucks. But it is pretty cool in the fact that... |
Forum: C++ 8 Days Ago |
| Replies: 0 Views: 119 I don't know where you sould put resources on this website so i'll just post it here. Also, if anyone can find the reason this program crashes occasionally and reply back, i'd be greatful! Thanks in... |
Forum: C++ 9 Days Ago |
| Replies: 4 Views: 119 Thanks so much, I probably would have found that out eventually. I don't know what was going through my mind...
Thanks. |
Forum: C++ 9 Days Ago |
| Replies: 4 Views: 119 I need to have a function like this:
if (x == 1){
...
}
do some amazing things.
I need it to check to see if x == 1 through 380 or more.
But I really don't want to waste 4 hours doing this:... |
Forum: C++ 15 Days Ago |
| Replies: 5 Views: 164 http://www.daniweb.com/code/snippet216430.html
this might help you with your circle |
Forum: C++ 15 Days Ago |
| Replies: 0 Views: 123 Ok, I'm completely stumped.
I heard that allegro was pretty cool. So I wanted to try it...
you don't have to read this
{
Now here is my story over the past 48 hours...
I downloaded all these... |
Forum: C++ 16 Days Ago |
| Replies: 2 Views: 164 I need some help with delay functions,
First off, I know about windows.h, and the sleep(x) function.
But I can't use windows.h because it conflicts with my allegro.h causing my compiler to spew out... |
Forum: C++ 17 Days Ago |
| Replies: 2 Views: 135 Thanks so much for the help. IT works! Thank you. |
Forum: C++ 17 Days Ago |
| Replies: 2 Views: 135 Ok, I know I'm probably programing in some kind of archaic way for C++ but my knowledge base is rather limited.
I'm having problems with my input not being identified correctly (or however you would... |
Forum: C++ Dec 17th, 2008 |
| Replies: 6 Views: 423 Ok, please help me.
Here is another recap of what i need to do.
I need to read off a file a number.
I need to change a variable to that number that is stored on the file. |
Forum: C++ Dec 9th, 2008 |
| Replies: 6 Views: 423 Sorry this did not help. Your thing with >> doesn't work at all. Could you please explain how and what it does exactly so I can at least understand how it works, and figure out how to write it to fit... |
Forum: C++ Dec 6th, 2008 |
| Replies: 6 Views: 423 I have no idea how to make somthing like this, and i'm kind of new with file I/O.
How would you start somthing like this?
O.k. here is what I have to save,
I have roughly 56+ variables that need... |
Forum: Game Development Dec 6th, 2008 |
| Replies: 3 Views: 971 Well generally, you will always have the ability of a loss. Even the computer defined AI will screw up alot of times. To make it so that it will always win or always draw are almost impossible. There... |
Forum: Game Development Dec 6th, 2008 |
| Replies: 3 Views: 1,999 Yeah i'd just try to find a Dark GDK forum and post there. I kind of did the same thing as you did, pick a random fourm and ask for help. But you are specifically choosing a certian topic, and if you... |
Forum: Game Development Dec 6th, 2008 |
| Replies: 1 Views: 622 I have no idea how to make somthing like this, and i'm kind of new with file I/O.
How would you start somthing like this?
O.k. here is what I have to save,
I have roughly 56+ variables that need... |
Forum: C++ Nov 28th, 2008 |
| Replies: 6 Views: 476 I need to find out, because my program deals with numbers, how to block characters from being inputted.
Such as,
int input;
cout<<"Please type in a number."<<endl;
cin>>input; //input should... |
Forum: Game Development Nov 26th, 2008 |
| Replies: 4 Views: 703 Whenever I try to do what you told me, it says" Error: Excess "
What should I do to solve this,
I happens here (",|I|" } }; <== )
What should I do to combat this problem? |
Forum: Game Development Nov 26th, 2008 |
| Replies: 4 Views: 703 string MAP[11][11];
MAP[0][0]= "|I|";
MAP[0][1]= "|I|";
MAP[0][2]= "|I|";
MAP[0][3]= "|I|";
MAP[0][4]= "|I|";
MAP[0][5]= "|I|";
MAP[0][6]= "|I|";
MAP[0][7]= "|I|";
MAP[0][8]= "|I|"; |
Forum: Game Development Nov 24th, 2008 |
| Replies: 2 Views: 634 Ok, I figured it out on my own. I need no more help. |
Forum: Game Development Nov 24th, 2008 |
| Replies: 2 Views: 634 int x;
x = 2;
int y;
y = 2;
//Definition of MAP ARRAY//
char commandmpdir;
char N;
char W;
char S;
char E; |
Forum: Game Development Nov 23rd, 2008 |
| Replies: 2 Views: 634 This was orignally posted in C++ Foums:
Hey, I'm new to this forum.
I'm having trouble making a mapping/navigation type program.
Kind of like one where you type in "N" and you go north. But... |
Forum: C++ Nov 23rd, 2008 |
| Replies: 2 Views: 325 Sorry for there is no edit button. (Just found it)
Here is an example of what I need my code to do:
You are here: x=14,y=18
|F|R|F|
|F|X|F|
|M|R|F|
F, Being Forests,
X, Being current... |
Forum: C++ Nov 23rd, 2008 |
| Replies: 2 Views: 325 It would have to be non linear. I know how to make linear mapping programs, but what is the fun in that? |
Forum: C++ Nov 23rd, 2008 |
| Replies: 2 Views: 325 Hey, I'm new to this forum.
I'm having trouble making a mapping/navigation type program.
Kind of like one where you type in "N" and you go north. But more complex, scince i'm creating an rpg. (In... |