Changes

Jump to: navigation, search

OOP344 - !YOU

81 bytes added, 13:51, 25 January 2010
m
Indenting Standards
=== Do not use tabs when indenting. ===
The tab space is interpreted different across different software and operating systems. Use normal 2 spaces to add indentation instead. Do: main() { int i = 0; if (i < 5) { printf("Hey you!\n"); } }
=== Put the pointer identifier(*) right after the target variable type. ===
1
edit

Navigation menu