Title of the project:
IDE for UNIX C Systems
Abstract:
The aim of the project is to develop an IDE for
compiling a C program. Here the IDE is installed on the client and the
compiler is installed in the Server. Currently the UNIX exist only command
line gcc compilers C, C++, C#, Java, python, etc., The IDE should
highlight the header files, show keywords in different colors, and loaded
with several facilities.
Requirement Analysis
Server: On Demand Application monitoring the incoming transmission
for a C Source Code via a particular port.
Client: An IDE for writing C Source code which is loaded with so many
features like C Compiler, C Debugger, Coloring of key words, header files
and etc,
Design and Implementation
Server: A UNIX/LINUX System that loaded with On Demand Application monitoring the incoming transmission
for a C Source Code via a particular port.
Client: This may be a windows or a UNIX/LINUX with IDE.