天天看點

vc 獲得和設定系統環境變量

<stdlib.h>

printf("%s\n%s\n",getenv("temp"),getenv("windir"));

_putenv( "LIB=c:\\mylib;c:\\yourlib" );