Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

understanding the output of gprof on solaris

c solaris gprof

specifying variable field width in sscanf

c string printf scanf

Does reading involve any locking in multithreaded applications?

Does Declaring a Global Variable in C Alter the Entry Point?

Does NtDll really export C runtime functions, and can I use these in my application?

c windows winapi crt ntdll

C program how to print in table format alignment

c

What is an efficient method to determine the size of a type given as a binary string?

c bit-manipulation

Min function gives output 6422164 irrespective of the input

c

How to enabled gdb -g3 debug level with CMake?

c++ c debugging cmake gdb

Benign data race condition qualifications on Nvidia GPU's with CUDA?

c cuda gpgpu race-condition

Function visible even if not included in C

c eclipse static-libraries

Programming languages without garbage collector: where does the garbage go?

gcc: quickly check for all errors but not compile C?

Understanding spatial and temporal locality

c cache-locality

How can one implement "assert()" to make use of gcc's optimizer's static dataflow analysis?

Why isn't function call an lvalue