P*******b 发帖数: 1001 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: snowyrose (好好学习天天向上), 信区: Programming
标 题: [合集] C coding problems
发信站: BBS 未名空间站 (Mon Mar 1 13:56:18 2010, 美东)
☆─────────────────────────────────────☆
merriam (爱我所爱,珍惜拥有!) 于 (Sun Jan 3 16:02:31 2010, 美东) 提到:
what the correct int * GetSomeIDs() should be like? Thanks
30 int * someIDs, theFirst, *r;
110 someIDs =GetSomeIDs(); /* defined below */
111 theFirst = someIDs [0];
112 r= ReorderIDs(someIDs);
113-150 /* we want to use ‘theFirst’ an |
|