Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Marshal a C char[][] array to C#

c# c++ c interop marshalling

Can a Thread trace a Process?

How do DeleteFile and FindFirstFile interact?

c winapi

Best way to construct a Directed Acyclic Word Graph (DAWG)

Creating a cuda stream on each host thread (multi-threaded CPU)

c++ c multithreading cuda

Clang runtime checks: print backtrace

c++ c runtime clang ubsan

Implementing poll() on a TCP server's read/write

Does gcc have a pragma to define file type/compiler?

c++ c gcc pragma

why SIGHUP signal not received when becoming an Orphaned Process Group

c linux process jobs

Union data structure alignment

c struct standards unions

Setting a socket nonblocking after a blocking connect

c linux sockets nonblocking

How to set up netem qdisc and tbf qdisc using libnl-route?

c linux ubuntu netlink

How do I send a JSON data with libwebsockets C library?

c++ c json websocket

How does warp work with atomic operation?

c++ c performance cuda atomic

why comparing char variables twice is faster than comparing short variables once

c++ c performance assembly

Why does openssl/ssl.h contain nothing but a relative path?

the best way to solve "variable 'xxx' was declared but never referenced"

c gcc makefile warnings armcc

Objective-C NSMutableArray - foreach loop with objects of multiple classes

How can I print the offset of a struct member at compile time?

c gcc

strncpy or strlcpy in my case

c copy c-strings strncpy