Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
How To Create C++, Java , Ajax Program In Ubuntu...
It Is Possible
If Yes
So Please Tell Me How To
Use It.....
Posted

Of course it is possible and a very simple google search would give you 13,200,000 results to peruse at your leisure.
create programs in Ubuntu[^]
 
Share this answer
 
At the very low level, for c/c++, just use a text editor (vi, emacs, or some other graphical editor available on ubuntu) and a compiler (gcc/g++); you will also have to learn how to create makefiles and all that junk.

You can also use an IDE like Code::blocks, Eclipse, ... to help you manage your project.

For Java, I think there's NetBean.

For AJAX, I don't have a clue, me think vi will probably be enough for that.


For all of the above you might have to install a "package" of some sort, for the compilers, IDE and all supporting libraries.


Good luck.
 
Share this answer
 
Comments
tango4567 26-Jan-12 13:02pm    
ok I am Try netbean
C++: I would recommend Anjuta:
http://en.wikipedia.org/wiki/Anjuta[^],
http://www.anjuta.org/[^].

Java: NetBeans, Eclipse:
http://en.wikipedia.org/wiki/NetBeans[^],
http://netbeans.org/[^],
http://en.wikipedia.org/wiki/Eclipse_%28software%29[^],
http://www.eclipse.org/[^].

Ajax: There is no such thing as "Ajax program". You need something to develop with JavaScript. Probably also Eclipse:
http://eclipse.org/downloads/packages/eclipse-ide-javascript-web-developers/heliosm5[^].

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900