Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

copy or assign one string to another string in a 2 dimensional array of pointers

Don't run "make test" as a part of Travis CI?

c travis-ci

fast rule out if a member is in a set

c++ c performance algorithm

Subtle bugs in implementing circular queue

c queue

UDP checksum calculation not working with newer version of gcc

c strict-aliasing

Why does initializing C local character arrays internally store the strings in different stack/data segments?

c shellcode

Is there a way to init a C double with a const value based on a hex pattern?

c constants c99

C pointers arithmetic for arrays

arrays c pointers

Hide mouse cursor in client area with delay?

c winapi user-experience

Are the "usual arithmetic conversions" and the "integer promotions" the same thing?

c++ c integer-promotion

How can I measure real cpu usage in linux?

c linux gcc kernel profiling

Difference between static global variable and static variable inside a function

how does less than (<) operator work with mixed types in c

c comparison types operators

Why are there two different ways of initializing a pointer in C

c pointers

How to improve buffer size determination for printfing various integer types?

c data-conversion

Is the size of a union equal to the size of its member of the largest size?

c unions