Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Calling the same functions from multiple threads

c multithreading

Why does this code fail without volatile declaration? [duplicate]

c linux multithreading

How to sort an int array in linear time?

c arrays sorting

Can non-const data be accessed through a const pointer in a union?

How to access x64 hardware directly without Hardware Abstraction Layers?

c++ c linux assembly hardware

Convert/extract ints from a char array

Is it undefined behaviour to call a 3rd party library function (not provided as source code)?

c

Is RAND_MAX guranteed to be <= UINT_MAX?

c c99

Pointers difference between C and C++

c++ c pointers arduino ragel

Size of char array is bigger than number of elements passed to initialize it [duplicate]

I wrote a single-thread program using codeblocks but in task manager it shows that the program is using 2 threads?

c windows multithreading

difference between character array initialized with string literal and one using strcpy

c pointers token c-strings

Are globals considered as statements?

c global

Using WTO to write multi-line message via __asm__ in C language

next command in gdb is not working correctly

c gdb

How to parse a music into a array of frequencies and durations of its notes

How to make n nested for loop in C or Objective C

objective-c c loops

Memory optimization in C for an array of 1 million records

c optimization memory