Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Allocate memory to char *** in C

Is it possible to swap C functions?

Difference between array and pointer [duplicate]

c arrays pointers strcpy

Sorting gives inconsistent results, due to loop bound

c

Using comma in expression and assigning it to variable

c

C intrinsics, SSE2 dot product and gcc -O3 generated assembly

c assembly sse

MAX using typeof extension of gcc

c gcc macros

Searching for the first free index

c algorithm data-structures

Understanding statements in C

Server dies on `send` if client was closed with Ctrl+c

c sockets send

Why does sizeof(!5.6) give an output 2?

c sizeof

Casting to (int *) of (&num) when num is float in C

c pointers casting

Read file as input from the command line

c++ c

Can I have a static array of pointers to functions in C++?

c++ c pointers

Bit set/clear in C?

c embedded

How to run command and detect if it's successful by C language in Linux?

c linux

Shifting a 32 bit integer by 32 bits

c bit-shift bit low-level

Is it possible to make memory leak without using malloc?

How does including unneccesary header file affect my executable

c

Split a string in C++ using 2 delimiters '+' & '-"

c++ c string find delimiter