2010年1月21日星期四

Second Week OOP NOTE

SVN:->
1.Before commit need to everyone confirm.
2.The code in the trunk must in the compliate state.
3.All the command can taget to a specific file.
4.Example for check out in matrix: svn co svn://zenit.senecac.on.ca/oop344
5.only the the file end with .vcproj and code file

C:->
LOOP function:
for(i=0; i<10; i++);{
print("%d", a[i]);
}

for (i=0; i>10; printf("%d",a[i++]));

swith(___){
case V1;
break;
case V2;
break;
case V3;
break;
}

(%u -> unsign integer)

RAM:
it is a template place to store value
&i -> address of i.

没有评论:

发表评论