摘要:
make >FILENAME 2>&1 阅读全文
posted @ 2012-11-29 18:48
weinyzhou
阅读(596)
评论(0)
推荐(0)
摘要:
make >FILENAME 2>&1 阅读全文
posted @ 2012-11-29 18:48
weinyzhou
阅读(387)
评论(0)
推荐(0)
摘要:
Reality is, many of these C language features are cosmetic extensions introduced in C99 that are trivially emulated using classic C89 syntax. Consider designated initializers:struct { int a, b;
} var = { .b = 1, };This can be trivially emulated in C89 by using the following syntax:struct { i... 阅读全文
posted @ 2012-11-29 18:45
weinyzhou
阅读(528)
评论(0)
推荐(0)
摘要:
Reality is, many of these C language features are cosmetic extensions introduced in C99 that are trivially emulated using classic C89 syntax. Consider... 阅读全文
posted @ 2012-11-29 18:45
weinyzhou
阅读(172)
评论(0)
推荐(0)

浙公网安备 33010602011771号