Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

List of installed fonts OS X / C

python c macos fonts

Embeddable language with good string manipulation support

c string embed

Elegant and safe way to determine if architecture is 32bit or 64bit

c architecture gcc cpu clang

Recursive functions in C/C++

c++ c recursion

Questions on usages of sizeof

c++ c sizeof

The most efficient way of implementing pow() function in floating point

c++ c floating-point math

Passing constant Arrays with different sizes as function parameters in C++

c++ c visual-c++

C dangling pointer question

c

Not able to figure out the logical error in C program

Is this the correct way to return an array of structs from a function?

Removing elements from dynamic arrays

c dynamic-arrays

How to use raise to the power of x in c

c

Don't understand the output of this C program

c

make: *** No rule to make target `gcc', needed by `all'. Stop

c makefile

difference between sizeof('a') and sizeof("a")

c sizeof

\377 character in c

c file-read

Libusb and how to use its packages in Ubuntu

c++ c ubuntu installation libusb

C split string into token by delimiter and save as variables

c

sizeof() showing different output

c sizeof string-literals

Pointer arithmetic with NULLs

c pointers