资源列表
MFC-ODBCaccess
- VC++ 使用MFC ODBC访问数据库,请注意:在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo,直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下-VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data
mouseshow
- 创建第一个Visual C++应用程序的源码 是关于鼠标坐标位置适时显示的一个小程序,只要你的鼠标在窗口中晃动,窗口的状态栏右半部分圈红的地方会适时显示出鼠标的移动坐标,每动下鼠标,这个值是不一样的。我的第一个VC程序,就是这样。要获取鼠标坐标位置的,可参考下载-Create the first Visual C++ application source code is a small program on a timely display the mouse coordinates of th
02_intro_to_cPP
- slide to intro you about C++ computer programming.
03_selection
- you can learn how to use selection loop for c++ computer programming
04_iteration
- about iteration for c++ computer programming, it s very useful to help you practice.
05_functions
- how to write code in function for c++ computer programming, this function is very useful to make a program.
06_arrays
- it s almost last slide to learn how to code in c++ computer programming. this slide is about arrays.
07_standard_cPP_strings
- final slide, it s called standard for c++ computer programming
ch02-1
- code part 1 for c++ computer programming about basical code.
ch02-2
- code part 2 for c++ computer programming about basical code.
ch02-3
- code part 3 for c++ computer programming about basical code.
ch03-1
- code part 1 for c++ computer programming about if-else, finding min-max, switch-case, or other conditions.
