Search:

Type: Posts; User: morbuz

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,078

    Cheating protection for highscore list

    I'm making a small game and would like it to upload/download highscores to/from a central database. I'm using C++ and Qt, so the game will be multi-platform. I would also like to give people the...
  2. Or for GNOME; Anjuta...

    Or for GNOME; Anjuta (http://anjuta.sourceforge.net)
    Here's a screenshot: http://anjuta.sourceforge.net/picture_corner/anjuta_cpp.png
  3. Thread: OpenGL book

    by morbuz
    Replies
    4
    Views
    1,469

    OpenGL book

    I'm going to buy myself a book about OpenGL, but I'm not sure which one to get.
    I've read a lot of good reviews on "OpenGL(R) Programming Guide: The Official Guide to Learning OpenGL, Version 1.2"....
  4. Replies
    9
    Views
    2,586

    Sounds too amazing...;) What book was that?

    Sounds too amazing...;)
    What book was that?
  5. Thread: where from

    by morbuz
    Replies
    47
    Views
    8,995

    Stavanger, Norway. Best place on earth......

    Stavanger, Norway.
    Best place on earth... probably:)
  6. Replies
    1
    Views
    803

    http://www.planet-source-code.com/ has a lot of...

    http://www.planet-source-code.com/ has a lot of C/C++ sourcecode
  7. Replies
    22
    Views
    3,433

    Poll: In norwegian: Æ - Pronounced as the first...

    In norwegian:

    Æ - Pronounced as the first vowel in 'ash'.
    Ø - Pronounced as the first vowel in 'Earth'.
    Å - Pronounced as the first vowel in 'all'.
  8. Thread: Timing in C/C++

    by morbuz
    Replies
    5
    Views
    2,119

    Or you could use GetTickCount() which returns...

    Or you could use GetTickCount() which returns milliseconds since windows was last rebooted:



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

    int main()
    {
    unsigned int start, end;
  9. Thread: Text size

    by morbuz
    Replies
    2
    Views
    1,369

    Text size

    I'm using TextOut() to print text on a window.
    Is there any way to set the size of the text?
    (Just like you can set color, background mode...)
  10. Thread: 16 bit colors

    by morbuz
    Replies
    13
    Views
    6,729

    16 bit colors

    I'm reading about how to build up a 16-bit high color mode.
    This is supposed to be done by "simple bit shifting and masking operations", but I just don't get it. :(
    Concider the following macros:...
  11. Replies
    5
    Views
    1,447

    Problem solved

    Found out I had to include DXGUID.LIB:rolleyes:
  12. Replies
    5
    Views
    1,447

    Here is the .cpp file by the way...

    Here is the .cpp file by the way...
  13. Replies
    5
    Views
    1,447

    Direct Draw problem

    I'm reading "Tricks of the windows gameprogramming gurus" by André Lamothe. I have begun on the first chapter about Direct Draw.
    When I try to build the first DDraw example i get this error:
    ...
  14. Replies
    30
    Views
    10,465

    Just show him this video:...

    Just show him this video:
    http://www.streamgate.de/filer_test/tomshardware/THG_CPU_Cooling.zip
  15. Thread: Qt

    by morbuz
    Replies
    1
    Views
    938

    Qt

    Has anyone tried Qt from Trolltech?
    http://www.trolltech.com/products/
    It sounds kind of cool to develep GUIs for both Windows and Linux with the same source, but I want to hear if anyone here has...
  16. Replies
    2
    Views
    2,827

    I have a C-compiler for it ;)

    I have a C-compiler for it ;)
  17. Replies
    2
    Views
    2,827

    C Programming for the TI-89

    Is there a function I can use to activate A-Lock on the TI-89?
    I'm using TIGCC 0.91.
  18. Thread: CD Autorun.ini

    by morbuz
    Replies
    1
    Views
    1,206

    You need to write open=start Gaz.htm. ;) Dunno...

    You need to write open=start Gaz.htm. ;)
    Dunno why but you always have to do this with *.html/*.htm files.
  19. Thread: Preceding 0

    by morbuz
    Replies
    2
    Views
    1,743

    Thanks!

    Thanks a lot!
    Just what I was looking for:)
  20. Thread: Preceding 0

    by morbuz
    Replies
    2
    Views
    1,743

    Preceding 0

    How can i get a preceding 0 in one digit numbers?
    Going to use it in a clock...
    I know there is a function that can do this...
  21. Replies
    6
    Views
    971

    Confused...

    Can anyone post a small code snippet that shows how GetDlgItemText() is used?

    I would really appreciate it...
  22. Thread: Buttons

    by morbuz
    Replies
    1
    Views
    816

    Set "button" as class-name in CreateWindow()

    Set "button" as class-name in CreateWindow()
  23. Thread: Wm_command

    by morbuz
    Replies
    6
    Views
    1,596

    Ok, here...

    Ok, here...
  24. Thread: Wm_command

    by morbuz
    Replies
    6
    Views
    1,596

    Nope... didn't work... The Program still exits :(

    Nope... didn't work...
    The Program still exits :(
  25. Thread: Wm_command

    by morbuz
    Replies
    6
    Views
    1,596

    Wm_command

    I have made a small program with a menu.
    In my winproc I thought it would be a good idea to call a function when an menu-option is selected, like this:


    switch(LOWORD(wParam))
    {
    case...
Results 1 to 25 of 35
Page 1 of 2 1 2