for you hotshot c/c++ programmers

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Post Reply
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

for you hotshot c/c++ programmers

Post by lambda »

lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

i did 1-12 before i gave up. i think you need to get 10 out of 20 right to "pass", and there might be a 30 minute time limit (not sure).

i got 5 wrong, 6 wrong if formatting counts (i wrote 2.7, compiler said 2.700000), 8 wrong, 10 wrong, 11 wrong. some of them were off-by-one errors; only 10 and 11 were where i came up with completely incorrect answers.

oddly enough, the only time i've actually written c code in the past year has been to interface with djb's libraries (or make modifications to qmail, etc.). i write a lot of python and js, almost no c.
kadnan
Battalion Quarter Master Havaldaar
Posts: 208
Joined: Wed Aug 07, 2002 8:00 pm
Location: Karachi,Pakistan
Contact:

Post by kadnan »

offtopic but, what will you suggest for web based python programming?
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

are you looking for a python application server? if so, try web.py. it's fairly basic.

i only have experience with zope and web.py, so i can't be more helpful. zope might be overkill.
Post Reply