Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Pointer / Array syntax (char **p, *p[n]) in C/C++

c pointers

Portability of a C code

c portability

Ways to divide the high/low byte from a 16bit address?

c 8051 sdcc keil

Use C function in C++ program; "multiply-defined" error

c++ c include compiler-errors

c - difficulties with bit operations

c gdb bitwise-operators

getnameinfo specifies socklen_t

What is the logic behind defining macros inside a struct?

c macros struct

Global pointers cause segmentation fault?

c

What are alternatives to the GetShortPathName function?

c++ c winapi

A* implemented in C

Lua C API and metatable functions

c lua

Why hex in string is not converted to hex when passed through command line argument?

c string hex argv

Embedded C code review

c

Is there a good reason to write my own daemonize function instead of using daemon(3)?

c linux unix daemon bsd

Would this be considered a memory leak?

c memory-leaks malloc fork execv

checked and unchecked exception in .NET

c# java .net c unix

Fast logistic function

c algorithm math

How big is an integer?

c

how to handle optimizations in code

c++ c optimization

How to access the fields of a timeval structure

c linux