This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

B20.1 Automatic carriage return


   I use Cygwin B20.1, under WIndows 95, to compile my C++ program.
However, I found that a carriage return occur even if I have no
intention to do.
   For example, my program (test.cpp):
      #include <iostream>
      void main()
      { int number;
        cout<<" Please input a number ";
        cin>>number;
        cout<<number<<" is your input number";
      }
   When I compile it and run the prgram, it occur as follow :
   ------- screen shot -------
   BASH.EXE-2.02$g++ -o test test.cpp
   BASH.EXE-2.02$./test.exe
   Please input a number
   13
   13 is your input number BASH.EXE-2.02$
   ------- screen shot end ------
   It automatically make a carriage return !! Is there something 
worng ?
   

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]