Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

printf("... %c ...",'\0') and family - what will happen?

c++ c string format printf

Template Syntax in C++

c++ templates

Containers of auto pointers

c++ stl auto-ptr

Is there a way to introspect an array's size? [duplicate]

c++ arrays introspection

Good C++11 information, other than Wikipedia?

c++ c++11

Why does std cin work only when used with int variable?

c++ c++11

Can you link static library directly in android application?

A class is defined using __FILE__ in two different files; which definition is used depends whether I use it in a never-invoked function. Why?

c++ gcc clang++

Do I need to delete the pointer returned by std::localtime?

c++

Why can't I access inherited protected fields in a derived constructor's member initialization list?

c++ class inheritance

Uniform way to get object address or NULL in global function

print callstack of a thread (c++), StackWalker or not?

capture C++0x flag inside the program [duplicate]

c++ c++11

Should I unlock if I call another function inside of a function?

c++ mutex

MFC: How to catch set focus of each control of dialog in one function

c++ mfc setfocus

Calling Unmanaged C++ from C#

c# c++ .net dllimport dllexport

C++ template and ambiguous function call

Is there a way to choose which files are displayed to the user via the standard OPENFILE dialogs?

c++ winapi mfc fileopendialog