2008/12/26

落葉

PB231713 (by plateaukao)
郡山。日本

****

心情不好
程式也寫不好
什麼都不好

****

It's been a long time that I did not code something serious (maybe.. never serious though). Today, I try to write a small program that can read in a file, find some string I am looking for, replace them into other strings, and write back to the file. Sounds like a simple task, huh? But it took me a lot of time handling I/O stuff. At first, I tried to use the primitive fopen that comes with c standard library. However, I am too lazy to use gets and puts, let alone comparing strings by myself.  So I turned to look for c++ solutions. Obviously, it's much easier to use iostream instead of fopen. Maybe, I should find some time to repolish my basic skills of c++ programming because it's always far from being solid for me.

沒有留言:

張貼留言

中國 App 商業模式 -- 王泌

很有系統地介紹了中國近幾年比較大的幾十個 app,包含他們主要的商業模式,投資者,和特色在哪裡。對於想要了解中國 App (網路服務) 市場的人來說,會是個很好的入門書。雖然已經是兩三年前的資料了,這兩三年又有了很大的變化,但依然是個很好的起點。