Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why am I getting a segmentation fault?

How to get char* from char**

c string pointers char printf

C struct and malloc problem (C)

c struct malloc

problem in scanning character in C

c

Is this undefined behavior in C/C++

c++ c undefined-behavior

compile c++ code in c mode

c++ c c-mode

Inputing & validating hex values correctly

c validation input hex

Switch statement with strings?

c

Performance comparison: strstr() vs std::string::find()

c++ c string

Why is this array having all remaining values initialized to zero?

How can I simplify my "equation" to switch between 3 and 5?

c math numbers integer modulus

How an assembly language works?

c assembly x86 gdb disassembly

get the last token of a string in C

c tokenize strtok

Why does the size of the same identifier differ in C and C++?

c++ c name-lookup

Possible to avoid including whole standard header file because of one method?

c

How to create DRM scheme to protect MP3 files with C++?

c++ c mp3 drm

How to copy text file to string in C?

c file copy

Does malloc/new return memory blocks from Cache or RAM?

c++ c memory memory-management

Can looking at freed memory cause an access violation?

c memory access-violation

Why include header in the method definition file?