Changes

Jump to: navigation, search

OOP344 20131 - Nevi

278 bytes added, 11:59, 25 February 2013
Programming Styles
use the string functions in bconsole instead of <string.h>
 
cast everything to the function parameter type
 
For example:
 
Function header: char* strcpy(void* des, const void* src);
 
Function call: strcpy(_data, (const void*) Str);
== Agenda ==
1
edit

Navigation menu