Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does this if statement require brackets?

c if-statement

What is this C programming reading?

c file-io

Why does execl require me to hit "Enter" after running a process?

c linux bash execl

Why is implicit pointer of pointer to pointer conversion legal?

c pointers language-lawyer

Read from stdin with fgets, bug if input is greater than size

c

What does mandatory integrity level value of 0x2010 stand for?

c++ c windows winapi kernel32

Rounding float to nearest integer in C

c

Proper way to return a string in C

c string pointers

Pointer Arithmetic in C using Array Variables

c arrays pointers

When to not create a separate interface (.h) and implementation (.c) in C? [closed]

unsigned double in C? [duplicate]

c struct

memcpy segfault with larger arrays

how to get the function pointer to a function in C?

c pthreads

Why does printf("%d", ~0) output -1? [duplicate]

c bitwise-operators

Why does GCC -O2 and -O3 optimization break this program?

For loop beginner understanding

c loops for-loop

What a C static variable in file scope means?

c static constants

Why is gcc not compiling this code consistently?

Error in macro expansion

c c-preprocessor

Storing data in the most significant bits of a pointer

c++ c pointers