Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
C code style
1
Name:
Anonymous
2011-10-26 17:39
C/C++ style general.
int main() {
}
int main()
{
}
2 space indent or 4? Spaces or tabs?
13
Name:
Anonymous
2011-10-26 22:59
>>11
If you put spaces after everything , it makes it easy to search for them , via the use of the regular expression , /word / , and then you wont get false positives like wordy .
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List