User: raschupkin

  • Public profile

User profile: raschupkin

User info
User name:raschupkin
Email:O.logN@mail.ru
History
Joined:
Number of posts:25
Latest posts:

Contiguous Polymorphic Memory Storage
In modern C++ standards std::vector is guaranteed to store data contiguously (starting from C++-0x I...

IDE -> Command Line
If you want console editor with C++ syntax highlighting, then most use vim or emacs. They are a bit ...

Free-ing pointers returned from shared libraries compiled with different compiler
It happens sometimes that memory allocations and frees of different compilers are incompatible, but ...

Which C++ IDE for Ubuntu?
There are several mistakes in the Code::Blocks review: [quote] 3. cannot use Ctrl+Left click to go t...

I'm able to std::wcout a variable on Windows, but not on Linux.
Try using this code to see what data is in json::value: [code] void printJSON(web::json::value & va...

This user does not accept Private Messages