Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is a concept behind using extern in c/c++?

c++ c extern

strcat() & strcpy() works even if enough memory is not allocated [duplicate]

c

Which loops should I parallelize, the outer or the inner ones

Also check realloc() if shrinking allocated size of memory?

c++ c realloc

About comparing an integer and a float/double in C/C++

Should reliance on indirect header inclusion be used?

c include

waitpid - WIFEXITED returning 0 although child exited normally

c fork waitpid execv

Does C provide a way to declare an extern variable as 'read-only', but define it as writeable?

C Code is too heavily compiler dependent

malloc causes segmentation fault in C

c pointers

Variable Length Array with length 0?

how to read from stdout in C

c pipe stdout

need help understanding the movzbl call in this function

c assembly x86

Switch statement without jump table

how to define linux kernel variable accessed by several source file?

Static memory allocation of array at compile time

c

Is this the only return value for strcmp() in C?

c string strcmp

assign int[][] to int** [duplicate]

c++ c arrays pointers

How does GDB determine the address to break at when you do "break function-name"?

c debugging gdb stack

C function change string using pointer

c string function