Search found 29 matches
- Sun Oct 25, 2009 5:30 pm
- Forum: Game Development
- Topic: adding anitmations with c++
- Replies: 4
- Views: 940
Re: adding anitmations with c++
Ok thanks Falco
- Sun Oct 25, 2009 5:23 pm
- Forum: *(NULL) - Posts You Shouldn't Make
- Topic: how does SDL work
- Replies: 4
- Views: 6400
how does SDL work
i have SDL downloaded but i do not entirely understand how it works so if anyone wouldnt mind explaining how it works I would be very thankful.
- Sun Oct 25, 2009 5:17 pm
- Forum: Game Development
- Topic: adding anitmations with c++
- Replies: 4
- Views: 940
Re: adding anitmations with c++
what does parse mean? lol
- Sun Oct 25, 2009 5:09 pm
- Forum: Programming Discussion
- Topic: need ideas
- Replies: 23
- Views: 2001
Re: need ideas
if I have a bug like that won't it cause a memory leak or something?
and that just says c is equal to x+5 not asking the question if it actually is equal to x+5
and that just says c is equal to x+5 not asking the question if it actually is equal to x+5
- Sun Oct 25, 2009 5:08 pm
- Forum: Programming Discussion
- Topic: need ideas
- Replies: 23
- Views: 2001
Re: need ideas
#include <iostream> #include <string> using namespace std; int main(int argc, char *argv[]) { int x = 0; int c = x + 5; string name; int answer1; cout << "what would you like your name to be?" << endl; cout << ">"; cin >> name; cout << "hello nice to meet you " << name...
- Sun Oct 25, 2009 5:05 pm
- Forum: Programming Discussion
- Topic: need ideas
- Replies: 23
- Views: 2001
Re: need ideas
thank you soooooooooooooooo much !!!!!!!!!!!
- Sun Oct 25, 2009 5:02 pm
- Forum: Programming Discussion
- Topic: need ideas
- Replies: 23
- Views: 2001
Re: need ideas
it still doesn't pause after you answer the last question
- Sun Oct 25, 2009 4:49 pm
- Forum: Game Development
- Topic: adding anitmations with c++
- Replies: 4
- Views: 940
adding anitmations with c++
my friend wants to make animations for a game for me could he just send them as a fla. file or would that not work with dev-c++?
- Sun Oct 25, 2009 4:06 pm
- Forum: Game Development
- Topic: Need a Lib TUT
- Replies: 8
- Views: 1333
Re: Need a Lib TUT
Pickzell and Moosador i tried to do both of what you said to do to download and set up those things but it's not working if you have teamveiwer and have free time to show me what i am doing wrong sorry to be such a bother
- Sun Oct 25, 2009 2:45 pm
- Forum: Programming Discussion
- Topic: need ideas
- Replies: 23
- Views: 2001
Re: need ideas
#include <iostream> #include <stdlib.h> #include <string> #include <conio.h> using namespace std; int main(int argc, char *argv[]) { int x; int c = x + 5; string name; int answer1; cout << "what would you like your name to be?" << endl; cout << ">"; cin >> name; cout << "he...
- Sun Oct 25, 2009 2:17 pm
- Forum: Programming Discussion
- Topic: need ideas
- Replies: 23
- Views: 2001
Re: need ideas
Ohh thank you very much for the advice ill break that bad habit
- Sat Oct 24, 2009 10:41 pm
- Forum: Programming Discussion
- Topic: Console game
- Replies: 19
- Views: 2109
Re: Console game
wow nicee
- Sat Oct 24, 2009 4:11 pm
- Forum: Programming Discussion
- Topic: need ideas
- Replies: 23
- Views: 2001
Re: need ideas
This is what I have made so far :) #include <iostream> #include <stdlib.h> #include <string> #include <math.h> using namespace std; int main(int argc, char *argv[]) { cout << "what would you like your name to be?" << endl; string name; cin >> name; cout << "hello nice to meet you &quo...
- Fri Oct 23, 2009 4:44 pm
- Forum: Game Development
- Topic: Need a Lib TUT
- Replies: 8
- Views: 1333
Need a Lib TUT
If any one could please post a good tutorial on how to set up a library and where to download this library.
I don't care what Lib it is as long as its easy to use and compatible with dev-c++
thank you all very much.
I don't care what Lib it is as long as its easy to use and compatible with dev-c++
thank you all very much.
- Fri Oct 23, 2009 3:52 pm
- Forum: Programming Discussion
- Topic: need ideas
- Replies: 23
- Views: 2001
Re: need ideas
Yea that is a good idea
I think I am going to try that :p
I think I am going to try that :p