Arch. and code design. Should I be using concrete base classes or polymorphic one?

后端 未结 0 682
半阙折子戏
半阙折子戏 2021-01-18 04:33

Well, i have the next C++ code:

#pragma once

#include "position_data.hpp"

#include 

enum class e_color : uint32_t
{
    green = 0u         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题