Search:

Type: Posts; User: lrusso

Search: Search took 0.01 seconds.

  1. Thread: Porting

    by lrusso
    Replies
    4
    Views
    1,698

    Porting

    If you write a full program for kicks lets say a game. How much time on average does it take to port the game to Linux and Mac. Game is written C++ With OpenGL.
  2. Thread: Celcius

    by lrusso
    Replies
    2
    Views
    981

    Celcius

    Im trying to compile a program for a book
    heres my code


    #include <cstdio>
    #include <cstdlib>
    #include <iostream>
    using namespace std;

    int main(int nNumberofArgs, char* pszArgz[])
  3. Thread: Server Status

    by lrusso
    Replies
    3
    Views
    1,054

    Server Status

    Im just starting out with C++. I thought it would be cool if i could make a program to check the status of an IP on a specife port and see if gets a response. I have zero idea how to do this so if...
  4. Replies
    7
    Views
    1,400

    Acutally what i ended up doing was finding the...

    Acutally what i ended up doing was finding the header file in a old Lcc_Win Complier and just moving it over to Dev C++. Worked Fine
    Thanks For the Help
  5. Replies
    7
    Views
    1,400

    Im not sure were i can find the Libary that your...

    Im not sure were i can find the Libary that your talking about. The link you gave me takes me to install OPENGL Drivers. Also if its not a bother can you give me a link for the Directx libary. Thank...
  6. Replies
    7
    Views
    1,400

    Good Game Devoplopment Compilers

    Im corrently using Dev C++. Im condisering changing to a different complir. DEV C++ dosent have gluax.h or d3d8.h. Is there anyway i could put these headers in or is there other free complier that...
  7. Replies
    2
    Views
    945

    Open GL Question

    Before i acutall make a window can anyone tell me if anything is wrong in this code


    #include <windows.h> //Line One
    #include <gl/gl.h> //Line Two
    #include...
  8. Thread: Good Tutrioals

    by lrusso
    Replies
    2
    Views
    1,083

    Good Tutrioals

    I am looking for a place were i could find some good tutrioals for C++ Programing with OpenGL for gaming devolopment. If anyone could point me to some basic tutrioals i would apprecate it.
Results 1 to 8 of 8