Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is the letter "f" necessary if the decimal point is written? [duplicate]

Implementing mutex in a user level thread library

c multithreading mutex

C bitwise shift

c

Declaring variables before use in old C

c gcc c89

Free() returned char pointer doesn't remove it from memory?

c memory-management malloc

Slight confusion with linked lists in C

c linked-list

"error: expected identifier or ‘(’ before numeric constant" –?

c macros c-preprocessor

How to name and create file in a loop

c stdio

Comma in Objective-C

How to obtain hour value from current time in unix (using C)

c unix

short and int in c

c

C Pointer and temp variable

c memory pointers temp

Linux library for profiling

c linux profiler oprofile

create a bitmap without warnings

c linux x11

Can I mix c and cpp files in a C++ project?

c++ c linker

How does 'passing file descriptors between processes' work?

Printing the DLLs imported by a PE (64 bit) [duplicate]

type definition in parameter list

c++ c function

How to find that two words differ by how much distance>> Is there any shortest way for this

Why do we use explicit data types? (from a low level point of view)