doubt in cygwin commands -


How to get into the "C" environment. When using Sagvine ... please tell me commands to go to the environment ....

< P> If you want a CD in a C drive, then there is a way:

$ cd / cygdrive / c

If you want to edit / compile / run / debug a program, then It is: $ emacs foo.c # Edit

$ gcc -Wall foo.c -o foo # compile

$ ./foo # run

$ gdb ./foo #Debug


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -