Thread: Console User Interface : A Project

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    1

    Console User Interface : A Project

    Console User Interface
    This is a project, and the goal is to develop a message/ events driven user inteface, something like Window/or other modern operating system.
    I have done some work,
    But that was only for Turbo C++ 5.0, but i want to do it thru free Borland Compiler 5.5.
    But there is one problem, i can not issue interrupts in Borland C++ 5.5 compiler. It's not provided in dos.h
    Can anyone tell me how to do so...
    And any information regarding CUI development , u can send me to [email protected]
    Thanks for reading my message;
    Soon I will put necessary information regarding CUI on some link.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    http://www.adrianxw.dk/SoftwareSite/...Consoles1.html

    Why do you have to use BC 5.5? I wouldn't be surprized if that capability had been lost in more recent compilers. Just use an older compiler that's made for work with DOS.

  3. #3
    Registered User
    Join Date
    Feb 2006
    Posts
    20
    thx m8 it was kinda a big help for a schoolproject over here

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. c++ console project how to set value in a class
    By kishu111 in forum C++ Programming
    Replies: 1
    Last Post: 12-03-2006, 08:02 PM
  2. Project Builder console app
    By Luigi in forum C++ Programming
    Replies: 0
    Last Post: 12-28-2002, 07:57 PM
  3. Just one Question?
    By Irish-Slasher in forum C++ Programming
    Replies: 6
    Last Post: 02-12-2002, 10:19 AM
  4. GUI (Graphical User Interface) Help Needed
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2001, 10:35 AM
  5. Non-Standard User Interface
    By Eugene in forum Windows Programming
    Replies: 1
    Last Post: 08-29-2001, 09:43 AM