2003年5月9日 - 想請問一下各位我要如何把中文字和字串一起放到陣列中, ex: char item[50]; char ii='A'; wchar_t jj='我'; 如果用sprintf(item,"%s\%c","我",ii);
www.programmer-club.com.tw