Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

how to use std::wifstream for reading its content as a std::wstring

c++ stl wifstream

Which is better: Function overriding or passing a function pointer for event handling

c++ message-queue listener

C++ function using a kind of bitwise: I'll get duplicated values?

c++ bit-manipulation

Remove background noise from a WAV file in iPhone [closed]

iphone c++ c

Choosing between set<int> vs. vector<bool> vs. vector<boolean_t> to use as a bitmap (bitset / bit array)

c++ performance

benchmark a piece of code independent of CPU performance?

Basic OpenGL lighting question

c++ opengl lighting

Simulating C# indexer in C++

c++ indexing

Returning the class pointer through function

c++ class pointers

how to resolve th "C4653" warning in vs2010?

c++ visual-studio-2010

How can I return an array in C++ functions?

c++

how to use an exported class (__declspec(dllexport))in an stl template?

c++ templates dllexport

Clarification on Operators

c++ class operators

compiler doesn't complain about function not returning value

Cannot find include file QtCore?

c++ qt4 qthread

C++ behaviour when const

c++

Boost: how to set program priority?

c++ boost

C++ / Arduino: dynamic int array

c++ arrays class integer arduino

How to redefine malloc() in Linux for use in C++ new

Given 2 16-bit ints, can I interleave those bits to form a single 32 bit int?

c++