Quantcast
Channel: OOP344
Browsing all 5 articles
Browse latest View live

this is my first Blog

hello everyone! welcome to my blog.

View Article



Some Useful SVN Commands

svn checkout/cosvn checkout or svn co. This command is used to pull an SVN tree such as svn://zenit.senecac.on.ca/oop344/trunk from the server. You should only need to do this once. If the directory...

View Article

Optimizing the Code of Wen Fang Chen's Blog

Her code can not calculation for negative number. I fixed it.void sep(int val){int i;if (valval=-val;bio_putch(45);}if(val/10){i=val%10;sep(val/10);}elsei=val % 10;bio_putch(i?i+48;48);}void...

View Article

fflush in c language

fflush is a C function belonging to the ANSI C standard library, and included in the file stdio.h. Its purpose is deliver, to the host environment, unwritten data present in an output or update stream,...

View Article

Errors and Warning IN BIO TESTER

there have a error and some warnings in BIO TESTER when compiling.1. there are too many actual parameters in bio_edit. For example, line 231 in BIO TESTER biomain.c is the "key = bio_edit(str,11,30,...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images