Changes

Jump to: navigation, search

Team Excellence - oop344 20113 Code Standards

197 bytes removed, 17:06, 14 October 2011
Code Standards
= Code Standards =
Fardad suggested in class today that we make a document that defines the format that our code is presented in so I've made this page to outline them.
The sections that follow are just ones that '''Sandip:'''I could think ofhave a proposal. If you know of other things feel free to add themHow about doing it like this:
== If Statement ==
<syntaxhighlight lang="cpp">
if (condition){
stuff;
}
else if (condition){
stuff;
}
else {
stuff;
}
1
edit

Navigation menu