Google Code Jam 2003 Announced
An anonymous reader says "O'Reilly Developer News is reporting details of the newest Google programming contest, Google Code Jam 2003. Prizes range from t-shirts to ten grand and you can use any programming language you want to solve the increasingly challenging problems."
Update by J : ... as long as it's Java, C++, C# or VB.NET.
The submitter has stated that "any programming language" can be used. The announcement on O'Reilly Developer News says: [...] and you can use the programming languages of your choice to solve the problems thrown at you.
But the Overview page for the competition contains the following paragraph:
This is far from "the programming languages of your choice". My choice would be plain old C for some tasks (using object-oriented paradigms if necessary, such as in glib and gtk+) and scripting languages such as Perl or Python for other tasks. I hope that they still accept C in the C++ category, but it looks like no other languages are allowed. Sigh!
-Raphaël
Unfortunately, they won't let you use ANY programming language, your choices are: Java, C++, C# or VB.NET.
I was really hoping someone would join and attempt to do everything in FORTRAN or assembly.
-- Dr. Eldarion --
as long as it's Java, C++, C#, or VB.NET.
C is a subset of C++
I don't need no instructions to know how to rock!!!!
c++ started out as a superset of c, but the inverse isn't true any more.
C++ is a superset of C. You could code an entire program in C and it would also be valid C++...