董文华
C++ Long switch statement or look up with a map?
开发者_JAVA技巧In my C++ application, I have some values that act as codes to represent other values. To translate the codes, I\'ve been debating between using a switch statement or an stl map. The sw[详细]
2022-12-23 12:32 分类:问答