Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Stoddard is offline Master Member
    Join Date
    May 2010
    Posts
    559

    Default console programming primer

    What sorts of activities are console applications created for?

  2. #2
    suwunk is offline Super Moderator
    Join Date
    Aug 2010
    Posts
    1,096

    Default

    A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.) or the text-based interface included with most Graphical User Interface (GUI) operating systems, such as the Win32 console in Microsoft Windows, the Terminal in Mac OS X, and xterm in Unix. A user typically interacts with a console application using only a keyboard and display screen, as opposed to GUI applications, which normally require the use of a mouse or other pointing device. Many console applications such as command line interpreters are command line tools, but numerous Text User Interface (TUI) programs also exist.

    As the speed and ease-of-use of GUI applications have improved over time, the use of console applications has greatly diminished, but not disappeared. Some users simply prefer console based applications, while some organizations still rely on existing console applications to handle key data processing tasks.
    Console application - Wikipedia, the free encyclopedia


 

Similar Threads

  1. programming and 3D
    By WrigleyF in forum Programming
    Replies: 1
    Last Post: 2011-03-29, 09:36 PM
  2. cloud and programming
    By Stoddard in forum Programming
    Replies: 0
    Last Post: 2011-03-07, 09:40 AM
  3. programming for all
    By WrigleyF in forum Programming
    Replies: 0
    Last Post: 2011-02-02, 09:06 AM
  4. programming for everybody
    By WrigleyF in forum Programming
    Replies: 0
    Last Post: 2010-08-17, 10:18 AM
  5. Programming Languages
    By sgoodman in forum Off Topic
    Replies: 4
    Last Post: 2008-11-05, 01:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts