Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Template code optimization for specific values of non-type parameters.

Implementing events in C++

c++ events

How do we rotate a figure in 2d in openGL with respect to a point (other than the origin)?

c++ opengl

"framework not found" when compiling C++ program on Mac OS-X

Is memcpy() safe when copy some content larger than dst?

c++ c memcpy

Erase parts of drawings in OpenGL

c++ opengl drawing erase

XOR higher 32 bits with lower 32 bits in a 64 bit number

c++ algorithm

A method using different flavors of it's own private members

c++

Template parameters not used in partial specialization

QDialog explicit constructor without argument - how to use correctly?

Looking for one liner example how to bind and insert a null value into a database using ODBC API

c++ c odbc

Callbacks from C++ back to C#

c# c++ c++-cli

Dividing unsigned long long

c++ math casting

struct keyword in function parameter, and const-correctness

c++ c const-correctness

Text to speech converter

g++ "declaration of "operator<<" as non-function"

building boost on linux

c++ linux boost ubuntu

boost::split: how to split a string with a character?

c++

strange mingw linker errors with boost?

c++ boost linker g++ mingw

smart pointers for modelling a general tree structure & its iterators