Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is special about a ternary statement instead of a if-else statement in terms of optimization?

c++ c compiler-optimization

Is fread possible after a file is removed?

c

Correct way to extract array data from binary?

c++ c file

How to convert PCM 8kHz 8bit unsigned to mp3 in C

c mono mp3 pcm lame

How to calculate the % of CPU used by the threads in a process in Linux?

c linux multithreading process

Libraries compatibilty by cross-compiling node for armv5

c node.js arm cross-compiling

How to get C to find the macro identifier given the numeric macro value?

c c-preprocessor

Confirmation before closing a C program

c visual-studio return exit

What is the CPUID standard function 01H?

Calling free() on malloc()'d char pointer causes program to crash with invalid pointer

Problems with GCC "build file: no target in no project"

c codeblocks

Looking for mmap flag values

First expierences with struct. Why is this output happening?

c struct

char *str; str="HELLO"; How does that work without allocating any memory for the string?

What does ld do when linking against dynamic shared library?

c linux linker ld

Leaving a c++ application without running destructors of global static objects

c++ c exit

Is it safe using `$` as an identifier in C/C++?

Finding type of path using the Windows API

c++ c winapi