English

成美 的头像

心情记录

2010年1月8日,这一天,原来也是8日…..2年又5个月

心里空空,脑袋,竟然也是空的

这一刻,真的走到尽头了吗?

以后,再也没有人

为我盖被

唠叨我吃东西

摸摸我肚子看我是不是吃饱

以后,再也没有人

跟我赌气

摸摸我的头

哄我睡觉

我….失去呼吸的勇气

好多种心情夹在一起

我开心,原来我们真的长大了

我难过,舍不得……

Posted In
wind_feng 的头像

Memory Efficiency in C++

今天在帮朋友看Program的时候,得到了一个严重的教训。
看看以下两个写法:

Way 1:
int main(){
int x;

for(int i = 0; i<300; i++){
x = 50;
}
}

Way 2:
int main(){
for(int i = 0; i<300; i++){
int x = 50;
}
}

在Loop里面Declare int x,以及在Loop以外Declare int x,其实是有非常大的差别。

Posted In
vivalive 的头像

I am born in the 1980s...How about you ?

I did not play Street Fighter 4 on XBOX 360, but I play this...


I did not play the New Super Mario Brothers on Wii, but I play this...

Posted In
wind_feng 的头像

红色银河战舰

踢这么多年球都没一件战衣,实在有点Paiseh。
乘着新年,准备大吃四方的同时,我们终于去订了一套红色战衣给我们的球队。

Posted In
omegakimia 的头像

What’s wrong with the Malaysians?

Recently all the news regarding arson attacks on churches have demolished the “1Malaysia” slogan..

Why all these stupid things happened?

I thought 1Malaysia?

Posted In
wind_feng 的头像

Very Good Singer





Permalink --> http://wind.wahlaoeh.com/?id=1125

Posted In
jacksonywl 的头像

Back from Sarawak

I just came back from my Sarawak-trip this afternoon.

Will blog about it asap.

:)

p/s: How I wish I can always think selfishly. Hmm.

Posted In
piggysherlyn 的头像

So, tat's new year celebration in Singgggggg^@^

yeap!!! It's day 4!!! Our Orchard day!

I've heard lotsa ppl saying tat Orchard is the most expensive location in Singapore!

n we tought we r not goin to buy anything since yeah...it's kinda expensive!

god knows, we bought the most at Orchard! =.=""

wll share wat we've bought in next post! wee wee

cats.jpg

Posted In
Miss Sunshine 的头像

Happy Birthday Bff :)

10.01.1990

Happy Birthday to Jin Fay! :D

This fellow is my BFF, know him since form 4. Getting better in Form 5.
The funniest creature in this world. Always out with stupid and funny jokes.
You can have 24 hours unlimited laughters when you are with him. :)

Posted In
crystal 的头像

静静地,静静地

回来后才想起那个海滩你曾经独自去过。
若干年后,我来到同样的海滩,看的风景和你当日看的是否一样?
大概很不一样吧,毕竟这是曾经被海啸洗礼历经巨变的海滩。
双脚踩踏的细沙,不再是你当日曾经践踏的。
双目所及的海水,不复当年你曾经畅游的。
当年的繁华热闹或许依...

Posted In