Search found 29 matches

by killercoder
Sun Oct 25, 2009 5:30 pm
Forum: Game Development
Topic: adding anitmations with c++
Replies: 4
Views: 787

Re: adding anitmations with c++

Ok thanks Falco
by killercoder
Sun Oct 25, 2009 5:23 pm
Forum: *(NULL) - Posts You Shouldn't Make
Topic: how does SDL work
Replies: 4
Views: 5311

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.
by killercoder
Sun Oct 25, 2009 5:17 pm
Forum: Game Development
Topic: adding anitmations with c++
Replies: 4
Views: 787

Re: adding anitmations with c++

what does parse mean? lol
by killercoder
Sun Oct 25, 2009 5:09 pm
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 1563

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
by killercoder
Sun Oct 25, 2009 5:08 pm
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 1563

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...
by killercoder
Sun Oct 25, 2009 5:05 pm
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 1563

Re: need ideas

thank you soooooooooooooooo much !!!!!!!!!!! :)
by killercoder
Sun Oct 25, 2009 5:02 pm
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 1563

Re: need ideas

it still doesn't pause after you answer the last question :(
by killercoder
Sun Oct 25, 2009 4:49 pm
Forum: Game Development
Topic: adding anitmations with c++
Replies: 4
Views: 787

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++?
by killercoder
Sun Oct 25, 2009 4:06 pm
Forum: Game Development
Topic: Need a Lib TUT
Replies: 8
Views: 1104

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
by killercoder
Sun Oct 25, 2009 2:45 pm
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 1563

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...
by killercoder
Sun Oct 25, 2009 2:17 pm
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 1563

Re: need ideas

Ohh thank you very much for the advice ill break that bad habit :)
by killercoder
Sat Oct 24, 2009 10:41 pm
Forum: Programming Discussion
Topic: Console game
Replies: 19
Views: 1509

Re: Console game

wow nicee :)
by killercoder
Sat Oct 24, 2009 4:11 pm
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 1563

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...
by killercoder
Fri Oct 23, 2009 4:44 pm
Forum: Game Development
Topic: Need a Lib TUT
Replies: 8
Views: 1104

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. :)
by killercoder
Fri Oct 23, 2009 3:52 pm
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 1563

Re: need ideas

Yea that is a good idea :)

I think I am going to try that :p