Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

issue with the function definition in my grammar

Removing null terminator at the end of the string

c

Can somebody explain to me what is happening in the given code?

c io printf

How to print string from function which returns pointer on that string in C?

c function-pointers

Protecting allocated memory

c memory malloc mprotect

How to calculate size of a struct in C?

c++ c struct

Any clean way to get OpenMP pragmas to work with macros?

c c++11 macros openmp

C libm.a not needed to be linked when compiling

c gcc

Only compiles as an array of pointers, not array of arrays

c++ c

Parsing HTML fragments with libxml SAX

html c sax libxml2

Is there a gcc command line option to silence warning: passing argument n discards qualifiers from type

Final clause in C switch statement (possibly using goto)

c switch-statement goto

Why can different C compilers give different outputs for a C program? [closed]

c

problem with printf function?

c casting printf

char* str="..." vs char str[]="..." strange behaviour [duplicate]

c gcc g++ libc

Address difference between two integer variables in c

c

Why do I need socketpair() when I have socket() with AF_UNIX?

c linux sockets

Avoiding strcpy overflow destination warning