Thread: how make a window in c++

  1. #16
    Registered User
    Join Date
    Apr 2002
    Posts
    249

    What are you talking about....

    Originally posted by JoshG
    There is nothing in the c++ standard libraries to make windows.
    You can't say that... if you know C++ and if you know windows as operating system that was built by C++ Sooooooooo,

    You can do that usign the Garphics in C++ under dos...
    You can do it ... just tell me what system do you have and what ver of C++ you are using.
    C++
    The best

  2. #17
    Registered User Invincible's Avatar
    Join Date
    Feb 2002
    Posts
    210
    You can do that usign the Garphics in C++ under dos...
    er ok...

    Only one problem. Unless you're talking about 3.1, Windows isn't DOS. Also, could you post that ANSI C++ garphics header. I'd like to take a look at it.

    Anyway, I just pointed out the fact that Windows wasn't written entirely in C++. Did you even read my post, or what? Low-level operations, including access of the video card or controller are written in ASM.
    Last edited by Invincible; 06-04-2002 at 03:30 PM.
    "The mind, like a parachute, only functions when open."

  3. #18
    Registered User
    Join Date
    Apr 2002
    Posts
    249

    Unhappy Sorry... misunderstood

    Sorry ... I misunderstand what you mean when I first read your replay...
    Sorry again.. please forgive my bad ESL. (English as a second language.) Sorry again,...

    You are right.
    C++
    The best

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  2. my wndProc is out of scope
    By Raison in forum Windows Programming
    Replies: 35
    Last Post: 06-25-2004, 07:23 AM
  3. Make window in VB but make program in C/C++?
    By Boomba in forum Windows Programming
    Replies: 1
    Last Post: 06-23-2004, 12:29 AM
  4. problem with open gl engine.
    By gell10 in forum Game Programming
    Replies: 1
    Last Post: 08-21-2003, 04:10 AM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM