Categories
Uncategorised

Class 12th B Time Table 2007-08

I guess hardly anyone cares for a time table in our class now, but they underestimate its utility. It is a highly important official document which allows students to count down to the number of periods left for the next PE period. Or when to let loose that big sigh because a boring teacher is going to come along. For me though, it has been a faithful companion, which helps me decide my return schedule to class after missing them for various Code Warrior activities. It is vital that you return to class (IF at all…) when it’s a non-ferocious teacher’s period, otherwise you’re screwed. If you happen to screw up your math paper, and return after a CW meeting in Yemleda’s period, wish you luck in escaping alive. Which is why I’ve always kept copies through my 6 years or so of ECA; not that I return to class generally though (although, sigh, this year, till now, has been a different story). Click here to download the Class 12th B 2007-2008 time table. Note: If any changes are made, I’ll update it. Download link will remain same. Feeling nostalgic? Click here to download the Class 11th B 2007-2008 time table.

Categories
Uncategorised

Free C++ Compilers

Many of my friends have asked me at times about where they can download the Jurassic-era C++ compiler they use at school, namely Turbo C++. You won’t get the latest version, and surprisingly, many DON’T want the latest compilers. So here’s a roundup of some of the free C++ compilers around. Note that these are free as in beer, but may not necessarily be free as in speech.

  • Turbo C++: I really don’t know what Indian schools found so good about this. Maybe it’s all the fault of that woman Sumita Arora whose books (unfortunately) continue to be used in Indian schools. Oh never mind. The latest in their line are not free; however, the developers, Borland, have decided to give Turbo C++ v1.01 away for everyone on their CodeGear Developer Network. You can read this article on CG DN, where they feel so smug about giving something useless away for free, and they’ve the cheek to put in a section called ‘Antique Software’. The direct download link is this, but if it doesn’t work, click on the article link I gave earlier. Update: My friend Abhishek has given a download link for Turbo C++ 3.0. This is an even newer version that you may want to try out.
  • Dev C++: My fave compiler of choice on Windows systems, this one is made by Bloodshed Software. Here’s the Dev C++ page. No no, there’s nothing gory about it. What I hate the most about it? Can’t handle spaces in installation folder paths.
  • Microsucks Visual C++: Who wants this anyway? If you still do, then head here. Visual C++ Express Edition is their free version. They’ve multiple versions, but I’d suggest you stick to Basic for school needs.
  • Intel C++: It isn’t free for Windows users, you can get only a trial version, but if you’re a Linux user, which in DPS Vasant Kunj translates to ‘1. Ankur Banerjee 2. None’, then you can use the Intel C++ Compiler for Linux for free. BUT, it’s a real heavy download, and more for the professional coder, not for school use.

A bit on C++ on Linux. Linux has got THE BEST support for programming, as far as current standards go. If you wanna do some good coding according to ANSI / ISO standards, then switch to Linux. GCC is real good, and updated quickly. Mostly, on Linux, code can be written on any text editor, and don’t roll your eyes because the Linux equivalents of Microsucks Notepad are far more advanced, offering spell check, word completion, highlighting in 2-3 dozen different language styles etc. In fact, some even come with built in console options to test your programs. And then, when li’l baby programmer wants to grow up, then you can start using something like Anjuta or Qt.