1VOTES VOTE Learn How to Use C++ Forward Declarations For Enums In Windows Development With C++Builder Pabitra Dash Forward declarations for enums is a feature supported by both BCC32 and the Clang-enhanced C++ compilers. Forward-declaring plain old enums is not possible. However we can provide forward declarations for scoped enums. We also can… … Read more 4 years ago in C++, cbuilder, Code, enums, Forward declarations for enums, programming, RAD Studio, windows 0