Search:

Type: Posts; User: two31d

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,083

    OpenGL docking to the systray.

    So let's say I'm making a openGL application, and when you minimize it I want it to dock to the system tray, how would I do this? Any help appreciated, thanks in advance.

    edit: also, how would I...
  2. Editing variables while running a flash program.

    I'm sure this is possible, but I bet it is incredibly complicated.

    So there's a browser based flash application, and in this application I need to find and edit a variable. *edit* Oh yeah, I must...
  3. Replies
    30
    Views
    10,503

    Well... It's just as easy to write int = int + 1,...

    Well... It's just as easy to write int = int + 1, instead of int++... What's the big deal?
  4. Replies
    0
    Views
    888

    Question about openGL

    I've been working with openGL and i've just come across a problem. I've given my objects an X axis and a Y axis, ok. So now, when I draw them they will be a line or whatever, well my question is, how...
  5. Wow... This looks complicated. Does anyone know...

    Wow... This looks complicated. Does anyone know of any books documenting this?
  6. Sending emails through a windows application/openGL

    Simple question, with the windows.h/etc, is there a way to send emails through the program?
  7. Replies
    15
    Views
    3,454

    hehe I always found it easier just to use a macro...

    hehe I always found it easier just to use a macro :)
  8. Replies
    4
    Views
    1,128

    Tell me, is your dvd rom a Phillips?

    Tell me, is your dvd rom a Phillips?
  9. Replies
    9
    Views
    26,764

    hehe glad to see I'm not the only one having...

    hehe glad to see I'm not the only one having trouble with this silly dev c++ debugger. Thanks for the help guys.
  10. Replies
    9
    Views
    26,764

    Watching variables in Dev C++

    Alright I'm pretty new at using Dev C++ and need to find out how to watch a single variable.

    Alright so I go into the debug menu, select "Watch Variables," enter the variables name... Now what?...
  11. Replies
    5
    Views
    3,231

    Yeh sorry for the bump, but generally once a...

    Yeh sorry for the bump, but generally once a thread reaches the 2nd or 3rd page nobody will respond to it. Bringing Up My Post ain't really the worst thing to do, in my opinion.
  12. Replies
    7
    Views
    15,580

    while(!kbhit) { loop(); }

    while(!kbhit)
    {
    loop();
    }
  13. Replies
    5
    Views
    3,231

    Anybody know?

    Anybody know?
  14. Replies
    5
    Views
    3,231

    Maya .obj files -> OpenGL?

    Would anybody happen to know of a good tutorial on how to utilize .obj files with openGL? Any links would be appreciated! :)
  15. Replies
    3
    Views
    3,606

    thx much shane, I will try it out and see what it...

    thx much shane, I will try it out and see what it can do :D
  16. Replies
    9
    Views
    1,472

    High school C++/programming teachers are...

    High school C++/programming teachers are generally the worst at teaching you. They'll just give you a 30 page packet and expect you to understand it completely. *remembers 9th grade*
  17. Replies
    3
    Views
    3,606

    free 2d graphics engine for Dev C++?

    Anybody know of a good 2d graphics engine fully compatible with Dev c++? If this has been asked before, I'm sorry, feel free to lock/delete this thread if it has.
  18. Replies
    4
    Views
    1,449

    Ah this worked. Thank you :)

    Ah this worked. Thank you :)
  19. Replies
    4
    Views
    1,449

    HTML/Javascript Getting by certain code?

    On a website I visit, they use one of those annoying "no right click" scripts, which obviously makes the viewer unable to right click. Is there a way to get by this annoyance?
  20. Replies
    7
    Views
    15,580

    Thanks for your help, everyone. I'll try out...

    Thanks for your help, everyone. I'll try out these strategies soon.
  21. Replies
    7
    Views
    15,580

    User input while loop is running

    Lets say I had a loop running, but anytime during the loop I wanted the user to be able to press a key and make something else happen.

    Any suggestions on how to do this? I am completely lost.
  22. Replies
    8
    Views
    1,470

    For your second post, if(integer > 9999) ...

    For your second post,

    if(integer > 9999)
    cout<<"This number is too high, enter lower num: ";
    cin>>tycoonnumber
  23. Thread: Apmatrix error.

    by two31d
    Replies
    5
    Views
    1,162

    Yeah, APmatrix is a real iffy type of... well......

    Yeah, APmatrix is a real iffy type of... well... matrix. Has a lot of problems with more than a few characters on the same line :(.
  24. http://www.cprogramming.com/tutorial/lesson10.html...

    http://www.cprogramming.com/tutorial/lesson10.html

    This should help :D
  25. Thread: Apmatrix error.

    by two31d
    Replies
    5
    Views
    1,162

    Alright if you can't help me with this, is there...

    Alright if you can't help me with this, is there any other good 2d (X/Y axis) type of thing, I can use for C++?
Results 1 to 25 of 26
Page 1 of 2 1 2