Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

"Speech bubble" notifications

c# .net c++ mfc notifications

How does one avoid accidentally redeclaring global constants in C++?

Wrapping up a C++ API in Java or .NET

java .net c++ interop

Is there any way to programmatically determine in C/C++ how many parameters a Lua function expects?

c++ lua

C++ Database Connectivity?

c++ database connectivity

How does c++ by-ref argument passing is compiled in assembly?

Integrating swf in c++

c++ flash

Is there a smart pointer that is automatically nulled when its target is destroyed in C++

Instantiate a new STL vector

c++ stl

Is there any way to get some information at least for catch(...)?

Boost::any and polymorphism

c++ polymorphism boost-any

Avoiding null pointer exceptions in a large c++ code base

RTF / doc / docx text extraction in program written in C++/Qt

c++ windows qt

Reading a UTF-8 Unicode file through non-unicode code

c++ unicode utf-8 text-files

Best way to serialize a Float in java to be read by C++ app?

java c++ serialization

Boost best practices?

c++ boost

Binding lvalue to a reference

c++ reference bind lvalue

Making a .exe in Visual Studio 2008

Notification when a thread is destroyed [duplicate]

c++ winapi multithreading

How to make gcc or ld report undefined symbols but not fail?

c++ c gcc linker