Search:

Type: Posts; User: actionbasti

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,279

    leaks

    Yeah, I was wondering why the program did some wiered things with the graphics after a while of using it... I have the same problem with those memory leaks in a game that I wrote.

    Thanks for the...
  2. Replies
    5
    Views
    1,279

    ...

    Yes, this is my plan..., I had been thinking about how I could do that this morning ... that is a great way ... however this is going to be for version 2 or so, now I will advance to other things.....
  3. Replies
    5
    Views
    1,279

    My Paint Program - try it and rate it!

    Hi,

    OK, here is a new little program I wrote. I would like to get some feedback ... The purpose for this program was to learn!

    Its a Win32 application.. so you have to use that to compile it ...
  4. Replies
    38
    Views
    5,847

    The game engine is the skeleton of all games that...

    The game engine is the skeleton of all games that you might program. It handles basic functions that all games have in common. You could compare it to a map editor I think, where you have to input...
  5. Replies
    5
    Views
    2,218

    test this game guys

    HELLO THERE

    THIS IS MY FIRST GAME



    READ THE README TO LEARN ABOUT THE 3 EASY KEYBOARD CONTROLS!(move, shoot, & purchase)
    the heck : move arrows, shoot lctrl, buy shield space
  6. Replies
    2
    Views
    1,192

    I include the following lib file to make...

    I include the following lib file to make transparancy work:
    msimg32.lib




    I Started With GetAsyncKeyState(VK_...), so that is not the problem either!

    I tried the game on several...
  7. Replies
    2
    Views
    1,192

    Problem with keyboard Input.

    Hi everybody...
    happy thanksgiving!

    Here is my problem. I am making this classic game, a clone of asteroids you could say. Well you controll an aircraft, view from top and you shoot at enemies...
  8. Replies
    5
    Views
    5,081

    Thanks everybody that helped a lot!

    Thanks everybody that helped a lot!
  9. Replies
    3
    Views
    2,989

    problem with laser gun!

    Hi there,

    I am starting a game using the Win32 API. This is my first game. The game is going to be an imitation of those asteroid games.

    Well i made the ship, or aircraft, the background...
  10. Replies
    5
    Views
    5,081

    WM_PAINT and WM_CREATE

    Hello .
    I am still very new to Win32 API, and the tutorials that I have dont tell me what the Difference between

    WM_PAINT and WM_CREATE is!

    Can someone tell me that, like what goes to the one...
  11. Replies
    2
    Views
    2,122

    Now I know what i did wrong! I was using a...

    Now I know what i did wrong! I was using a streight cable!!!

    Thanks a lot.. (btw, this is why google didnt help me much, cause it said no where anything about a crossover cable... I cant believe...
  12. Replies
    2
    Views
    2,122

    network 2 computers

    I am soo mad, because i cannot find anywhere how to connect 2 computers to eachother!


    This is the deal: I have a NIC on each computer (desktop, laptop) and I have a CAT5 cable... now how can I...
  13. Replies
    1
    Views
    1,136

    windows class vs. C++ class

    yok,

    so what is the difference when talking about the C++ classes and the windows class ( in Win32 API ) ?

    :confused:
  14. Replies
    1
    Views
    5,733

    Textbox in Win32 API ???

    OK I have tried to find documents and tutorials on this, but I was unsuccesfull so far:

    I am faily new with Win32 API, but I know how to create a simple empty window in no time, by now!

    However...
  15. Replies
    2
    Views
    846

    trouble with template comparision

    I have a problem with this code. How can i call the compare function to compare 2 different types !!! It gives me an error message:

    Main.cpp
    (23): error C2664: 'Stack<int>::compare' : cannot...
  16. Thread: Ok...

    by actionbasti
    Replies
    9
    Views
    2,386

    :D everything has cause and effect

    :D


    everything has


    cause and effect
  17. Thread: C++ Rpg

    by actionbasti
    Replies
    10
    Views
    3,314

    ok that is true, with 4 days experiance this...

    ok that is true, with 4 days experiance this seems very unlikely!!!! then programmers would not make a penny! however like its been told before, true Desire and Passion will make mountains move and...
  18. Thread: Ok...

    by actionbasti
    Replies
    9
    Views
    2,386

    you are soo funny .... well i know it best! ...

    you are soo funny .... well i know it best!

    cause i had a test on it like 3 weeks ago!

    well its affect and effect!

    OK? Understand it now... good ...

    I mean comon, this is not hard to...
  19. Thread: C++ Rpg

    by actionbasti
    Replies
    10
    Views
    3,314

    what does The MMO in MMORPG stand for anyway ????...

    what does The MMO in MMORPG stand for anyway ????

    yeah
  20. friend function and friend classes...usage question??

    My question is to get a better understanding of C++ usage, or the frequenz of using different aspects of the language.

    Are friend functions/classes used a lot in C++ OOP. Since one classe cannot...
  21. Replies
    2
    Views
    1,004

    Are you talking about const instead of static,...

    Are you talking about const instead of static, maybe ??
  22. Replies
    6
    Views
    1,264

    the difference is

    int setDate(void)
    void setDate(int)

    the difference my child is! that int setDate(void) returns to the calling function a integer but does not require any arguments thats why (void)-(However you...
  23. Replies
    2
    Views
    5,712

    thank you... i made it work action..

    thank you... i made it work


    action..
  24. Replies
    2
    Views
    5,712

    store date in a variable

    I am tring to write a program that keeps track of the date evey time a new object has been created so that if i open the same object from file 2 days later, it will show that 2 days have passed...
  25. Replies
    16
    Views
    3,563

    I have the book and its quite good! It does...

    I have the book and its quite good!

    It does not use Direct X at all, to make it easyer in the beginning.
    The CD has everything you need to make the programs run! Watch out the book does not have...
Results 1 to 25 of 48
Page 1 of 2 1 2