Announcements (Search)

Colours

by hansonw1 on Nov 04, 2008 - 2:51:48 am UTC
  • (4/0)
Red = Group X
Yellow = Group B
Blue = Group A
(Groups are for Grade 11/12 CompSci)
PEG members are purple
Everyone else is normal.

I'll work on a better comment page later.

Improvements to the problems page

by hansonw1 on Oct 28, 2008 - 12:57:19 pm UTC
  • (2/0)
Lol guys, thanks for the suggestions.

Andy: there is now a "date added" sort.
Bosco: There's no need for a reset button - just click the problems link in the menu again.
But now you can choose the number of problems you want to see per page. (Not my fault if it lags)

Problems page

by bleung91 on Oct 28, 2008 - 1:48:10 am UTC
  • (1/0)
shouldn't there be an option for users who want to view all the problems on one page?

Hello World!

by bbi5291 on Oct 21, 2008 - 1:38:37 pm UTC
  • (2/0)
#include <iostream> 
using namespace std;
int main()
{
cout << "Hello World!"<< endl;
return 0;
}

Hi!

by admin on Oct 21, 2008 - 1:02:22 pm UTC
  • (14/2)
Try posting something!