Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does casting to void* does when passing arguments to variadic functions?

Store extra data in a c function pointer

c function-pointers

Might casting void* into unsigned long int cause undefined behaviour even where sizeof(void*)==sizeof(unsigned long int)

Is it legal to cast a function to a pointer to a function of various kinds per C standard?

What If There Is A Memory Leak In Virtual Environment? [closed]

c memory memory-management

Wrong ELF class with both 32 and 64bits lib

c gcc

Const in C function declaration and implementation

equivalent of C struct in C#

c# c++ c visual-studio struct

C naming conventions for numeric functions?

c naming-conventions

Equivalence of <limits> and <climits>

c++ c stl standards limits

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