Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

K&R Exercise 1.18 (Remove Trailing Blanks)

c memory-management text

undefined reference to a function call?

Is is possible to use Vuforia without a camera?

ios objective-c c vuforia

How to have an array with multiple types of objects, or a function, in C

c arrays struct

Passing a linked list over a socket

Why it is valid to intertwine switch/for/if statements in C/C++? [duplicate]

c++ c language-lawyer

`gcc -undef` leads to `cannot find entry symbol _start`; defaulting to x

c gcc ld

Shell script file for compiling and producing output of C file

c unix gcc g++

Is there a way to find out if a pointer is okay to pass to free(), other than by calling free()?

c debugging heap-memory

Why one line of code to decline performance 10x?

c performance x86 clang

Is it possible to exploit the following code?

c buffer-overflow

Best practice to use extern struct or extern pointer to struct?

c pointers struct extern

About non directional graphs with adjacency matrix representation

c graph bit-manipulation

Javascript Emulator

javascript c++ c emulation

C macro: concatenate symbols conditionally

c macros c-preprocessor

Null termination in strings

java c++ c string

Ordering of object files and libraries in static linking

c gcc linker static-linking