Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to deal with duplicate code inside a thread function?

c++ c multithreading pthreads

inline assembly of reduce operation for Xeon Phi

c assembly xeon-phi

Can I 'reserve' memory somehow, so as to ensure malloc doesn't fail for this reason

c memory-management malloc

How can I make my makefile put my project together the way I need it?

fscanf with string and long

c csv scanf ansi-c

Unreachable code in assembly

c++ c gcc assembly x86

LInux signals concepts

c signals

How do I read integers and characters from a text file and store them in separate arrays?

c arrays file

mathematical equation for AND bitwise operation?

c math bitwise-operators

Fix a variable to a register in LLVM IR

c llvm x86-64

What's the best c implementation of the C++ vector?

c arrays vector

in append/update mode is a call to a file positioning function still required?

c append stdio

C : Pointers and functions 2DArray

c pointers

Malloc implementation with C

c malloc

Int array to store large numbers (over 20 digits)

c arrays

Does a sh script have lower priority than the Real-Time processes which is created by the script in linux?

c linux sh

Sorting a Dictionary, Programming in C, Stephen Kochan, Chapter 10, Exercise 10

c sorting

How do I check whether given two stacks are equal or not in C?

c

How to cast unsigned integer to enum using CMSIS API

c misra cmsis

MPI_Bcast - One row in a 2D array

c arrays mpi