Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

VS2013: strtof doesn't set ERANGE?

c string floating-point errno

How to make gdb step-into operation in standard library C/C++ function?

c++ c gdb

Implicit declaration of scandir; alphasort is undeclared

c c99 scandir

Correct way to use prctl()

Q: How to handle more than one condition in a UML state machine transition

execve() with redirected stdin from file

c linux stdin

What is the difference between starting a Windows service, from C, using StartServiceCtrlDispatcher vs StartService?

c windows service

how to get rid of the "unknown" section in the perf

c linux perf

Fast, optimized and accurate RGB <-> HSB conversion code in C

c graphics colors

Getting undefined reference to `floor' on running make in PintOS

c gcc makefile

Why is SQLite pragma foreign_keys not persistent across DB connections?

c sqlite

What is the use of declaring different datatypes inside bitfields?

c bit-fields

Why does the function have to return a char * but not a char array?

c arrays string pointers

C preprocessor macro expansion

c macros c-preprocessor

I2C user-space read/write issues

c linux i2c

How to Iterate only directly set enum values in plain c?

c enums

Is there a C function for comparing a string against a character table?

c string rexx