Search:

Type: Posts; User: Ruski

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,366

    yeh.. i got a question of this sort as well.. i...

    yeh.. i got a question of this sort as well.. i was making a console quest.. there was text and you had to press enter to read more and more text.. I used getch() for this and everything seemed to...
  2. Replies
    8
    Views
    1,307

    I use Indigorose Setup Factory 6.0 for...

    I use Indigorose Setup Factory 6.0 for installation files, works fine and can scan files for dependencies and dlls and stuff.. pretty nice layout too
  3. Thread: Pressed Spacebar

    by Ruski
    Replies
    4
    Views
    2,559

    umm, the ASCII for space is 32 :)

    umm, the ASCII for space is 32 :)
  4. Replies
    17
    Views
    7,906

    Woah, I'm really proud of myself :) :) I made a...

    Woah, I'm really proud of myself :) :) I made a pong game in 2 days using SDL, I'll post it later cause I have everything messed up and I have a question. How can I include .bmp and sound in my .exe...
  5. Replies
    8
    Views
    2,152

    .net features for online games? I tought .net was...

    .net features for online games? I tought .net was too slow for that
  6. Thread: XP like controls

    by Ruski
    Replies
    4
    Views
    1,037

    I clicked on the links, but they keep getting me...

    I clicked on the links, but they keep getting me on the same page with some useless links like 'Welcome to the MSDN Library' 'Web Development' '.Net Development' 'Win32 and COM development', and...
  7. Replies
    17
    Views
    7,906

    Controlling windows is almost as simple as DOS....

    Controlling windows is almost as simple as DOS. You can use DirectInput, SDL or WindowsAPI for catching the input and same for rendering the objects to your screen. I'd recomment SDL for a pong game,...
  8. Thread: JPEG in SDL?

    by Ruski
    Replies
    1
    Views
    3,261

    JPEG in SDL?

    I'm tired of using bitmaps in my SDL games, they're too big, is there a way of using other formats? JPEG or maybe GIF? (And yes, I need to have transparency on certain images)
  9. Replies
    6
    Views
    2,685

    why won't #pragma comment(lib,...) work in...

    why won't #pragma comment(lib,...) work in dev-C++?
  10. Replies
    5
    Views
    1,497

    SDL uses windows API? I tought sdl was...

    SDL uses windows API? I tought sdl was cross-platform :)
  11. Replies
    2
    Views
    1,253

    you should network them :)

    you should network them :)
  12. Replies
    1
    Views
    1,326

    Coolbar in Win32 API?

    I've learned how to use the standard toolbars in winapi programming, but I want to use the coolbar and maybe some other components. How can I use ActiveX objects in my Win32API application?
  13. Replies
    10
    Views
    2,798

    what's with _HA NDLE? .. thx helped a lot :)...

    what's with _HA NDLE? .. thx helped a lot :) though I used to use a function like textcolor(int) :) oh and is there something less platform-specific for changing colours in console? I know pascal...
  14. Replies
    8
    Views
    2,152

    You still have to start from a hello world...

    You still have to start from a hello world application :) and imho, visual C++ 6 and .net are slightly different, I think that .net is more for stuff like internet and network applications (thus the...
  15. Replies
    5
    Views
    1,497

    Sdl?

    Sdl?
  16. Replies
    1
    Views
    918

    Three in one.. :)

    I don't like flooding on forum so I'll ask a series of questions in one thread. 1. How safe is using exit(0); what are the advantages and disadvantages. 2. I have a file buffered in a stringstream. I...
  17. Replies
    8
    Views
    18,365

    just because im into game development i like to...

    just because im into game development i like to use:


    while (!done)
    {
    ....
    cout << "play again? "; if (getch() != 'y') { done = 1; }
    }
  18. Thread: GUI Programming

    by Ruski
    Replies
    15
    Views
    2,178

    Mfc = Vb???

    Mfc = Vb???
  19. Replies
    10
    Views
    1,454

    oh.. thanks.. another question.. what can PHP...

    oh.. thanks.. another question.. what can PHP that Perl (or CGI) cant?..
  20. Replies
    10
    Views
    1,454

    Web Programming with C++??

    I heard that you can program/script websites using C++, does it mean like with PHP? And where can I find more information about it and how do I try it? I have apache server.. PHP.. MySQL and got a...
  21. Replies
    15
    Views
    3,826

    SDL is pretty good and easy to learn and...

    SDL is pretty good and easy to learn and cross-platform.. but I still didnt find out how to render opengl stuff (scenes) on an sdl screen.. should I specify some settings in the SetVideoMode or...
  22. Replies
    10
    Views
    3,515

    Umm, yeah, probably select() will work for this...

    Umm, yeah, probably select() will work for this one, cause It's not over internet and stuff, just a LAN connection and connecting won't probably timeout and stuff.. I actually wanted to make a multi...
  23. Replies
    8
    Views
    2,963

    I don't think that it's possible to learn all C++...

    I don't think that it's possible to learn all C++ :) (but I maybe wrong)
  24. Thread: Card game help

    by Ruski
    Replies
    9
    Views
    4,234

    Woah.. what's a vector and where can I find...

    Woah.. what's a vector and where can I find detailed information on how to use them? cause when I did my card game I just used the deck as a class.. and had bool card[56] containing 1 or 0 if the...
  25. Replies
    15
    Views
    3,826

    Well, DirectX is a combination of Sound...

    Well, DirectX is a combination of Sound (DirectSound), Input (DirectInput) and Graphics (DirectDraw and Direct3D), but doesn't OpenGL have all that? I mean input and graphics are handled by opengl...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4