Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

How can you be DRY with a programming language that doesn't have Reflection? [closed]

c reflection aop dry

Web technologies for an embedded server

php c embedded lua

C, function pointer with arguments preset

c function-pointers

unix select() call: how to combine fd_sets?

c unix network-programming

Why doesn't Direct3D have it's own vertex structure?

c++ c 3d vector direct3d

Does valgrind track memory initialization through drivers?

scanf / field lengths : using a variable / macro, C/C++

c++ c field scanf

When is it practical to use a parser generator?

c parsing antlr lex flex-lexer

Global array in C header?

array of pointers to functions

c

Is this Project Euler #5 solution more efficient than a known one?

c algorithm

What is the official way to call a function (C/C++) in ab. every 1/100 sec on Linux?

c++ c linux timer real-time

How to have macros expanded by doxygen, but not documented as a define?

c++ c doxygen

How to copy memory from source thats not on byte alignment (shifted)

c memory memcpy

fgets naturally puts a terminating zero in C?

c fgets

extern without type

c extern