Search:

Type: Posts; User: Mech0z

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,879

    So you are storing the data in a vector? Which I...

    So you are storing the data in a vector? Which I can then take the data from?
  2. Replies
    3
    Views
    1,879

    Read data from my .txt?

    I wanna make a program that can easily read data from my document!

    If I have a .txt with these values


    ABC 1 2 3
    DEF 4 5 6
    GHI 7 8 9
  3. Replies
    10
    Views
    1,163

    anyway I think my code works now :D

    anyway I think my code works now :D
  4. Replies
    10
    Views
    1,163

    uhh thx stupid syntax error :p

    uhh thx stupid syntax error :p
  5. Replies
    10
    Views
    1,163

    Found one error! now it aint increasing but still...

    Found one error! now it aint increasing but still bugged...


    if (bricksnumber[player] < 3)
    {//checks that the player has less than 3 bricks
    bricks[x1-1] = briktype;
    ...
  6. Replies
    10
    Views
    1,163

    Ehh I dont understand what you mean :confused: ...

    Ehh I dont understand what you mean :confused:

    Anyway to make it short

    As you can see the only way bricksnumber can increase is in the "less than 3" check I have, so in my head it should not...
  7. Replies
    10
    Views
    1,163

    All files here! But they are danish.. ...

    All files here! But they are danish..

    http://cpp.sourceforge.net/?show=13809 main.cpp
    http://cpp.sourceforge.net/?show=13810 game.cpp
    http://cpp.sourceforge.net/?show=13811 game.h (here is the...
  8. Replies
    10
    Views
    1,163

    Function working wrong :/

    I have a problem here! I have this function: LINK But my function aint working! but first of I have in the construcktor to the class that the function is part of I have done this LINK so I get to...
  9. Thread: Fog Machine?

    by Mech0z
    Replies
    11
    Views
    2,719

    Well if you can find a way to turn off and on a...

    Well if you can find a way to turn off and on a USB stick you can use one of those electric socktes which require the usb to have power inorder for the socket to get power if you know such one!
  10. Replies
    0
    Views
    1,246

    Help me correct game errors (dos)

    http://extraball.sunsite.dk/notepad.php?ID=13542 Main.cpp
    http://extraball.sunsite.dk/notepad.php?ID=13543 Game.h
    http://extraball.sunsite.dk/notepad.php?ID=13544 Game.cpp

    relevant code...
  11. Replies
    0
    Views
    1,018

    New problem (tictactoe)

    Got a new problem in my little tictactoe game

    relevant code: LINK

    Problem: I have made a function that is used when a player has 3 bricks so he can change where the bricks are so there is...
  12. Replies
    8
    Views
    1,396

    I found my error today :D Yipiii so end of...

    I found my error today :D Yipiii so end of problem :)
  13. Replies
    8
    Views
    1,396

    http://pastebin.com/535090 only thing i did...

    http://pastebin.com/535090

    only thing i did was deleting main.h and putting the important info into the tictactoe.cpp nothing else.. but I dont know much about global variables.. so if anyone can...
  14. Replies
    8
    Views
    1,396

    ok I merged the tictactoe.cpp and the main.h file...

    ok I merged the tictactoe.cpp and the main.h file into just the tictactoe.cpp only so that main.h have been deleted!
  15. Replies
    8
    Views
    1,396

    yes but I want to seperate it so that it easier...

    yes but I want to seperate it so that it easier to view! But I know its not very structured atm but please try to do so! else my code wont work.. I think at lesat
  16. Replies
    8
    Views
    1,396

    Cant get my TICTACTOE to work

    So I ask you to look my lille newbie code through to find my scope bugs or whatever is the problem! because Iam having a hard time to find it myself with the little knowlegde og scopes and local and...
Results 1 to 16 of 16