home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / Vyzkuste / devc / _SETUP.6 / Group21 / Test_cpp.txt < prev    next >
Text File  |  2000-07-11  |  157b  |  10 lines

  1. #include <iostream.h>
  2. #include <stdlib.h>
  3. #include <windows.h>
  4.  
  5. int main (int argc, char *argv[])
  6. {
  7.    /* Put your C++ codes here */
  8.    return 0;
  9. }
  10.