Waitrud Weber’s blog

things and reminders for memories

2019-01-03から1日間の記事一覧

010 Redesign directory search.

Allocation of char_string is very important.I could easily controll keep filename when I used copyof. // list_directory.cpp//////////char* FileControler::copyof ( char* str ) { int ac = array_count(str); char* mem = (char*)malloc( sizeof(c…