Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Speed costs of calling Python function from C extension

python c numpy

Include contents of char array in flat binary file

Converting a BST to an array

VxWorks: how can I be sure that data is read from DDR and not from cache

c vxworks

“execle ” difference between linux and embedded linux

c linux embedded-linux

How much every character occurs in the given string

c++ c high-load

GCC: why a -Wformat warning for this fprintf?

c gcc types warnings printf

how to handle file whose size is more than 2 GB?

c

Qsort array of strings in descending order

c sorting arrays

What is the C# / .net equivalent of writing binary data directly to a struct?

c# .net c

Having a hard time creating a function that displays all different combinations of n numbers (0<n<10)by ascending order

c logic combinations

Need clarification about unsigned char * in C

c

using c11 standard with clang for use of strcpy_s

c xcode gcc clang

Why use static functions in C?

c static private non-static

What is the difference between two different swapping function?

c performance

C "comparison between pointer and integer" warning for menu

c pointers

#define for pedagogical purposes

c

Count multi-dimensional array's first dimension

c arrays pointers sizeof

How do I use fprintf to print a struct member values that's defined in a header file?

c++ c struct

Can I find out the CPU core of a specific thread at runtime?

c++ c cpu-cores cc