Search:

Type: Posts; User: joakim12

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    13,264

    Simple SDL2 made menu

    Hi!

    I'm newbie to programming and I'm learning to program SDL2 and C++.

    Here is a code I wrote:


    include <GL/glew.h>
    #include <SDL2/SDL.h>
    #include <SDL2/SDL_opengl.h>
  2. Replies
    6
    Views
    7,112

    I cannot get one simple class to work

    Hi!

    I'm learning C++ programming. I got a problem with simple class.

    Here is the code:

    #include <iostream>
    using namespace std;
  3. Replies
    3
    Views
    16,425

    I had the same problem (Xubuntu-8.10 on i386),...

    I had the same problem (Xubuntu-8.10 on i386), and i solved it with including one header file of those:

    #include <netinet/in.h>

    or

    #include <arpa/inet.h>
  4. Replies
    1
    Views
    5,630

    How to set up Qt in Dev-c++?

    How to set up Qt to work with Dev-C++?

    I have set up these environment variables so far:

    QTDIR = D:\Qt\4.3.4\
    INCLUDE = D:\Qt\4.3.4\include
    PATH is extended with...
  5. Visual Basic Winsock client and Linux server with C? Is it easy?

    I have a program under Windows programmed with Visual Basic and Winsock. And I want to programm a server for that program under Linux with C. And I want ask, is is easy to do or not? I havent...
  6. Replies
    8
    Views
    26,706

    I'm reading book "OpenGL SuperBible" and I don't...

    I'm reading book "OpenGL SuperBible" and I don't understand the stencil buffer thing.

    So here is the example code from the book:

    ///////////////////////////////////////////////////////////
    //...
Results 1 to 6 of 7