Thread: how to define run-time commands in C

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    113

    how to define run-time commands in C

    I'd like to make a small program which requires it to run on base of run-time commands...
    like "quit".. to quit. "help" -- show a small doc for help.
    ..

    how could I handle this kind of things.

  2. #2
    Registered User
    Join Date
    Jan 2011
    Posts
    113
    I mean the program should execute based on the run-time commands I create..

  3. #3
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    That's easy... LEARN C. Any C tutorial will get you started on that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 11-21-2009, 01:02 AM
  2. difference between #define and #define ()
    By bored_guy in forum C Programming
    Replies: 8
    Last Post: 07-20-2009, 06:58 PM
  3. DOS commands using C++
    By rusty0412 in forum C++ Programming
    Replies: 5
    Last Post: 07-11-2003, 04:56 PM
  4. Replies: 7
    Last Post: 07-22-2002, 02:36 PM
  5. How to run DOS commands from c++
    By ihsir in forum C++ Programming
    Replies: 2
    Last Post: 12-05-2001, 05:59 AM

Tags for this Thread