Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Passing a 2-dimensional character array to a function

c arrays

Error "this declaration has no storage class or type specifier"

c++ c visual-studio-2013

problems understanding the size_t type and the sizeof operator

c arrays printf sizeof size-t

Why doesn't Java have macros? [closed]

C pointers and arrays

The difference between -pedantic-errors and -Werror=pedantic in gcc

Using const with a pointer in c

c pointers constants

Static vs. external intrinsics

c gcc static clang intrinsics

How to find the maximum value(s) in a RB tree

inter thread comunication using ZeroMQ messages [closed]

c zeromq

Checking a number represented as a string in C

c

How can I check for bad sectors of a flash device with C?

simple program using libnetfilter_queue isn't working

Is the NULL pointer implicitly converted to type (int*) when we use "if(ptr==NULL)" for an integer pointer ptr?

Can we call va_start() twice without calling va_end() in between?

c variadic-functions