Profil de Cheng火焰山PhotosBlogListesPlus Outils Aide
Photo 1 sur 4

HTML

Web Site Counter
01/12/2009

Best November ever

如果在08年到来。。
27/11/2009

总是让父母担心,失望

该认真考虑下交流的方式问题了
18/11/2009

没有最好,只有最早

..不管什么事情都要早做.. 越早越好.
05/07/2009

罗迪克同学阿

  本想写点什么. 但觉得无话可说
09/05/2009

[Objective-C] HOWTO: Compiling Objective-C with gcc

from http://ubuntuforums.org/showthread.php?t=1064045

1. Install the GNU Objective-C Runtime.
Code:
sudo apt-get install gobjc
2. Write some source. Here's a very small example.
Code:
// hello.m
#import <objc/Object.h>
#import <stdio.h>

@interface Number: Object
{
@public
int number;

}

- (void)printNum;

@end

@implementation Number: Object


- (void)printNum
{
printf("%d\n", number);
}

@end

int main(void)
{
Number *myNumber = [Number new]; // equal to [[Number alloc] init]

myNumber->number = 6;

[myNumber printNum];

return 0;
}
As you see, there are some differences with Apple Objective-C. The base object class is called Object, not NSObject. The Object class's interface is at objc/Object.h, as you see it #import'ed.

3. Compile:
Code:
gcc -o hello hello.m -Wall -lobjc
21/04/2009

google o3D

  3D真正到web了


05/03/2009

safari 4 ~cool

我一直yy的把3D搬到web browser
看来正在变成现实.

--
Yours sincerely  Yang, Cheng
18/02/2009

失眠了

本以为跑步回来能睡个好觉
结果反而怎么都睡不着..Baring teeth
13/02/2009

老美开始抓ICC

我bs的后路也不安全了..

http://news.in.msn.com/international/article.aspx?cp-documentid=1814237

Washington: An ongoing US federal probe into an H-1B visa fraud has led to the arrest of 11 people in seven states and the indictment of IT services firm Vision Systems Group founded by an Indian-American.

文中只说了Indian and Pakistani computer engineers and programmers.似乎这次还没有同胞倒霉
05/02/2009

又要citizenship

身在异乡为异客,就是这个意思吧.


--
Yours sincerely  Yang, Cheng

01/02/2009

庆祝纳达尔拿下09澳网男单冠军

钢铁的意志~

--
Yours sincerely  Yang, Cheng
31/01/2009

女网大满冠居然好意思要求奖金一样..


纯粹就是骗钱. 有功夫折腾女权前还是好好练练技术吧..
--
Yours sincerely  Yang, Cheng
19/01/2009

超强的翻译, No Z turn

向原创者致敬.

--
Yours sincerely  Yang, Cheng
03/12/2008

space 又改版了

google reader的更新出奇的多.. 原来是订阅的space的相册都被算成新的了

界面显得很水晶.. 有待习惯.
19/11/2008

收到了微软的拒信

一共被5个人面过, 面玩第二人就感觉基本黄了

周5面试, 周2被拒, 拒的还挺快的,还避开了我周一的生日 赞一下.
  1. integer to english, e.g: 111 one hundred eleven. 英语就是麻烦啊. 汉语多简单
  2. copy a linked list with 2 pointers struct node {int val; node* next; node* other}; next points to next and other points to arbitrary node in the list or NULL.  copy the list in linear time with constant extra spaces. 没想出来
  3. max substring
  4. evaluate an arithmitic expression like 10+5-2

 
de 
de 
de 

过程
雁过留毛

Veuillez patienter...
Le commentaire entré est trop long. Raccourcissez-le.
Vous n'avez rien entré. Réessayez.
Il est actuellement impossible d'ajouter votre commentaire. Réessayez plus tard.
Pour ajouter un commentaire, tu dois avoir l'autorisation de tes parents. Demander l'autorisation
Tes parents ont désactivé les commentaires.
Il est actuellement impossible de supprimer votre commentaire. Réessayez plus tard.
Vous avez dépassé le nombre maximal de commentaires qu'il est possible d'envoyer le même jour. Réessayez dans 24 heures.
Votre compte a pu laisser les commentaires désactivés parce que nos systèmes indiquent que vous risquez d'arroser d'autres utilisateurs de messages. Si vous pensez que votre compte a été désactivé par erreur, contactez l'assistance en ligne de Windows Live.
Effectuez la vérification de sécurité ci-dessous pour finaliser l'envoi de votre commentaire.
Les caractères entrés pour la vérification de sécurité doivent correspondre à ceux de l'image ou du fichier audio.
andrea Ca écrit :
好久没向你提问题了...
过年了,不知道你有没回国?新年大顺啦~
24 Jan.
Cheng Yanga écrit :
to盆:
休斯敦到我们这而很远的了..谢谢关心,
14 Sept.
Chengbin Penga écrit :
听说休斯顿刮台风啦 你那还凑合不?
14 Sept.
虔虔 a écrit :
为什么主页不能留言呢!~尴尬
2 Août

UFL

I am coming

ZJU