Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can a string parameter be of type byte * and of type wchar_t * at the same time?

c winapi char wchar-t

In C struct, why packed,aligned seems to do padding?

c gcc struct padding packing

Do we need to specify "protocol" when "type" is SOCK_DGRAM or SOCK_STREAM in socket()?

c linux sockets tcp udp

How do I create a file descriptor backed by a simple char array?

Load .so file from a jar

Armstrong number in c programming

c

'struct mm_struct' has no member named 'mmap_sem' error in the module build after switching from 5.4.21 to 5.10.0-rc5

cmake to place the intermediate files to a certain directory

c++ c cmake build-automation

How to restore string after using strtok()

c sorting strtok

Does float in Linux gcc (5.4.0) obey IEEE754 rules?

Overriding execve() with LD_PRELOAD only works sometimes

c linux

C preprocessor macro multiple arguments

c c-preprocessor

How to switch off local array merging in clang?

How to print to console (Linux) without the standard library (libc)

c linux gcc

char const *const *const varName

c pointers

How to interface my iSCSIinitiator to scsi subsystem in windows [closed]

c windows iscsi

How to shorten a 64-bit hash value down to a 48-bit value?

c algorithm math hash uuid

C1356: unable to find mspdbcore.dll

c visual-studio dll

C - Pass Array of Strings as Function Parameter

c arrays string

What is the recommended naming convention for include guards?