Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

warning: format '%c' expects type 'int', but argument 2 has type 'char *'

c char

Are %f and %lf interchangeable when using printf? [duplicate]

Is it legal for a compiler to optimize calls to malloc to return more weakly aligned memory?

Trying to understand logic behind network communication

c network-programming

C - Mismatched function prototype and definition for "static" function

c gcc function-prototypes

send up down arrow keys to process through pipe in linux using c language

c linux bash

ISO C and signed literal constants

c constants literals iso

sscanf() double showing zeros

c scanf

How to replace __ieee754_exp_avx calls from source code or library?

Auto Initialization of local variables

C structure padding problems

c struct padding

A friend sent me a snippet I don't understand. How does this work?

c pointers ansi-c

Generics and casting by size rather than by type

Should I use GetProcAddress or just include various win32 libraries?

c++ c winapi

Can using Valgrind on Linux also help when the app is compiled on Solaris?

Debugging MPI Remotely Using GDB

c debugging raspberry-pi gdb mpi