Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Converting a C (\0 terminated) string to a PHP string

php c string substr strstr

Properly delimiting strings in C

c concatenation delimiter

const qualifier for pointers to pointers

c

persistent local variable in c

c variables persistent

Returning a pointer of a multidimensional array

c pointers

Pure ANSI-C: make generic array

What is the complexity of this c function

Programming a Microprocessor using C in Object Oriented Paradigm, is it Advisable?