Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

How to serialize object with shared_ptr member using boost

Converting a long double to double with upward (or downward) rounding

Bloomberg Security Lookup Request

java c++ blpapi

LNK2019 error (unresolved external symbol) linking SQLite into DLL

c++ sqlite dll linker-errors

Parallel Command Pattern

c++ multithreading oop

Chaiscript #include statement mapping in biicode.conf

c++ biicode chaiscript

Data structure for fast searching in C++

Is std::vector::end()[-1] a undefined behavior?

c++

Passing `this` to a function as a shared_ptr

c++ c++11

Why are `function<void (string)>` and `function<string (string)>` parameter types sometimes ambiguous for overloading?

send int over socket: signed vs unsigned

c++ c

Howto create tags in C/C++ program

c++ c ctags

C++ beginner question regarding chars

c++

Looking at the C++ new[] cookie. How portable is this code?

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