Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Reply
 
LinkBack Thread Tools Display Modes
Old 31-05-2010, 01:17 PM   #1 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Post Need a Good Compiler for C++ & Java


I need a good & free compiler for C++ & Java for both Windows & Linux.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 31-05-2010, 02:06 PM   #2 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Default Re: Need a Good Compiler for C++ & Java

Actually its not for me but for my friend. He told me to search for a good compiler. I don't think he meant IDE. He needs it for college stuff.

But basically, what is the difference between the both?
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline   Reply With Quote
Old 31-05-2010, 02:12 PM   #3 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Need a Good Compiler for C++ & Java

Compiler

C
http://wikidot.fosspowered.com/progr...:setupcompiler

Java
http://java.sun.com/javase/downloads/widget/jdk6.jsp
(I recommend to use package manager if you use Linux for installing JDK)

IDE:
http://wikidot.fosspowered.com/editors:geany

Will work for both C and Java
And sure read this while learning C/C++: http://www.gidnetwork.com/b-56.html

Good luck

P.S.: The C tutorial will work for C++ as well
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.

Last edited by Liverpool_fan; 31-05-2010 at 02:28 PM.
Liverpool_fan is offline   Reply With Quote
Old 31-05-2010, 08:56 PM   #4 (permalink)
Kiddie Coder
 
RavS's Avatar
 
Join Date: Jun 2009
Location: New Delhi
Posts: 30
Default Re: Need a Good Compiler for C++ & Java

Well done, Liverpool_fan! Really good resources.

I wonder if the C compiler wiki has been written by you (there is a Liverpool club logo in one of the images!)
__________________
God.. make me the smartest coder in the world. I want to grow up from being kiddie now...
RavS is offline   Reply With Quote
Old 06-06-2010, 07:44 PM   #5 (permalink)
Fresh Stock Since 2005
 
Join Date: Feb 2005
Posts: 1,015
Default Re: Need a Good Compiler for C++ & Java

Code::Blocks for C++, Netbeans for Java.. for both Windows and Linux.
__________________
http://www.khattam.info
khattam_ is offline   Reply With Quote
Old 06-06-2010, 08:19 PM   #6 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Default Re: Need a Good Compiler for C++ & Java

Thanks. Have downloaded JDK & Geany for my friend. Waiting for his response.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline   Reply With Quote
Old 06-06-2010, 10:24 PM   #7 (permalink)
Right Off the Assembly Line
 
blackhole's Avatar
 
Join Date: Jun 2010
Posts: 28
Default Re: Need a Good Compiler for C++ & Java

gud links liverpool fan...thanq
blackhole is offline   Reply With Quote
Old 07-06-2010, 11:05 AM   #8 (permalink)
prasath->loves(APPLE);
 
prasath_digit's Avatar
 
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
Lightbulb Re: Need a Good Compiler for C++ & Java

wat abt gcc?. It works on both windows & linux right?
__________________
My Desktop Spec:- :-)

AMD Athlon 64 X2 3600+
ASUS M2N-MX Motherboard
2GB DDR2 RAM
500GB Seagate HDD

My Laptop Spec:- :)

BRAND:
TOSHIBA
MODEL:
C640-X4012
2nd Gen Intel Core i5 2430M
4GB DDR3 RAM
500GB HDD
prasath_digit is offline   Reply With Quote
Old 07-06-2010, 11:46 PM   #9 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Need a Good Compiler for C++ & Java

Quote:
Originally Posted by prasath_digit View Post
wat abt gcc?. It works on both windows & linux right?
MinGW = GCC for Windows
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 08-06-2010, 12:33 AM   #10 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Need a Good Compiler for C++ & Java

Quote:
Originally Posted by Cool G5 View Post
I need a good & free compiler for C++ & Java for both Windows & Linux.
Depending on the meaning of the word "good", I would suggest you these:

Most optimized and fastest for Intel CPUs: Intel's C/C++ compiler (which you/your friend can get for free if you obtain an Academic license)

Most standards compliant: GCC

Most integrated with IDE for debugging: MS VC++ (Express edition is free, Professional can be gotten free via an Academic license)

For the first two compilers I'd suggest Eclipse as the IDE.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is online now   Reply With Quote
Old 08-06-2010, 12:59 AM   #11 (permalink)
prasath->loves(APPLE);
 
prasath_digit's Avatar
 
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
Default Re: Need a Good Compiler for C++ & Java

Quote:
Originally Posted by Liverpool_fan View Post
MinGW = GCC for Windows
Ya i know...mingw is bundled with Dev-C++( which i currently use, although its an outdated IDE )........don know if a standalone version is available....
__________________
My Desktop Spec:- :-)

AMD Athlon 64 X2 3600+
ASUS M2N-MX Motherboard
2GB DDR2 RAM
500GB Seagate HDD

My Laptop Spec:- :)

BRAND:
TOSHIBA
MODEL:
C640-X4012
2nd Gen Intel Core i5 2430M
4GB DDR3 RAM
500GB HDD
prasath_digit is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running swf files from Java channabasanna Programming 0 03-03-2010 05:53 PM
[suggest] cheap dual sim java phone phuchungbhutia Buying Advice 2 12-02-2010 05:14 PM
5800 XM good? blademast3r Mobiles and Tablets 5 06-02-2010 10:29 PM
Valuable Sites for Techies sreedevi Tutorials 15 04-10-2005 10:35 PM
which anti virus do you all recommand me? thegame_rulez Software Q&A 55 01-04-2005 05:14 AM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:18 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2