What are the difference between Cygwin on windows and real UNIX environment
Posted
by Tarun
on Stack Overflow
See other posts from Stack Overflow
or by Tarun
Published on 2010-05-12T12:33:20Z
Indexed on
2010/05/12
12:44 UTC
Read the original article
Hit count: 185
Hi,
I am a C/C++ developer. I have never done C++ programming on UNIX, I have done only on windows. I want to practice C++ on Unix. (Because all big companies ask C++ with Unix). I have a laptop on which i do not want to install any other OS (because i have installed very important software on it and i don't have setups)
So, I searched and found CygWin which is Unix emulator for Windows. I am thinking to practice C++ on this. Please help me, how can I practice/learn in more close to the environment(Unix Environment) that is used in Big companies like IBM. What will be the difference between Unix and Cygwin?
© Stack Overflow or respective owner