Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Are getchar() and putchar() functions or macros?

c macros getchar putchar

How to fix "used struct type value where scalar is required"?

c if-statement return-value

Why other languages don't have automatic garbage collection similar as that of the Java Garbage Collector?

c# java c++ c garbage-collection

Why can't i assign the name of a 2d array to a 2d pointer?

c arrays pointers

how to cut Faces after detection

c++ c opencv

Defining a function as a function pointer

How can I reference an absolute symbol in an object file?

c++ c linker

C and AVR pow function to light LEDs

c arduino avr pow

Why this C program behaves abnormally when the function is called as an argument

c recursion

Is it possible to declare a global 2D array in C/C++?

Running bash using posix instead of fork/execv

c linux posix ipc

Declare multibyte character array where bytes > 2

c++ c character-encoding

Why is my empty array not empty?

c++ c xcode

Convert a uint8_t array of values to their hex equivalents in a char array

c arrays hex data-conversion

Shuffle a deck of cards, somehow crashes?

c shuffle

C- Measuring numbers of read writes called by a function

c

function that takes a long value and returns with its bytes in reverse order in C

c pointers byte-shifting

free dynamically allocated memory

c free