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
Post a Comment