Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What's the difference between initializing this structure with these strategies?

c

During startup program exited normally. gdb doesn't break at breakpoints

c++ c gdb

How to implement priority queue in C programming?

how can one get the size of an array via a pointer? [duplicate]

c pointers

Infinite loop while trying to read from file

c file fopen infinite-loop

Store pointer address in malloced memory

c pointers

Optimal parallelisation of communication from randomly distributed particles to regular grid

Are two doubles of equal value guaranteed to have the same bit pattern?

FIFO channel reading incorrect

c linux named-pipes fifo

Function to print a list of background processes in C (like jobs)?

c bash shell

Config file location and binaries and build systems like autoconf

c++ c makefile autoconf

Convert endianness of integer fields in struct using macros

How can I serialize an in-memory SQLite Database?

c sqlite

string literals and strcat

c string strcat

Writing strings and a variable to a buffer in C

How do I convert a DWORD to HEX

c hex dword