作者查詢 / windincloud
作者 windincloud 在 PTT [ C_and_CPP ] 看板的留言(推文), 共192則
限定看板:C_and_CPP
看板排序:
全部C_and_CPP192Hiking164BioMedInfo116RDSS107Virgo80Linux45PHP41TY_Research40Perl29sky26Natal20bicycle18PDA13EarthScience7Web_Design7Biotech6CodeJob5CDMA4Gossiping4Soft_Job4C_Sharp3EZsoft3Flash3HS91_E3MAC3NTUastclub3PHS3Programming3Tech_Job3AntiVirus2Bio-Job2java2Patent2railtour2sex2Aquarium1Bioindustry1ChungLi1Examination1GossipPicket1Grad-ProbAsk1HsinChuang1Hunter1LinuxDev1Mind1movie1NCUT1Oceanography1riddle1soul1Taoism1<< 收起看板(51)
1F→:C++ how to program or C how to program04/14 18:38
2F→:Web的話 http://www.cplusplus.com/reference04/14 18:39
6F→:http://0rz.tw/Wd7Bh <= 這應該是你要的04/14 18:42
8F→:若你要表達原意的話 那就直接唸 ex. 像五樓那樣~04/14 18:44
7F→:這樣寫 free(ptr); free(queue); 會不會有問題呀?04/06 22:57
1F→:你是不是應該要做copy construct的動作 而不是直接指04/06 20:32
9F→:這樣的寫法是傳說中的硬幹????04/03 18:23
10F→:先找本C++ How to program 或是其他的基礎書籍看看先04/03 18:24
12F→:我覺得跑不過是兩位數的那邊就爆了~ 將16改成32就ok了04/03 14:12
4F→:string str; char* a=str.c_str();03/31 18:28
6F→:這只是寫一個不好的範例出來啦~ 要是你沒對a做啥大事03/31 18:46
7F→:基本就像是const char*; 就像偷懶寫char *a="abc";03/31 18:48
8F→:非偷懶版 string str;char *a;strcpy(a,str.c_str());03/31 18:51
10F→:哈~ 對耶~ 要先a=new char[str.length()]; 真是sorry03/31 19:28
1F→:k忘記移動囉~ 所以印出原本記憶體內容 自然就是亂碼囉03/24 14:30
6F→:我猜他想問的http://ppt.cc/BMbM 這邊都有寫~ :p03/22 08:58
1F→:fopen放入使用者輸入的檔名字串就ok啦~03/19 12:41
2F→:要是你filename是接受使用者的字串變數 那左右不需加"03/19 12:42