Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C/C++ no curly brace after if/for, how to lint it out?

c++ c cppcheck

Where in the standard does it say that when you do bitwise operations, it will behave like big-endian?

How is the function get called with -O2?

c assembly gcc optimization

How do I calculate the end address of a C struct in memory?

c pointers struct malloc

Find any single 2D point within radius, but fast

How do I uppercase all strings in a linked list in c? [closed]

c

Problems interrupting capture with libpcap

c++ c signals libpcap

Summation over one dimension of a three dimensional array using shared memory

c cuda gpu gpu-shared-memory

Including a typedef in two header files

c include

Getting size of LPTSTR or CHAR* containing hex values

c windows string winapi sizeof

Performance issue when using multiple threads with sqlite3

c multithreading sqlite

Wrapping a (dynamically-linked) C library in Rust: works with rustc, not with cargo

c rust binding rust-cargo

ASLR limitations on Linux

c linux linux-kernel aslr

how to insert multiple characters in a string in C

c string

How can I write a command line shell to capture 'UP' key to get historic input?

c++ c shell command-line

Can a thread be preempted while in the middle of a critical section?

#define PA6 (*((volatile unsigned long *) 0x40004200)) [duplicate]

c embedded

How to declare function return type `int (*)[3]`?

c

R freezes when I call a C code

c r