文章列表
how to make camera follow a 3d object in opengl?(如何让相机跟随opengl中的3d对象?)
How to convert yuy2 to a BITMAP in C++(如何在 C++ 中将 yuy2 转换为 BITMAP)
OpenGL Google maps style 2D camera / zoom to mouse cursor(OpenGL 谷歌地图风格的 2D 相机/缩放到鼠标光标)
Using device name instead of ID in OpenCV method VideoCapture.open()(在 OpenCV 方法 VideoCapture.open() 中使用设备名称而不是 ID)
Mock non-virtual method C++ (gmock)(模拟非虚方法 C++ (gmock))
Advice on Mocking System Calls(关于模拟系统调用的建议)
How do you mock and test the same function in C/C++ with FFF and Google Test?(您如何使用 FFF 和 Google Test 在 C/C++ 中模拟和测试相同的函数?)
fake/mock nonvirtual C++ methods(伪造/模拟非虚拟 C++ 方法)
Mocking non-virtual methods in C++ without editing production code?(在不编辑生产代码的情况下在 C++ 中模拟非虚拟方法?)
How do you mock classes that use RAII in c++(你如何在 C++ 中模拟使用 RAII 的类)