c++ - C++ 中的 Scribble 是学习 MFC 的教程还是库、api 或其他东西?

标签 c++ visual-studio mfc

有人解释说 scribble 是一个与 MFC 相关的库,但在我的互联网搜索中我发现这是一个教程 to illustrate a wide breadth of MFC features ,但我不完全确定。

有 c++ 和 visual studio 经验的人可以帮助我理解这一点吗?

最佳答案

进一步提出意见。 Scribble 是您学习开发的应用程序。它会教您使用 MFC 库的基础知识。

要开始使用 Scribble,您可以关注此 tutorial .

这是指向最近的 source code 的附加链接.

引用教程:

Scribble, the application you build in this tutorial, is a small drawing program that poses a realistic trial run in the Windows programming environment of the traditional “Hello, World!” Scribble lets the user draw “Hello, World!” (or any free-hand drawing) by using the mouse and then save the image in a file.

关于c++ - C++ 中的 Scribble 是学习 MFC 的教程还是库、api 或其他东西?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42411039/

相关文章:

visual-studio - 忽略解决方案中的文件夹与 Beyond Compare 比较

javascript - 将 Typescript 添加到现有 asp.net 4 Webforms 项目的推荐方法

visual-studio - Visual Studio 2015 - 更改右侧垂直滚动条指示器颜色

c++ - 是否真的可以使用 CFile 和 CStdio 类将数据附加到 MFC 中的文本文件?

c++ - 在 n 处计算六次独立运行的斐波那契数的最大和最小时间

c++ - 错误处理。将系统错误代码映射到通用错误代码

c++ - absl::Mutex 的条件临界区如何处理读者唤醒

c++ - C++ cin>>x 是如何工作的

c++ - MFC CArray 中的 std::vector - 将元素添加到 CArray 后出现 "iterator not dereferencable"错误

c++ - vprintf 类似函数,但需要一个字符串 ID