Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Seeking tool to graphically show (header) file dependancies in C/C++ [closed]

c++ c

What algorithms are available to resize a hash table?

c resize hashtable

Unsafe conversion

Unexpected strtok() behaviour

c strtok

how do I clean up my lua state stack?

c++ c lua

Best way to programatically check for existence of header file?

c++ c configure

How do I detect a palindrome in C?

c

Is there a way to test whether I'm in a signal handler?

What is significance/use of doing void(param); at the start of function?

c++ c

Declaring a function inside a function?

c

how to exploit vulnerability of php?

php c++ c security buffer

Loading c libraries from php

php c interface tre-library

What is the best way to write class template-like generic code in C?

c generics

Lockless queue implementation ends up having a loop under stress

Link Error : xxx is already defined in *****.LIB :: What exactly is wrong?

c++ c visual-c++ linker

Feasability of reverse engineering some embedded code

fgets instructions gets skipped.Why?

c scanf fgets

Creating a "mountable" File System, where to start?

c++ c filesystems

Inserting a number into a sorted array!

c data-structures

Maximum length of buffer in AF_UNIX socket

c sockets