Tuesday, November 8, 2011

Preventing memory leaks

char *b;
b=malloc(100);
free(b);

No comments:

Post a Comment

Mounting USB drives in Windows Subsystem for Linux

Windows Subsystem for Linux can use (mount): SD card USB drives CD drives (CDFS) Network drives UNC paths Local storage / drives Drives form...