home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13582 < prev    next >
Encoding:
Text File  |  1992-09-13  |  933 b   |  30 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!wupost!dsuvax.dsu.edu!columbia.dsu.edu!waitd
  3. From: waitd@columbia.dsu.edu (Darrin K. Wait)
  4. Subject: New C++ user needs some help.
  5. Message-ID: <waitd.85.0@columbia.dsu.edu>
  6. Keywords: C++ help program
  7. Sender: usenet@dsuvax.dsu.edu (Usenet Proxy Posting Account)
  8. Organization: Dakota State University
  9. Date: Sun, 13 Sep 1992 19:24:51 GMT
  10. Lines: 18
  11.  
  12. Hello C users.
  13.  
  14.     I am very new to C++ programing and would like some advice.
  15.  
  16.     I am trying to write a C++ program that will take command line input 
  17. when running the compiled EXE program.  I am sure the answer can be found in 
  18. the C++ manuals, but all I have is the text book "C++ By Example" (This 
  19. program isn't for the class).
  20.  
  21.     What I am trying to do is say take the following input:
  22.  
  23.         Program.exe word1 word2 ...
  24.  
  25.     I would then like to take this input and use it.
  26.  
  27.     Please mail any replies to WAITD@COLUMBIA.DSU.EDU
  28.  
  29.     Thanks in advance.
  30.