Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2010-09-04 | 1.5 kB | |
idec | 2010-09-04 | 1.0 kB | |
Totals: 2 Items | 2.5 kB | 0 |
IDEC-Integrated Development Environment for C ----------------------------------------------- REQUIREMENTS ----------------------------------------------- 1)Any Linux distibution or MAC 2)VIM editor 3)gcc compiler ----------------------------------------------- Installation ----------------------------------------------- 1)change the permission of idec chmod 777 idec 2)copy idec to /bin or /usr/bin(recommended) in SUPERUSER(root) mood sudo idec /usr/bin ----------------------------------------------- Using IDEC ----------------------------------------------- 1)To start using idec just mention the name of the c file along with idec command idec <name> (no .c) 2)enter the header files you want to link expect(stdio.h) which is included by default Example ~$ idec hello Enter the Header File: stdlib.h unistd.h (press Double Enter) ~$ 3)after writing the program exit out of vim which will then compile and take u to the outputmode 4)if u want to remodify the program after the output just press "enter" else press "q" to exit ----------------------------------------------- LICENSE ----------------------------------------------- 1)no license and issues can be distibuted to any one 2)we would like to get feedbacks so that we can help us improve our product ----------------------------------------------- THANKS FOR CHOOSING IDEC -----------------------------------------------