Download Latest Version idec 1.1.0.zip (2.0 kB)
Email in envelope

Get an email when there's a new version of IDEC

Home / IDEC 1.0.0
Name Modified Size InfoDownloads / 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
	-----------------------------------------------
Source: README.txt, updated 2010-09-04