Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to initialize a float variable to be infinity in C language ? [duplicate]

Copying float values into char array

c string strcpy strcat

Using a header of headers instead of repeating

c header-files

Is this allowed: memcpy(dest, src, 0) [duplicate]

c++ c

Printing an array of characters with "while"

c string

Is there a name for the following reflection language feature and standard way to implement?

How to properly use array subscripting notation?

c arrays pointers

Pointers in C with parenthesis

c pointers

Trouble printing float64 value in C

c types floating-point printf

Linux draw pixel buffer

c++ c linux gdk

Need some help with C programming [closed]

c

Collatz conjecture with C (range 1-100,000,000) maximum loops

I have written a code of mergeSort(from clrs book) but not getting an output

c algorithm mergesort

Can I make C/C++ #defines private?

UDP non blocking write failure

why does this pointer arithmetic on a 2D array work?

Isn't there a syntax error? Should printf("one" ", two and " "%s.\n", "three" ); be valid code?

C/C++: Easily unzip to memory

c++ c zip unzip