Thread: Cygwin and Linux

  1. #1
    still a n00b Jaguar's Avatar
    Join Date
    Jun 2002
    Posts
    187

    Cygwin and Linux

    Normally I write C/C++ on linux but many times I have to log on windows. I dont want to reboot so often. So I use redhat-cygwin for programming C/C++. And gcc3.2 comes along with cygwin. I want to know...
    1 What are main differences between Linux and Cygwin?
    2 What are improved from gcc2.95 to gcc3.2?
    3 I learned that I can't use cin,cout,endl on g++3.2, I must call std::cin, std::cout, std::endl...why?

    Anyone please tell me.
    slackware 10.0; kernel 2.6.7
    gcc 3.4.0; glibc 2.3.2; vim editor
    migrating to freebsd 5.4

  2. #2
    still a n00b Jaguar's Avatar
    Join Date
    Jun 2002
    Posts
    187
    That's really helpful.
    Thank a lot :-)
    slackware 10.0; kernel 2.6.7
    gcc 3.4.0; glibc 2.3.2; vim editor
    migrating to freebsd 5.4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 11
    Last Post: 01-20-2009, 02:13 PM
  2. Problems with compiling code in cygwin
    By firyace in forum C++ Programming
    Replies: 4
    Last Post: 06-01-2007, 08:16 AM
  3. Cygwin and coLinux
    By Mario F. in forum Tech Board
    Replies: 8
    Last Post: 07-03-2006, 02:00 PM
  4. Replies: 1
    Last Post: 10-24-2005, 06:35 AM
  5. CygWin Project ?
    By SpEcIeS in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 02-18-2005, 09:58 PM