Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Free a pointer equal to a malloc pointer

c

Locks around memory manipulation via inline assembly

c assembly x86 locking spinlock

C, Creating a 32 bit pointer to a 8 bit array

c arrays pointers

Compiling FFmpeg 3.1.1 for x86 using Android NDK

android c++ c ffmpeg android-ndk

C/C++ returning struct by value under the hood

c++ c assembly x86-64 win64

When does malloc return NULL in a bare-metal environment?

c stack arm bare-metal

Does gcc wrap option takes effects on function printf ?

c gcc ld

Binary search accessing out of range index

c arrays algorithm search

Aligning strings equally

c

Is `free(a_comparable_pointer)` well defined or UB?

c language-lawyer

C concatenate string variable string

Why does this function print 0 when I pass in a nonzero value as its argument?

dev c. failed to execute .exe error 193: %1 not a valid win32 application

c++ c dev-c++

Why does 5/2 results in '2' even when I use a float? [duplicate]

Difference between variable and data object in C language?

What is the best way to write a syntax tokenizer/parser in C? [closed]

c string parsing tokenize

What is "compatibility for C++ mangling"?

c++ c compatibility glibc abi

How to input strings into an array in C?

c arrays string pointers

How can I define a macro that tests if a given character is a vowel?

c macros

C printf wont print before scaning next number

c for-loop printf scanf