1
edit
Changes
no edit summary
{{OOP344 Index | 20131}}
== NIUAnonymous (Team 114) ==
*Github:https://github.com/Seneca-OOP344/1-NIU
== Programming Style ==
'''1. Indentation'''
* Four Two spaces or half a tab
'''2. Blocks'''
<syntaxhighlight lang="cpp">
if(something){{ abc = xyz; while(abc == 0){ { printf("What is this?\n"); }
return abc;
}
</syntaxhighlight>
{
int a = 1;
char* bookNamesbook_names; char bookId
return 0;
}
class _foo()
int foo();
int foo(char id,int x){
_id=id;
}
</syntaxhighlight>