Search:

Type: Posts; User: The-Guy

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,117

    Windows Messages help

    What is the message for when a program first starts ?
  2. Replies
    4
    Views
    887

    lol Eber i know what opengl is and know some of...

    lol Eber i know what opengl is and know some of opengl code but i want to know the code for a simple flat terrain. Could i use a textured quad ?
  3. Replies
    4
    Views
    887

    OpenGL Question

    How do you create a terrain in opengl ?
  4. Thread: Why Directx ?

    by The-Guy
    Replies
    3
    Views
    1,793

    Why Directx ?

    Why do people program in directx when opengl is so much easier to use ? What do you think ?
  5. Replies
    0
    Views
    1,408

    Is ms visual c++ .net any good ?

    What do you think about it because i was thinking about buying it ?
  6. Replies
    10
    Views
    109,504

    I am using Textou and it still doesnt want to...

    I am using Textou and it still doesnt want to work with the code above. I am using dev c++ too.

    heres my error:
    98 untitled1.cpp
    passing `char' to argument 4 of `TextOutA(HDC__ *, int, int,...
  7. Replies
    10
    Views
    109,504

    Convert string to char ?

    How do you convert a string to a char ?
  8. Replies
    2
    Views
    2,066

    How to combine 2 strings ?

    how do you do it ?
  9. Replies
    8
    Views
    47,584

    k im making a guessing game and heres the code: ...

    k im making a guessing game and heres the code:



    #include <windows.h>
    #include <stdlib.h>
    #include <string>

    HINSTANCE hInstGlobal;
    HWND hEdit;
  10. Replies
    8
    Views
    47,584

    Dev C++ and Strings

    I am using dev c++ and it doesnt like strings for me like:


    #include <string>

    ....


    string word;
    word = "hi";
  11. Thread: Random

    by The-Guy
    Replies
    4
    Views
    996

    Random

    Whats a good technique for a random number in C++ ?
  12. Replies
    4
    Views
    1,272

    Thanks it worked :)

    Thanks it worked :)
  13. Replies
    2
    Views
    1,430

    or ...

    www.vbforums.com

    you will get a response within minutes.
    hope this helps :)

    maybe this helps too:


    Function DriverLetter(FilePath as string)
    driverletter = mid(FilePath,0,3) 'only the...
  14. Replies
    4
    Views
    1,272

    Strings and IF statement

    I am using dev c++ and i want to do something like this but it gives me errors(the error is about the strings and the if statement):


    #include <iostream.h>

    int main()

    {

    cout<<"Guess a...
Results 1 to 14 of 14