CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: benb7760

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    2,230

    How to pass a pointer to an std::map

    I have a map defined as:
    <unsigned int, rObject*> mMap
    I would like to pass a pointer to the map so another object can access its elements. So far I have tried:


    passPtr(&mMap);

    On the...
  2. Replies
    2
    Views
    4,349

    Custom expression evaluator in C++

    I am trying to make something which can load an expression with custom definitions to functions. An example what I would like:
    Mouse.x() * 5
    or
    2+(Keyboard.A() * Object.Val(0))

    mouse is an...
  3. Replies
    2
    Views
    4,852

    Re: Looking for programmer(s) for project

    First to quickly clarify: This isn't a project to make a game. It is a project to make a Game Creator, designed to be as simple as possible to use. It will run the games it creates through the 3D...
  4. Replies
    2
    Views
    4,852

    Looking for programmer(s) for project

    I am aiming to create a 3D game engine which supports OpenGL. For now I am looking for programmers who can work with C++, SDL + OpenGL, OOP. Would be a bonus to know Javascript to some extent.

    I...
  5. Replies
    6
    Views
    1,607

    Render OpenGL direct to Bitmap

    As the title suggests, I am looking for a way to render OpenGL output directly to a bitmap that can be accessed by another procedure.

    I have found very few examples or tutorials on this, and the...
  6. Replies
    0
    Views
    551

    Render OpenGL direct to Bitmap

    As the title suggests, I am looking for a way to render OpenGL output directly to a bitmap that can be accessed by another procedure.

    I have found very few examples or tutorials on this, and the...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured