Search:

Type: Posts; User: NecroFromHell

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,649

    im newbie to opengl, help plz

    I've been reading some tutorials on a tutorial website for opengl and on the first tutorial : http://fly.srk.fer.hr/~unreal/theredbook/chapter01.html

    shows the user how to create a window and...
  2. Replies
    3
    Views
    861

    key input

    can some1 point me out to a tutorial that teaches how to make a simple cpp program to press certain keys w/o the user to having press any?
  3. i use Dev-cpp

    i use Dev-cpp
  4. srry for being such a noob, but how i do that>

    srry for being such a noob, but how i do that><?
  5. [Linker error] undefined reference to `GetStockObject@4'

    [Linker error] undefined reference to `GetStockObject@4'

    i'm confused y i'm getting this in these lines of code:


    #include <windows.h>

    LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM)...
  6. Replies
    3
    Views
    1,286

    Windows NT?

    I'm using the book "Programming Windows Fifth edition and it uses windows NT c++ windows language. How can i edit this code to make it run on windows XP.


    #include <windows.h>
    #include <math.h>...
  7. Replies
    3
    Views
    1,369

    drawing stuff

    How you can draw things with c++ using colors or images? I have no idea:(
  8. ok, forget what about the infinity thing, i'm...

    ok, forget what about the infinity thing, i'm just try to make a program divide any number and keep dividing it for as long as it has enough memory. And if it takes time for the number to be divided,...
  9. Possible to make a program that divides to an infinite decimal place?

    Is it possible to make a program that divides to an infinite decimal place? I'm trying to get one to work, but it only goes up to 16 decimal places, then after that, it just gives me 0's.
Results 1 to 9 of 9