Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can I prevent SIOCGIFADDR from failing?

c sockets ioctl

postfix (prefix) increment, L-value and R-value (in C and C++)

c++ c operators operand operands

Unloading Windows driver

c windows winapi driver

Handling files with carriage return in filename on Windows

c++ c windows file boost

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

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