Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is portable and correct way to print int_fast_32_t etc data-type

c

What character set does C's char type use?

c string char ascii

What is the difference between C++11's constexpr and C23's [[reproducible]]?

c++ c c++11 syntax c23

How do I make a GUI like Popcorn Time? [closed]

How to do xchg assembly instruction in c++ coding atomically

c++ c assembly

AIO support on Linux

c++ c linux aio

Time Complexity of Hash Tables in C

Swap adjacent element in a linked list

c linked-list

How come allegro automatically handles minimize button, but not close button?

c++ c windows allegro allegro5

CANopen/CAN bus, what do I need, including a protocol (OD?), to communicate between PC terminal and CAN device module

fprintf causes segmentation fault due to sudden address change

c segmentation-fault printf

Continuous speech recognition pocketsphinx from microphone

C code for ignoring the enter key after input

c user-input stdin enter

Remove channels from PCM

c audio pcm

What type-conversions are happening?

Are there standard restrictions on C++ features? [closed]

c++ c

Algorithm for generating normally distributed random values in C? [duplicate]

c algorithm statistics random

sizeof: Operator or Function? [duplicate]

c sizeof

Why is atoi giving me a segmentation fault?

c segmentation-fault atoi

usleep() in objective c code