Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Are there any downsides to compiling with -g flag?

c++ c debugging gcc gdb

Operand of * must be a pointer

c

How can iterate the stack frames manually in C?

c linux gcc gdb backtrace

Encryption (Rijndael Cipher) With C/C++ in Android NDK

c++ c encryption android-ndk

C how to "hide" macros from main scope

In waf, how do I define a dependency on a generated header from another subdir

c code-generation waf

Why is my hello world binary mostly zeroes?

Difference between fork(3) and fork(2)

c linux fork system-calls

How can I store a 64-bit memory address in a variable?

c pointers

Does realloc change pointer address?

c function malloc realloc

Can ANTLR4 parser generator generate C code?

c antlr antlr4

Why can GCC only do loop interchange optimization when the int size is a compile-time constant?

What does this while line do?

c

how can a function return an lvalue in c?

GCC: warning on unused return [duplicate]

c gcc

Getting a single character without pressing enter [duplicate]

c input character fgets getchar

Finding the size of a file created by fmemopen

c linux stdio

Return value from writing an unused parameter when falling off the end of a non-void function

Can a struct have a member which is a pointer to a struct of the same type?

c pointers struct qualifiers