Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

“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

Why does a char array need strcpy and char star doesn't - using structs in C

c arrays struct strcpy

VS2015 error C1026 - a compiler defect?

c visual-studio-2015

Dynamic Interface for functions in C

c

rlimit64 integer overflow

c integer-overflow