Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Unexpected result from printf

c printf

Can some tell me why I am seg faulting in this simple C program?

c malloc segmentation-fault

Best way to implement plugin framework - are DLLs the only way (C/C++ project)?

"lvalue required as left operand of assignment " error

c

C code compiles as C++, but not as C [duplicate]

c++ c visual-studio

2D game development basics

c 2d-games

Can gcc/g++ tell me when it ignores my register?

c++ c gcc g++ cpu-registers

Why there is no semicolons after preprocessor directives?

c

Efficiency of boolean comparisons? In C

foward typedef structures

Why is the use of a constant considered better programming style than the use of a literal?

c coding-style

to find which number is repeated

c

Problems with variadic macros in C

Not including stdlib.h does not produce any compiler error!

c gcc std atof

What does "| \" mean?

c

Copy struct to buffer

c

What does char * mean

c++ c char

Test if multiple variable values are either all positive or negative

c++ c

optimizing array loop in c

c arrays optimization gcc

epoll_wait fails due to EINTR, how to remedy this?