Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

OpenGL ES 2.0 texture appears black

How one did manage to create and access structures that behaved like arrays in C89? [closed]

c

Handling java string into native C/C++ for Android Studio+NDK

java android c++ c android-ndk

Why Executable and Linkable Format(ELF) File contains set of sections?

array of threads creation in c

c multithreading pthreads

C operator order

c operators

declaring a variable with only 2 decimal points in C

how do you do system call interrupts in C?

c linux system-calls

Modulus with a negative number

c math

how to get path to executable in C running on Windows?

c windows

Compare two C implementations of the same function

c

Segfault from adding a variable

c segmentation-fault

Concatenating two memory buffers without memcpy

struct c dynamically allocate memory

c struct calloc

using static keyword in C local scope to function

c static

Makefile to compile all .c files without needing to specify them

c makefile

Using qsort() to sort doubles in an array of structs

c qsort

Why can't casting an address to int* be an lvalue but casting to a struct pointer can?

c++ c

Concatenate C macro definition string to literal strings

Why can't I use this code to overwrite a string?

c pointers