Thursday, December 23, 2010

Develop C/C++ by using Eclipse

Develop C/C++ by using Eclipse..

Now you don't need to use Dosbox kind of tools for developing C sotware..
here's the new tools has been developed for it, name of this tool is eclipse..

you can download the cdt Ecliplse from this website address..
http://www.eclipselabs.org/p/wascana.
you can get the .exe file from there after download it you have to install that software in your PC.

After install that software, you have to make a project on ecliplse for your C/C++ Work,
How to make a project?
Answer of this important question you can get on eclipse's Help menu.

For help, to creating a project... the path would be like this on eclipse
C/C++ Development User Guide->Getting Started->Creating a simple application

The benefit of developing C software on eclipse is, you can do the debug your code whenever you want.
for that you have to do setup debug on eclipse, process of it we can get on Eclipse's help menu...and the path would be like this..
C/C++ Development User Guide->Getting Started->Debugging projects

I hope you guys get some valuable information..

If you have any question, please post it in reply.