Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

error: incompatible type for argument

c list gcc types arguments

How compile a user space program with kernel headers

Wrapping a C program that contains a main function into a C++ class,

ACSL proof of a function that checks if an array is sorted in increasing or decreasing order

Variadic macro expansion's going wrong

Lex: forcing scan?

c++ c lex

JNA Pointer retrieving value

java c native jna

C/GL: Using -1 as sentinel on array of unsigned integers

Help with my printf function

c printf

In this C Program for some odd reason the 5th line in code prints 1.799999 which doesn't make sense

c printf

C BitWise - What does "1 << (num - 1)" and "|=" do?

c hex bit-shift

Troubleshooting segmentation Fault

c++ c gdb segmentation-fault x11

Basic C++ Speed (initialization vs adding) and comparison speed

Is there a nice Unix command for dumping the text representation of a binary file?

c++ c unix text binary

valgrind complains doing a very simple strtok in c

c++ c valgrind tokenize strtok

Semaphore values in c

c posix semaphore

Which system call returns list of devices attached to system in Linux?

java c linux

Trouble with XOR of two binary numbers

c binary decimal xor

OpenGL rendering quality vs. number of vertices

c opengl 3d