Search Results

Showing results 1 to 29 of 29
Search took 0.01 seconds.
Search: Posts Made By: Shinedevil
Forum: C++ 19 Days Ago
Replies: 11
Views: 365
Posted By Shinedevil
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++ 20 Days Ago
Replies: 11
Views: 365
Posted By Shinedevil
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++ 20 Days Ago
Replies: 2
Views: 156
Posted By Shinedevil
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++ 20 Days Ago
Replies: 6
Views: 327
Posted By Shinedevil
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++ 20 Days Ago
Replies: 11
Views: 365
Posted By Shinedevil
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++ 21 Days Ago
Replies: 11
Views: 365
Posted By Shinedevil
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++ 22 Days Ago
Replies: 0
Views: 239
Posted By Shinedevil
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++ 23 Days Ago
Replies: 4
Views: 229
Posted By Shinedevil
Thanks so much, I probably would have found that out eventually. I don't know what was going through my mind...

Thanks.
Forum: C++ 23 Days Ago
Replies: 4
Views: 229
Posted By Shinedevil
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++ 29 Days Ago
Replies: 5
Views: 179
Posted By Shinedevil
http://www.daniweb.com/code/snippet216430.html

this might help you with your circle
Forum: C++ 29 Days Ago
Replies: 0
Views: 149
Posted By Shinedevil
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++ 30 Days Ago
Replies: 2
Views: 216
Posted By Shinedevil
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++ 31 Days Ago
Replies: 2
Views: 143
Posted By Shinedevil
Thanks so much for the help. IT works! Thank you.
Forum: C++ 31 Days Ago
Replies: 2
Views: 143
Posted By Shinedevil
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: 430
Posted By Shinedevil
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: 430
Posted By Shinedevil
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: 430
Posted By Shinedevil
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: 992
Posted By Shinedevil
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: 2,064
Posted By Shinedevil
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: 631
Posted By Shinedevil
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: 484
Posted By Shinedevil
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: 732
Posted By Shinedevil
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: 732
Posted By Shinedevil
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: 643
Posted By Shinedevil
Ok, I figured it out on my own. I need no more help.
Forum: Game Development Nov 24th, 2008
Replies: 2
Views: 643
Posted By Shinedevil
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: 643
Posted By Shinedevil
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: 331
Posted By Shinedevil
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: 331
Posted By Shinedevil
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: 331
Posted By Shinedevil
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...
Showing results 1 to 29 of 29

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC