H********g 发帖数: 43926 | 1 【 以下文字转载自 Military 讨论区 】
发信人: bingya (bing), 信区: Military
标 题: 是不是真的懂C? 看看这行code,
发信站: BBS 未名空间站 (Mon Jun 15 18:40:20 2020, 美东)
就能辨别出真懂/假懂
local = (char *(*)()) inc_1; |
n****4 发帖数: 12553 | 2 这行字可以当密码用
【在 H********g 的大作中提到】 : 【 以下文字转载自 Military 讨论区 】 : 发信人: bingya (bing), 信区: Military : 标 题: 是不是真的懂C? 看看这行code, : 发信站: BBS 未名空间站 (Mon Jun 15 18:40:20 2020, 美东) : 就能辨别出真懂/假懂 : local = (char *(*)()) inc_1;
|
n*****y 发帖数: 1 | 3 所懂 c的被抛弃了。
【在 H********g 的大作中提到】 : 【 以下文字转载自 Military 讨论区 】 : 发信人: bingya (bing), 信区: Military : 标 题: 是不是真的懂C? 看看这行code, : 发信站: BBS 未名空间站 (Mon Jun 15 18:40:20 2020, 美东) : 就能辨别出真懂/假懂 : local = (char *(*)()) inc_1;
|
x****k 发帖数: 2932 | 4 a pointer pointing to a function which takes void parameter and return char
*.
convert inc_1 to such pointer and assign to local |
d********f 发帖数: 43471 | 5 写出这种sb code的人只能是懂个jb
【在 n****4 的大作中提到】 : 这行字可以当密码用
|
M********t 发帖数: 5032 | 6 哈哈,一般要先定义一个function type吧,否则太搞了
【在 H********g 的大作中提到】 : 【 以下文字转载自 Military 讨论区 】 : 发信人: bingya (bing), 信区: Military : 标 题: 是不是真的懂C? 看看这行code, : 发信站: BBS 未名空间站 (Mon Jun 15 18:40:20 2020, 美东) : 就能辨别出真懂/假懂 : local = (char *(*)()) inc_1;
|
r*****g 发帖数: 434 | 7 cast inc_1 into pointer to function returning pointer to char
人和畜生的区别之一是 能制造和使用工具
【在 H********g 的大作中提到】 : 【 以下文字转载自 Military 讨论区 】 : 发信人: bingya (bing), 信区: Military : 标 题: 是不是真的懂C? 看看这行code, : 发信站: BBS 未名空间站 (Mon Jun 15 18:40:20 2020, 美东) : 就能辨别出真懂/假懂 : local = (char *(*)()) inc_1;
|
x**7 发帖数: 285 | 8 这个好像是某人告当年的sun software侵权官司里的一段
sun的专家证人在庭上作证sun的code虽然逻辑相似,但不是identical copy
律师从code中抽出这么一行,问这个专家证人,你能解释下这行code嘛意思, 证人说对
不起 coding不是我的专长。 |
d********f 发帖数: 43471 | 9 Default Re: Fenwick & West LLP loses copyright jury trial
Quote:
Originally Posted by Congrats View Post
Wonder how many millions Chordiant spent on Fenwick & West LLP to get
this verdict. It was reported on some Chinese site they paid Faillace
and Lynde $700k for their expert reports. And Lynde testified that
Chordiant lost $18m. It seems that the jury didn't believe Chordiant's
plea of poverty.
Will this verdict lead to FBI raids?
Also, the story on the web goes that the said the Oxford Ph.D. hired
by Chordiant as tech expert was an expert in computer languages,
designed Pentium CPUs for Intel and Sun operating systems. And he was
bad mouthing Dr. Yue's work. And Dr. Yue showed him one line of C code
as follows:
local = (char *(*)()) inc_1;
The Oxford Ph.D. spent 10 minutes under oath and had no clue what it
was.
Then Dr. Yue wrote in rebuttal that the Oxford Ph.D. does not have the
expertise level of the community college graduate.
【在 x**7 的大作中提到】 : 这个好像是某人告当年的sun software侵权官司里的一段 : sun的专家证人在庭上作证sun的code虽然逻辑相似,但不是identical copy : 律师从code中抽出这么一行,问这个专家证人,你能解释下这行code嘛意思, 证人说对 : 不起 coding不是我的专长。
|
t*s 发帖数: 1 | 10 最简单的函数指针类型转换吧,c的基本功,这个不懂那signal 怎么用
【在 H********g 的大作中提到】 : 【 以下文字转载自 Military 讨论区 】 : 发信人: bingya (bing), 信区: Military : 标 题: 是不是真的懂C? 看看这行code, : 发信站: BBS 未名空间站 (Mon Jun 15 18:40:20 2020, 美东) : 就能辨别出真懂/假懂 : local = (char *(*)()) inc_1;
|
n****4 发帖数: 12553 | 11 嘿嘿
说对
【在 d********f 的大作中提到】 : Default Re: Fenwick & West LLP loses copyright jury trial : Quote: : Originally Posted by Congrats View Post : Wonder how many millions Chordiant spent on Fenwick & West LLP to get : this verdict. It was reported on some Chinese site they paid Faillace : and Lynde $700k for their expert reports. And Lynde testified that : Chordiant lost $18m. It seems that the jury didn't believe Chordiant's : plea of poverty. : Will this verdict lead to FBI raids? : Also, the story on the web goes that the said the Oxford Ph.D. hired
|
d********f 发帖数: 43471 | 12 是你么?
【在 n****4 的大作中提到】 : 嘿嘿 : : 说对
|
q******e 发帖数: 225 | |