Search:

Type: Posts; User: Kaminaga

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,980

    DirectDraw Programming tutorial sites

    Hi,
    I'm trying to learn some DirectDraw programming. Basically I just want to make a simple 2D game or something similar. I've looked at sites from scorpioncity and even gamedev.net but I feel that...
  2. Replies
    4
    Views
    2,574

    Hi, This site is not too bad as well. It doesn't...

    Hi,
    This site is not too bad as well. It doesn't cover everything about glut but I think it's kind of good with the basics.

    GLUT Tutorial

    Hope it helps
    -Kaminaga
  3. Replies
    5
    Views
    4,212

    Thank again. At first I didn't know what you...

    Thank again. At first I didn't know what you meant, but I then realised that I forgot to put in those files in the additional dependencies section. It works now:)

    -Kaminaga
  4. Replies
    5
    Views
    4,212

    Sorry, I didn't point it out clearly. When I mean...

    Sorry, I didn't point it out clearly. When I mean linking the include files and the library, I mean that I already set it up in the tools -> option -> Projects -> c++.

    As for when writing the...
  5. Replies
    5
    Views
    4,212

    Starting DirectX in .Net 2003

    Hi,
    I know I've installed the SDK properly and even linked the include files(including from the "common" folder) and the library. What I'm just not sure of doing is setting up the project in .Net...
  6. Replies
    4
    Views
    1,916

    Thanks! It works fine now. You guys rock :)...

    Thanks! It works fine now.
    You guys rock :)
    -Kaminaga
  7. Replies
    4
    Views
    1,916

    Problems installing GLUT in .NET 2003

    Hi,
    I'm having problems installing GLUT in Microsoft Visual Studio.NET 2003 and I'm running Windows XP SP2

    First:
    For glut.h
    I already copied it into C:\...\Microft Visual Studio.NET...
  8. Replies
    6
    Views
    2,046

    Sorry if this post is long but I just wanted to...

    Sorry if this post is long but I just wanted to make sure I can understand this better.

    Lucky:
    Thanks, I'm reading about it now in the MSDN library to understand more.

    7stud:
    I've read some...
  9. Replies
    6
    Views
    2,046

    Question on predefine macros

    Hi , it's me again. I just came across predfine macros and was wondering how to use it so, I played around with one of the macros.



    #include <iostream>
    #define __TIMESTAMP__
    using namespace...
  10. Replies
    5
    Views
    1,285

    I just noticed this reply. Thanks a lot. Played...

    I just noticed this reply. Thanks a lot. Played around with it and works fine.


    Also, cheers to Zach for the explanation and the good link. So many cool things about C++ over there that I need...
  11. Replies
    5
    Views
    1,285

    Hey thanks Zach. It works fine now. I guess I...

    Hey thanks Zach. It works fine now. I guess I understand why it works (I put a break in that line and debugged so I could see more). But first (just for fun), I'm picturing myself as a student and...
  12. Replies
    5
    Views
    1,285

    Looping in Switches

    Okay, I'm just doing a bit of a revision in programming so bear with me. Here's what I'm trying. As you can see, if I choose 1, the output will be a continuous "You picked 1"s . So what I'm trying to...
  13. Thanks. I can see it now. -Kaminaga

    Thanks. I can see it now.
    -Kaminaga
  14. Help needed in customizing MS Visual Studio.net

    Hello,
    I just got motivated to learn more about C++ so I'm a bit of a noob. Right now, I'm not encountering any problems but I want to know how do I put/show the line numbers in Microsoft Visual...
Results 1 to 14 of 14