CodeChef is a non-commercial competitive programming community
Login
Username (New User? Signup) Password (Forgot Password?)
Signup
Login or
Signup with
Connect
Note
  • Publicize your achievements on your Facebook Wall.
  • Challenge your friends or ask them for help.

Site Navigation

  • PRACTICE
    • Easy
    • Medium
    • Hard
    • Challenge
    • Peer
  • COMPETE
    • All Contests
    • June Long 2012
    • May Cook-Off
    • May Long 2012
  • DISCUSS
    • Forums
    • Blog
    • Wiki
    • Facebook
    • Twitter
  • COMMUNITY
    • CodeChef Meetups
    • Campus Chapters
    • Host your Contest
    • User Groups
    • CodeChef TechTalks
    • All Educational Initiatives
  • HELP
    • Frequently Asked Questions
    • FAQ for problem setters
    • Problem Setting
    • Tutorials
    • Long Contest Ranks
    • Short Contest Ranks
    • Event Calendar
  • ABOUT
    • About CodeChef
    • Team CodeChef
    • Press Room
    • CodeChef Financials
    • CodeChef Sponsorships
    • CEO's Corner
    • Contact Us
    • About Directi
Home » Wiki » List of Compilers

List of Compilers

 

Table of Contents 
  1. Q. I can’t seem to find the compilers being used by Codechef. Can you give me a link?

 

Q. I can’t seem to find the compilers being used by Codechef. Can you give me a link?


A. The IDEs / Compilers / Interpreters for some commonly  used languages are listed below.
C / C++ : You can use the Dev C++ IDE if you are on windows - http://www.bloodshed.net/dev/devcpp.html
Java : Download the Java Development Kit from the Sun website - http://java.sun.com/javase/downloads/index.jsp
Python : Download the python interpreter from - http://www.python.org/download/
Perl : Download perl from http://www.perl.com/download.csp
Ruby : Download it from http://www.ruby-lang.org/en/downloads/
C# : Download it from http://www.microsoft.com/express/vcsharp/
NASM: Download version 0.98.38 as used by CodeChef from http://www.linuxfromscratch.org/blfs/view/5.1/general/NASM.html


Comments

  • Login or Register to post a comment.

Code blocks is an option for

novice.cse08 @ 31 Oct 2009 12:49 AM

Code blocks is an option for windows as well as linux-http://www.codeblocks.org/downloads

Since PHP is a widely-used

DicedOnion @ 31 Oct 2009 03:03 AM

Since PHP is a widely-used interpreter, here are links to the latest releases:

 

Windows :: http://windows.php.net/download/

*nix :: http://www.php.net/downloads.php#v5 (source)

 

If previous versions are required due to whatever, there are available links at http://www.php.net ...

in c++(g++ 4.3.2). could

akshay.abhimanyu @ 8 Jan 2010 07:25 PM

in c++(g++ 4.3.2).

could anyone tell me what is g++(4.3.2)........plz reply

 

What's the difference between

wiwbiz @ 26 Mar 2010 02:05 AM

What's the difference between C++ (g++ 4.0.0.8) and C++ (g++ 4.3.2), I never cared for it unless it was restricted to code in C++ 4.3.2. Somebody..??

What's the difference between

wiwbiz @ 26 Mar 2010 02:29 AM

What's the difference between C++ (g++ 4.0.0.8) and C++ (g++ 4.3.2), I never cared for it unless it was restricted to code in C++ 4.3.2. Somebody..??

C++ (g++ 4.3.2) requires you

SaladinII @ 16 May 2010 12:44 AM

C++ (g++ 4.3.2) requires you to use namespaces. you can't just use cout<<"ghjgjh"; . You have to use std::cout<<"ghjgjh"; . Also, #include statements dont require .h extensions.

Uh, those things were

triplem @ 16 May 2010 04:19 AM

Uh, those things were required in 4.0.0.8 as well. There's probably a list somewhere, but the two reasons I use 4.0.0.8 instead of 4.3.2 are:

a) I'm used to including iostream and having that auto-include algorithm and a few other libraries; that isn't the case anymore.

b) I believe >? and <? don't compile in 4.3.2.

I use Dev c++ 5.0,but by

atanumahadani @ 21 May 2010 02:01 PM

I use Dev c++ 5.0,but by program is still not accepted .What to do?

I use g++ along with Emacs in

goharshady @ 3 Sep 2010 06:50 PM

I use g++ along with Emacs in Ubuntu!

It's just great!

Sir i have downloaded

vishal_dhiman @ 22 Sep 2010 07:53 PM
Sir i have downloaded dev-C++. and everything is fine when using it but how can i make its configuration such that it any program compiles in it is compatible with yous compilers. For example, i can compile a file with conio.h included but as we know it is not accepted in codechef. Please reply soon i want to participate in the coming event.

sir i cannot find the gcc

kanta @ 19 Oct 2010 12:59 AM

sir i cannot find the gcc compiler for c. i use windows 7 and 64 bit. plz suggest the appropriate link.

Very pleased to find this

mandymile @ 17 Apr 2011 05:51 PM

Very pleased to find this site. Thanks for taking the time to share this.

Eulogy Speeches

is the use of '\0' and '\n ' 

clmathuriya @ 18 Apr 2011 11:56 AM

is the use of '' and 'n '  in our program with dev c++.

 

 

causes any error.

 

it runs on my pc very well but gives error on submission.

 

Very pleased to find this

daisy @ 18 Apr 2011 07:50 PM

Very pleased to find this site. Thanks for taking the time to share this.

internet marketing miami

Great blog post. It’s

cristy88 @ 14 May 2011 04:00 PM

Great blog post. It’s useful information.

e cigarette


i hav turbo c++ 3.0 so which

sas86 @ 8 Oct 2011 05:51 PM
i hav turbo c++ 3.0 so which compiler version am i using for C and C++ ??? i mean 4.0.0.8 or 4.3.2 for C++ and What about C?? gcc4.3.2 or tclsh 8.5.3 ??? plzzz reply...

What about Microsoft visual

henrykibiwott @ 7 Mar 2012 09:24 PM
What about Microsoft visual c++ for c/c++ and turbo c 2.0.1? will they work according to the chef's requirements?

Hey Guys, I was trying to

mailme @ 9 Mar 2012 12:43 PM
Hey Guys, I was trying to submit my solutions (which are in assembly language) and every-time I submit it either gives me a compilation error or a run-time error. I've tested my code on my computer and it works perfectly. Is there something special I need to do to submit my code? I searched the FAQ's but I could not find anything about assembly language submissions (I guess people don't prefer to code in it). Some particulars I wanted to mention, 1. I'm coding in Linux. 2. I'm using NASM version 2.09.08 (althought it is mentioned that I should be using 2.03 but I'm not using any of the fancy features offered by 2.09, so I guess that shouldn't be a problem). 3. My program entry points are _start and main. "_start" when using ld as the linker and "main" when using gcc for linking.
CodeChef is a non-commercial competitive programming community
  • About CodeChef
  • About Directi
  • CEO's Corner
  • C-Programming
  • Programming Languages
  • Contact Us
© 2009 Directi Group. All Rights Reserved. CodeChef uses SPOJ © by Sphere Research Labs
In order to report copyright violations of any kind, send in an email to copyright@codechef.com
CodeChef a product of Directi
The time now is:
CodeChef - A Platform for Aspiring Programmers

CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming contests. At CodeChef we work hard to revive the geek in you by hosting a programming contest at the start of the month and another smaller programming challenge in the middle of the month. We also aim to have training sessions and discussions related to algorithms, binary search, technicalities like array size and the likes. Apart from providing a platform for programming competitions, CodeChef also has various algorithm tutorials and forum discussions to help those who are new to the world of computer programming.

Practice Section - A Place to hone your 'Computer Programming Skills'

Try your hand at one of our many practice problems and submit your solution in a language of your choice. Our programming contest judge accepts solutions in over 35+ programming languages. Preparing for coding contests were never this much fun! Receive points, and move up through the CodeChef ranks. Use our practice section to better prepare yourself for the multiple programming challenges that take place through-out the month on CodeChef.

Compete - Monthly Programming Contests and Cook-offs

Here is where you can show off your computer programming skills. Take part in our 10 day long monthly coding contest and the shorter format Cook-off coding contest. Put yourself up for recognition and win great prizes. Our programming contests have prizes worth up to Rs.20,000 and $700lots more CodeChef goodies up for grabs.

Discuss

Are you new to computer programming? Do you need help with algorithms? Then be a part of CodeChef's Forums and interact with all our programmers - they love helping out other programmers and sharing their ideas. Have discussions around binary search, array size, branch-and-bound, Dijkstra's algorithm, Encryption algorithm and more by visiting the CodeChef Forums and Wiki section.

CodeChef Community

As part of our Educational initiative, we give institutes the opportunity to associate with CodeChef in the form of Campus Chapters. Hosting online programming competitions is not the only feature on CodeChef. You can also host a coding contest for your institute on CodeChef, organize an algorithm event and be a guest author on our blog.

Go For Gold

The Go for Gold Initiative was launched about a year after CodeChef was incepted, to help prepare Indian students for the ACM ICPC World Finals competition. In the run up to the ACM ICPC competition, the Go for Gold initiative uses CodeChef as a platform to train students for the ACM ICPC competition via multiple warm up contests. As an added incentive the Go for Gold initiative is also offering over Rs.8 lacs to the Indian team that beats the 29th position at the ACM ICPC world finals. Find out more about the Go for Gold and the ACM ICPC competition here.

Domain Name Registration, Web hosting, and Website Design provided by BigRock.com