Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C application special characters Äöü not showing up correctly in MySQL and terminal

mysql c utf-8 locale

DWORD variable with low/high word and low/high byte

c winapi types dword

Problems Using memset and memcpy

c memory-management memset

Where to Start With Contributing to Ubuntu (and other distros) [closed]

c++ c open-source ubuntu

In C: sending func pointers, calling the func with it, playing with EIP, jmp_buf and longjmp

c function-pointers setjmp

How to properly handle signals when using the worker thread pattern?

c pthreads signals

Convert Hexadecimal String to Data

c hex

How do I get the index of the current Object in an NSEnumerator iteration?

Why the restrictions on C standard I/O streams that interact with sockets?

Pointers to arrays problem in C

c arrays pointers

STM32F4 Jump to Bootloader via SoftReset and without BOOT0 and BOOT1 Pin

Array of 10 pointer to char[2][2] array

c arrays pointers

Difference between – and - signs for subtraction operation

c

how to write a macro that will append text to a partial function name to create complete function name

c++ c macros

Given a start, end, and increment value, I want an algorithm that counts up and down

c++ c algorithm

Can't find most frequent word

c

Why does gcc -O3 handle avx256 compare intrinsic differently than gcc -O0 and clang?

c gcc simd intrinsics avx

How to read in a text file of tab-separated integers in C?

c