Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

error: overflow in implicit constant conversion [-Werror=overflow]

c++ c

Literate programming in multiple languages [closed]

memory allocation in Stack and Heap

How to combine two 32-bit integers into one 64-bit integer?

c printf

C++/Win32 Dynamically calling a function without knowing its signature

c++ c winapi dynamic dll

C Linked-list Destroy Function

c function linked-list

How to get block cyclic distribution?

c matrix io block mpi

How can I use gcc by installing Cygwin on a Windows machine?

c windows gcc cygwin

How to safely terminate a multithreaded process

c++ c linux multithreading unix

What calling convention should I use to make things portable?

Understanding the maximum values that can be stored in floats in C

c floating-point

In C is it possible for a function to return a pointer to itself?

c function-pointers

What could cause "bad file descriptor" in multithreaded environment?

How to retrieve the HD vendor/serial using Windows API

c++ c windows

C: blocking read should return, if filedescriptor is deleted

Is there any way to retrieve back the source code from unstripped binary in Linux?

c++ c linux gdb decompiling

How to create wrapper for using C++ code in C?

c++ c wrapper

Conditional compilation based on functionality in Linux kernel headers

Am I using tm/mktime wrong, and if not is there a workaround?

c time libc mktime

Importing Functions from a different C file

c++ c function import