i read it from a book called introduction to C++ programming and graphics. i am currently using windows7, not sure what the author means by saying that.
> why does a c++ programmer without UNIX experience is handicapped in many ways?
I think what the author is trying to say is:
But Unix has a culture; it has a distinctive art of programming; and it carries with it a powerful design philosophy. Understanding these traditions will help you build better software, even if you're developing for a non-Unix platform.
first there are three main operating systems DOS which became windows, unix which became the mac, and linux (which is a unix-flavor operating system). since windows doesnt have a very advanced command line, someone made cygwin, which is a terminal command line at its essence. u rnt at a disadvantage not knowing unix its just better knowledge. like i can use os specific properties and commands from this knowledge