Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to read unsigned short from file?

c++ c file-io

structure on a heap memory

c++ c memory-management

Creating a stack of strings in C

c string stack

Traversing a binary tree in C

Linking C .obj files into Delphi application, resolving standard C dependencies

c delphi .obj

Pointers to void pointers in C - can I use void** for rudimentary polymorphism?

c void-pointers

Detecting use after free() on windows. (dangling pointers)

c++ c security testing

How to maintain fixed size of C variable types over different machines?

c++ c

C static variables and initialization

c static initialization

system() to c# without calling cmd.exe

c# c cmd

Discovering the default gateway without DHCP

c dhcp gateway

How to start editing pidgin source code? [closed]

c pidgin

bitwise shifiting question

c bit-manipulation

most efficient way to get current time/date/day in C

glibc detected, realloc(): invalid pointer

c malloc free glibc realloc

What is the explanation of the code?

c function-pointers

How do I change linux user within C code?

c linux permissions

Concurrently updating different fields of a struct - is it safe?

c concurrency

Array initialization [c/c++]

c++ c

displaying % completed while executing in C

c shell command-line execution