Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Encode extended ASCII characters in a Code 128 barcode

Why do two calculations give different answers?

What is the equivalent of unsigned long int in c#?

c# c++ .net c long-integer

How to fread() structs?

c file file-io struct io

Configuring Qt Creator for GTK+

c ubuntu gcc gtk qt-creator

How to share a structure with pointers between two unrelated processes with shared memory in C?

how to split a float into two integers in C

c format-specifiers

Why symbols malloc, __malloc and __libc_malloc point to the same code address?

c++ c linux gcc symbols

What does write() write if null terminator is already reached?

c string nul

make is giving error make: *** No rule to make target `clean'. Stop

c++ c macos makefile

what does -0x4(%rbp) means in gdb disassembly?

c gcc gdb disassembly

Is `uint_fast32_t` guaranteed to be at least as wide as `int`?

c c99 integer-promotion

What harm would arise by pointer arithmetic beyond a valid memory range?

c pointers

Find winner in a tic tac toe match [closed]

c arrays char

SSL_CTX_set_tlsext_servername_callback callback function not being called

c++ c ssl openssl

message queue in C: implementing 2 way comm

JNI - Listener in C++/Java - is it possible to instantiate Java objects in c++ and use them as parameters

Behaviour of sizeof with string

c string sizeof

Wait for user input in while(1) loop

c while-loop

Address space for shared libraries loaded multiple times in the same process