Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

GCC dies trying to compile 64bit code on OSX 10.6

c++ c macos gcc

what are the differences between an executable generated by windows and linux [duplicate]

On Sudoku solving

c algorithm sudoku

A good C alternative for Boost.Program_options?

Scope Guard in C

c scope guard

Returning an array of char pointers

c pointers

passing a hex number to a function

c

C: Math functions?

c math visual-studio-2010

What is the benefit of using sqlite3_data_count() over sqlite3_column_count() in the SQLite C API?

c api sqlite

Casting to a struct from LPVOID - C

c winapi

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