Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Is poll() an edge triggered function?

c++ linux networking

Good practice or convention for cleanup heap allocated object?

c++ heap-memory

C++ preprocessor/macro to automatically add lines after function definition

c++ macros c-preprocessor

C sockets send/recv buffer type

c++ c sockets unix

How to delete a heaped object in the Python wrapper generated with SWIG?

c++ python swig

Statistics from C++ source code [closed]

Local variable deletes memory of another variable when going out of scope [duplicate]

Declaring a static member with static linkage

c++ static namespaces linkage

convert BITMAP to HBITMAP

c++ windows winapi

How do I build a vector<> of search results from a source vector<>?

c++ c++11

bidirectional association between 2 classes

struct in separate header file causing problems in C++

How to dynamically allocate array of objects using parameterized constructor? [duplicate]

c++ dynamic-allocation

Visual studio 2012 + qt + clang, is it possible?

Can I know whether the variable has changed its value without comparing it with previous value in a function call C?

c++ c

How do I split a string into two strings using a comma, and store the strings? (C++) [duplicate]

c++

How to separate release and debug builds in Qt?

c++ qt4 qmake

Namespace-level access

Find points on circle [closed]

c++ algorithm geometry

Polling a variable in QT once every second

c++ multithreading qt4