Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does this C pointer code do?

c pointers

Proving that two pointer approach works(Pair sum ques.)

c++ c algorithm

How are arrays "implemented" in C?

c arrays pointers gcc

Why/how does gcc compile the undefined behaviour in this signed-overflow test so it works on x86 but not ARM64?

C compiler not recognizing unsigned long

What happens when I modify the swap function this way?

c++ c pointers memory swap

Is there a way to find out where my operating system is located in my RAM?

c++ c

Why does C use 5 bytes to write/fwrite the number 10, but 4 bytes to write 9 or 11?

c struct fwrite

How do I provide a suffix for days of the month?

c date

How can I index a lot of txt files? (Java/C/C++)

java c++ c full-text-search

What data structure is behind FD_SET and FD_ISSET when working with sockets in c?

c sockets select

Is there a way to use const variables in the definitions of other constants?

c constants

Why did the language designers of C do type equivalance like this?

C: char to int conversion

c

GCC dies trying to compile 64bit code on OSX 10.6

c++ c macos gcc

what are the differences between an executable generated by windows and linux [duplicate]

On Sudoku solving

c algorithm sudoku

A good C alternative for Boost.Program_options?

Scope Guard in C

c scope guard

Returning an array of char pointers

c pointers