View Single Post
  #19 (permalink)  
Old 07-21-2008, 11:25 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 4,107
Last Blog:
Why Learn Data Structu...
Credits: 28
Rep Power: 45
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default Re: C++ system() not working!!?!? (Cygwin bash shell?)

Cygwin is an environment that runs within windows to give you access to *nix commands. The side effect of this is that when you are in Cygwin, you are NOT in Windows for all intents and purposes. While in Cygwin, you only have access to *nix commands, but do NOT have access to Windows commands. Cygwin is useful as it gives you the ability to run many programs that do not run on Windows for various reasons (such as lack of POSIX support).
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote