Search:

Type: Posts; User: Flikm

Page 1 of 13 1 2 3 4

Search: Search took 0.02 seconds.

  1. >>>(some tutorial told me to use cornio.h for...

    >>>(some tutorial told me to use cornio.h for cases)
    ??? switch is part of the C++ language.... do you have the link to the tutorial?
  2. Replies
    6
    Views
    2,362

    yeah... i doubt that anyobdy has even a clue. ...

    yeah... i doubt that anyobdy has even a clue. isnt the scanner an input device?
  3. Thread: Online Game

    by Flikm
    Replies
    7
    Views
    2,208

    there are so many mmorpgs(massively multiplayer...

    there are so many mmorpgs(massively multiplayer online rpg) out there like ultima online and a lot of them are written in c/c++. indie developer mmorpg projects have a failure rate of like 99%...
  4. Replies
    6
    Views
    1,362

    hello

    hello
  5. Thread: ending a program

    by Flikm
    Replies
    12
    Views
    1,335

    void main() is the devil. anyways, i dont see...

    void main() is the devil.
    anyways, i dont see how using exit() is more portable than return 0 is. are you saying that if you tried to check the return value of a program, it will be 0, so it could...
  6. Replies
    6
    Views
    1,526

    my friend and i were bored in algebra class one...

    my friend and i were bored in algebra class one day and decided to play tic tac toe, lol. anyways, there are SO many strategies to win a tic tac toe game.
    examples:
    1: take one corner
    if the...
  7. Replies
    10
    Views
    1,498

    write your own :).

    write your own :).
  8. Replies
    8
    Views
    1,888

    winsock is damn easy... try the link up above, it...

    winsock is damn easy... try the link up above, it has plenty of examples iirc.
  9. Replies
    4
    Views
    1,122

    i meant dont try to code quake 4 or something....

    i meant dont try to code quake 4 or something. start with say pong lol. but learn!!!
  10. Replies
    9
    Views
    1,984

    are you using an ide or compiling from command...

    are you using an ide or compiling from command line?
  11. Replies
    4
    Views
    1,122

    you dont need to learn to model... there are TONS...

    you dont need to learn to model... there are TONS of freelance models. also, dont make a 3d game yet :).
  12. Replies
    16
    Views
    2,321

    btw, it was sarcasm.. :)

    btw, it was sarcasm.. :)
  13. Replies
    16
    Views
    2,321

    copy and paste the file to include!!! how...

    copy and paste the file to include!!! how efficient... lol ;)
  14. Replies
    9
    Views
    1,984

    add "-lSDL -lSDLmain" to the line when you link...

    add "-lSDL -lSDLmain" to the line when you link your program.
  15. Replies
    10
    Views
    2,280

    theres an formula somewhere that helps you...

    theres an formula somewhere that helps you reference all the elements with just one variable.. that if the numers all fit in hex or something lol.
  16. Thread: Battle Pong

    by Flikm
    Replies
    13
    Views
    3,628

    no you are too old to train as a jedi knight. i...

    no you are too old to train as a jedi knight. i am sorry. the council speaks (??). lol im broke. _I_ need the money.
  17. Replies
    11
    Views
    1,602

    or a while loop in an if :).

    or a while loop in an if :).
  18. Replies
    7
    Views
    2,348

    yeah i looked it up. theres like 5 ways to do it....

    yeah i looked it up. theres like 5 ways to do it. anyways, excuse my ignorance :).
  19. Replies
    1
    Views
    1,191

    im thinking that you want to input to buffer?...

    im thinking that you want to input to buffer? dont you have to give it the address? void ReadFile(ifstream&, char*, char&*);
  20. Replies
    6
    Views
    1,812

    oh sorry my bad :(. read that first part and got...

    oh sorry my bad :(. read that first part and got biased (/me hits himself).
  21. Replies
    17
    Views
    4,781

    i think it was some type of 1337 sarcasm that us...

    i think it was some type of 1337 sarcasm that us un1337 ppl didnt catch... :)
  22. Thread: small problem

    by Flikm
    Replies
    15
    Views
    2,038

    dont capitalize String. are you trying to use the...

    dont capitalize String. are you trying to use the C++ std string or the C string functions? if youre using the C++ class for string, its <string> not <string.h>. and dont capitalize String like i...
  23. Replies
    3
    Views
    1,113

    google for it and read some reviews :). only one...

    google for it and read some reviews :). only one ive noticed is that it isnt documented as great as md3 is.
  24. Thread: Battle Pong

    by Flikm
    Replies
    13
    Views
    3,628

    in you i see a bright future. may the force be...

    in you i see a bright future. may the force be with you. :) im just saying that you should keep up the good work.
  25. Replies
    4
    Views
    1,116

    the only problem with adding the 1px lines is...

    the only problem with adding the 1px lines is that the file is not a power of 2. for some reason, its just eviler that way :).
Results 1 to 25 of 305
Page 1 of 13 1 2 3 4