Search:

Type: Posts; User: gillypie

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    786

    using external files

    hi!

    iv'e got a question.

    how would you make a program so that the user can edit variables, which are saved after you close the program so say it said enter A: and you entered a then closed the...
  2. Replies
    4
    Views
    4,544

    k howz this? #include #include...

    k howz this?


    #include <allegro.h>
    #include <cstdlib>

    int BallX = 300;
    int BallY = 300;

    int TempX = 300;
  3. Replies
    1
    Views
    2,001

    Pong Clone Collision Allegro

    Hi

    I've been learning some 'Allegro' (a game programming library) for c++. i decided to compile what i'd learned and to try and make a pong clone called 'bat and ball'. ive run into a problem...
  4. Replies
    4
    Views
    4,544

    Allegro Pong Collision Problems

    Hi :)

    I've been learning some 'Allegro' (a game programming library) for c++. i decided to compile what i'd learned and to try and make a pong clone called 'bat and ball'. ive run into a problem...
  5. Replies
    17
    Views
    1,795

    Horray it works. Thanks for all your help guys...

    Horray it works.

    Thanks for all your help guys !!!
  6. Replies
    17
    Views
    1,795

    #include #include #include...

    #include <cstdlib>
    #include <iostream>
    #include <windows.h>



    using namespace std;

    int main()
    {
  7. Replies
    17
    Views
    1,795

    k i fixed that but the problem remains

    k i fixed that but the problem remains
  8. Replies
    17
    Views
    1,795

    oh i see so i only need [19] because 0 counts

    oh i see so i only need [19] because 0 counts
  9. Replies
    17
    Views
    1,795

    what are array overflows?

    what are array overflows?
  10. Replies
    17
    Views
    1,795

    oh guys one more thing. #include ...

    oh guys one more thing.



    #include <cstdlib>
    #include <iostream>
    #include <windows.h>
  11. Replies
    17
    Views
    1,795

    horrah there was another bit to do as well and it...

    horrah there was another bit to do as well and it works.

    here u go.


    #include <cstdlib>
    #include <iostream>
    #include <windows.h>
  12. Replies
    17
    Views
    1,795

    yeh i thought so but it didnt fix the problem

    yeh i thought so but it didnt fix the problem
  13. Replies
    17
    Views
    1,795

    so when do i change the = to == ?

    so when do i change the = to == ?
  14. Replies
    17
    Views
    1,795

    programmin woes

    hi guys.

    i've been making a simple (or so i thought) memory test game on c++ to help me learn. ive encountered a number of problems that were eventualy solvable and ive been at this one for hours:...
  15. Replies
    4
    Views
    1,675

    thnx but ive decided to use a do while loop for...

    thnx but ive decided to use a do while loop for the purposes. youve helped me alot though i understand loops properly now. thnx!

    :)
  16. Replies
    4
    Views
    1,675

    ok so whats the syntax for adding the colons to...

    ok so whats the syntax for adding the colons to the for loop.

    sorry to sound stupid.
  17. Replies
    4
    Views
    1,675

    Program not working

    Hi Guys!

    Im new to c++ but have made a few programs. I am currently making a memory testing game. it was all working well untill i started using an array to generate random numbers. if the code is...
  18. Thread: noob question

    by gillypie
    Replies
    21
    Views
    3,345

    how do i switch wall. also i changed to rand...

    how do i switch wall.

    also i changed to rand and am getting:

    in function 'fight'
    to many arguments to function rand.
  19. Thread: noob question

    by gillypie
    Replies
    21
    Views
    3,345

    yo! things are looking up. all the errors are...

    yo!

    things are looking up. all the errors are gone but two:

    [linker error] undefined reference to 'randn' // i think this has something to do with the include statements at the begginging//
    ...
  20. Thread: noob question

    by gillypie
    Replies
    21
    Views
    3,345

    im sorry matsp i am really a noob i dont...

    im sorry matsp i am really a noob i dont understand alot of c jargon yet. but thanks for your help and no-offence - its good advice.

    the code you psted does not work on my machine 39ster does it...
  21. Thread: noob question

    by gillypie
    Replies
    21
    Views
    3,345

    sorry lol #include #include...

    sorry lol



    #include <stdio.h>
    #include <stdlib.h>



    int fight ( int player_a_p , int enemy_h_p );// a_p means attack points and h_p means health
  22. Thread: noob question

    by gillypie
    Replies
    21
    Views
    3,345

    how do you "call" fight. i know i sound stupid...

    how do you "call" fight.

    i know i sound stupid but im really new to this.
  23. Thread: hello

    by gillypie
    Replies
    5
    Views
    1,270

    thanks for the help ive done a few tutorials and...

    thanks for the help ive done a few tutorials and am writing a program where you attack and it makes a number from 20 to 30 to take health off (i wanted to put what ive learnt into something) not...
  24. Thread: noob question

    by gillypie
    Replies
    21
    Views
    3,345

    noob question

    you does anyone know what is wrong ith this code




    #include <stdio.h>
    #include <stdlib.h>
  25. Thread: hello

    by gillypie
    Replies
    5
    Views
    1,270

    by the way

    i will probably try to make a text based fighty thing like i made with darkbasic where there are combat multiplyers and stuff as a first thing to work towards - any tips. i know your gonna say "start...
Results 1 to 25 of 26
Page 1 of 2 1 2