Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Set the depth of expanded structures with ptype in GDB

c gdb

Encoding in sprintf

c encoding printf

Is there an indexOf equivalent for arrays in C?

c arrays

Filter IPv6 local address using netlink

c ipv6 netlink

how to seek to the end of file to determine the file size?

c filesize seek

How can I check if I have permissions to open a file without opening it on Linux in C?

c linux

IPv6 address to domain name

Freeing C variables in Golang?

c go cgo

OpenSSL C API CRL check

c ssl openssl certificate

How to copy data to a pointer returned by malloc?

c

Concatenate string with strcpy

c

Making lex to read UTF-8 doesn't work

c xml parsing utf-8 lex

pthread_cond_timedwait returns ETIMEDOUT immediately

Testing C code with googletest (Google C++ Testing Framework)

c++ c unit-testing

Difference between class (Python) and struct (C)

python c

How to do clean up in generic for iterator function when breaking out of it

c lua

How come I am able to override printf in C language?

c

How to get a warning when assigning integer to enum?

c gcc enums clang warnings

How to define API in header and private fields in source in c

c struct

Distributing a C command line tool in a OS X .app Bundle

c command-line app-bundle