Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个应用程序,我想根据用户角色限制对某些行为/操作的访问。
我在网上搜索了一个实现这一点的 C++ 库——或者至少是关于如何“自己动手”的指南——但无济于事。有人知道这样的图书馆吗?如果不是,我将不胜感激有关如何最好地实现这样的库/框架的一些想法。
角色可以实现为简单的布尔(或二进制)标志。只需在执行某些操作之前检查用户是否设置了标志。