Dal's Programming Course - Lesson 01 | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Getting Started | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
To do anything fun in modern programming with a PC running Windows, you must become familiar with Windows, and a development environment that works with Windows. In this lesson, we explore both the development environment and a bare-bones windows program. The development environment that you should be using for this course is Microsoft's Visual C++ .NET (2003) or later. Windows programming is not complicated -- but it is very extensive, consisting of thousands of subroutines that you can call upon to have Windows do stuff for you. It is so vast that nobody can be expected to know it "all". Therefore, to do any serious work with Windows, you must get in the habit of using the online documentation, and searching for information to your particular task at hand. By "online", we mean the documentation that is primarily installed on your computer with Visual C++ .NET, but it could also be on the web. Since Windows is so extensive, it is almost impossible for someone to start programming in windows without an example program. This lesson is designed to get you started quickly by providing a working Windows program and letting you modify it. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Materials for this Lesson: Download. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Homework | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|