Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can I use C code in a C# Project? Wrapper class?

c# c interop wrapper

Can one declare but not define local variable in C/C++?

c++ c variables

Explain parameters of getaddrinfo( )

authenticate on SSH via BSD socket

c sockets ssh

What are possible values for the FileSystemName string that GetVolumeInformation returns?

c windows winapi

Safely hooking C functions into assembly

c visual-studio assembly x86

Is there a way in C to have the compiler/linker give an error if a function is not defined?

c plugins shared-libraries

Bidirectional FIFO

c fifo

Programming with just header files?

c

Equivalent of pthread_mutex_lock and pthread_cond_wait in the linux kernel

c linux-kernel pthreads

External definition for identifier with internal linkage

c c99 linkage

Why do I get c++ compile warnings depending on header order

c++ c gcc header

C - How do I receive a bit from a bit field as a parameter in a function?

Structure of sem_t and implementation of semaphores

c linux posix semaphore

How to create a new instance, in C/C++ extension module, of a class defined in Python code?

python c extending

Why 5.0/3 is 1.666667 in C?

Why does this C code generate a segmentation fault on macOS, but not on other systems?

Unexpected result of expressions with division

c

What do the · and / characters mean in function names in C code for the Go runtime implementation?

c namespaces go