乐闻世界logo
搜索文章和话题

C语言相关问题

Where is `% p ` useful with printf?

答案1·阅读 84·2024年6月1日 15:10

How to disable compiler optimizations in gcc?

答案1·阅读 63·2024年6月1日 15:10

Can I call memcpy() and memmove() with "number of bytes" set to zero?

答案1·阅读 47·2024年6月1日 15:10

Can I turn unsigned char into char and vice versa?

答案1·阅读 52·2024年6月1日 15:10

How far can memory leaks go?

答案1·阅读 29·2024年6月1日 15:10

Is accessing data in the heap faster than from the stack?

答案1·阅读 36·2024年6月1日 15:10

Why is memory allocation on heap MUCH slower than on stack?

答案1·阅读 35·2024年6月1日 15:10

What is the difference between memmove and memcpy?

答案1·阅读 37·2024年6月1日 15:07

What is the difference between static const and const?

答案1·阅读 36·2024年6月1日 15:07

Dup2 / dup - Why would I need to duplicate a file descriptor?

答案1·阅读 42·2024年6月1日 15:08

What does -fPIC mean when building a shared library?

答案1·阅读 59·2024年6月1日 15:08

Build a simple HTTP server in C

答案1·阅读 31·2024年6月1日 15:08

Why does C++ rand() seem to generate only numbers of the same order of magnitude?

答案1·阅读 44·2024年6月1日 15:08

Printing null pointers with %p is undefined behavior?

答案1·阅读 100·2024年6月1日 15:08

Ask GDB to list all functions in a program

答案1·阅读 68·2024年6月1日 15:08

How do I show what fields a struct has in GDB?

答案1·阅读 86·2024年6月1日 15:08

Does stack grow upward or downward?

答案1·阅读 59·2024年6月1日 15:09

Why is strncpy insecure?

答案1·阅读 22·2024年6月1日 15:09

Pointer expressions: * ptr ++, *++ptr and ++* ptr

答案1·阅读 45·2024年5月11日 22:44

Signal handling with multiple threads in Linux

答案1·阅读 23·2024年5月11日 22:44