Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Read SELECT'ed value and store it as an int in C

c postgresql

Interrupt-driven USART using UDRE with ATmega328P

c arduino embedded avr usart

Reduce array-length if same value occurs twice in a row

c breadth-first-search

Java convert hex string to java: char[] (C) to byte[] (JAVA)

java c

Simple MPI program fail with large number of processes

c linux mpi

Find sum of elements in the array

c arrays

Decoding YUV to RGB in C/C++ with NDK

android c++ c android-ndk yuv

Char* as YYSTYPE in flex/bison returning only first character in token when used with strdup() in lexer

How to rename a folder inside a bucket using the AmazonS3.net sdk

.net c amazon-s3

Arithmetic on freed pointer

c pointers language-lawyer

Implementing PyMyType_Check methods with Python C API?

c++ python c python-c-api

Clang. How to overcome "unknown builtin" error message

c++ c gcc clang

Transfer a value from one thread to another without locks

c multithreading

Mixed C/C ++ source: Get sizeof(C++ struct) in C code

Determine the ranges of char by direct computation in C89 (do not use limits.h)

c char

How much space to allocate for printing long int value in string?

Can char arrays be overwritten by longer strings in C?

c string

C: alternatives for loops

c loops

C programming pointer char array

c arrays string pointers

Readily-available atomic bit-set and bit-reset functions?