Changes

Jump to: navigation, search

Team !YOU - OOP344

175 bytes added, 13:01, 25 January 2010
m
Do not use tabs when indenting
Don't:
int a, b = 0, c = a;
 
=== Do not use tabs when indenting. ===
The tab space is interpreted different across different software and operating systems. Use normal spaces to add indentation instead.

Navigation menu