Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Why C++ have the type array?

c++ c arrays pointers

Should I declare a method noexcept if it never throws when used correctly? [duplicate]

Virtual inheritance: Why does it work when only one base class has "virtual" keyword? Is there a better way?

c++ inheritance

In GCC, inside a lambda, I can get constexpr variable from a non-constexpr template lambda, but not in Visual C++

how to set image resource path for D3DXCreateTextureFromFileEx method?

Using libraries like boost in cuda device code

c++ c boost cuda

Trying something simple with extern

c++ extern

How to statically identify dynamic heap allocation?

c++ embedded heap-memory

How to get a caller graph from a given symbol in a binary

c++ gcc callstack nm radare2

may a whole array reside in some cpu register?

c++ arrays parameters cpu

Stack object doesn't get recognized by Qt but heap object does

c++ oop qt

What's the advantage of making methods public in an interface, but protected in the implementation?

Can I prevent zero initialization of the elements in an array data member in a non-POD class?

How to skip/disregard files with names that use wide characters using std::filesystem?

c++ wstring std-filesystem

How do I pass a 3D VkImage to a compute shader without the data changing?

c++ glsl shader vulkan

How to save and load a C++ application state in a modular way

c++ session save state resume

C++ Cout floating point problem

c++ floating-point

How to read and write bits to a byte array

c++ c class buffer bit

Why extended ASCII (special) characters take 2 bytes to get stored?

c++ c++11 utf-8 byte ascii

Best way to deal with a trailing comma when using X macros in C++

c++ c++11 c++14 c-preprocessor