Thursday, October 8, 2009

I figured out how to code the maple leafs games into C++

int main(){
int x = 0;
char y;
# w = win, l = loss

if (x = 1){
y = "w";
}else{
y = "l";
}
}

1 comment:

  1. Glad to see you got around to making your blog. Mind you, your blog is supposed to be signed up onto CDOT now, it would be in your interest to read up on how to do this. Also, you should add a label to your blogs, like OOP344, so that it gets transfered to the CDOT page, and then you can blog about w/e else you want as long as you don't label it as OOP344.

    ReplyDelete