Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Casting twice in one line

c casting

How to solve the error in linker script?

c linux gcc linker ld

How to isolate bad behaving 3rd-party c-lib which only allows to be created as singleton?

c++ c node.js

Using execl with multiple child processes

c file process exec fork

Object symbols override library symbols?

Detect unused functions in C [duplicate]

how to limit the total size of log files managed by syslog?

c linux syslog

Is there a gcc warning for "conditional expression is constant"?

c++ c gcc android-ndk

Can sign/zero extension be accomplished just by casting?

c casting integer mips bit

Using Assembler in C without using placeholders

Can I use `bool` type or opaque pointers to classes in a c++ function exported to c?

c++ c

Replacing function with inline assembly C

strncpy implementation too complicated in glibc

c glibc strncpy

Testing if my program is executed from the bash/ksh/csh command line

c linux

Caught set but unused parameters with clang

c++ c clang

Swig - generate wrapper to pass an array of struct

c# c swig

POST-ing a tweet using libcurl and liboauth in C

Untangling Lua & C code to make Lua dependency optional

c sqlite lua

Reading Zend Engine API code: What does ## (double hash) mean?

c php-internals

What does !!(x) mean in C (esp. the Linux kernel)?

c gcc