Swimming with the Razorfishes

Tuesday, January 13, 2004

Quick Quiz:

C Style

public void foo() {
doSomething();
}

Pascal Style

public void foo()
{
doSomething();
}

0 Comments:

Post a Comment

<< Home