协慌网
登录
贡献
社区
以每种语言编译时,在 C 和 C ++ 中都有效的代码能否产生不同的行为?
c++
c
如何在 C 中将函数作为参数传递?
c
function
pointers
syntax
parameters
C 语言中的 size_t 是多少?
c
int
size-t
将数字除以 3 而不使用 *,/,+,-,%运算符
c
math
division
divide
与 Euler 项目的速度比较:C,Python,Erlang,Haskell
python
c
performance
haskell
erlang
为什么结构的 sizeof 不等于每个成员的 sizeof 之和?
c++
c
struct
sizeof
c++-faq
main()在 C 和 C ++ 中应该返回什么?
c++
c
return-value
main
return-type
在 C 中使用布尔值
c
boolean
malloc 和 calloc 之间的区别?
c
malloc
calloc
为什么要在宏中使用看似毫无意义的 do-while 和 if-else 语句?
c++
c
c-preprocessor
c++-faq
为什么这些构造使用前后递增的未定义行为?
c
increment
undefined-behavior
operator-precedence
sequence-points
严格的别名规则是什么?
c
undefined-behavior
strict-aliasing
type-punning
malloc 和 calloc 之间的区别?
c
malloc
calloc
为什么要在宏中使用看似毫无意义的 do-while 和 if-else 语句?
c++
c
c-preprocessor
c++-faq
typedef 结构与结构定义
c
struct
typedef
严格的别名规则是什么?
c
undefined-behavior
strict-aliasing
type-punning
什么是严格别名规则?
c
undefined-behavior
strict-aliasing
type-punning
++ i 和 i ++ 有什么区别?
c
for-loop
post-increment
pre-increment
为什么这些构造使用前后增量未定义的行为?
c
increment
undefined-behavior
order-of-evaluation
sequence-points
定义和声明之间有什么区别?
c
declaration
terminology
definition
c++-faq
单元测试 C 代码
c
unit-testing
testing
embedded
如何在 C 中确定数组的大小?
c
arrays
memory
如何将数组的所有成员初始化为相同的值?
c
arrays
initialization
array-initialize
如何使用 extern 在源文件之间共享变量?
c
global-variables
extern
混淆的 C 代码竞赛 2006. 请解释 sykes2.c
c
obfuscation
deobfuscation
为什么 C 预处理器将单词 “linux” 解释为常量“1”?
c
linux
gcc
c-preprocessor
“静态” 在 C 中意味着什么?
c
syntax
static
C 中的函数指针如何工作?
c
function-pointers
const int *,const int * const 和 int const * 之间有什么区别?
c++
c
pointers
int
const
编译用于高放射性环境的应用程序
c++
c
gcc
embedded
fault-tolerance
外部 “C” 在 C ++ 中有什么影响?
c++
c
linkage
name-mangling
extern-c
对于数组,为什么 a [5] == 5 [a]?
c
arrays
pointers
pointer-arithmetic
什么是 ”:-!!” 用 C 代码?
c
linux
macros
linux-kernel
什么是 C ??!??!操作员呢?
c
operators
trigraphs
#include <filename> 和 #include“filename” 有什么区别?
c++
c
include
header-files
c-preprocessor
为什么在单独的循环中元素添加比在组合循环中快得多?
c++
c
performance
compiler-optimization
vectorization
我是否施放了 malloc 的结果?
c
malloc
casting
你如何设置,清除和切换一个位?
c++
c
bit-manipulation
bitwise-operators
提高 SQLite 的每秒 INSERT 性能?
c
performance
sqlite
optimization
上一页
1
下一页