CS410 : Visual Programming

Course Overview

Course Synopsis

Win32 programming is a special area in which you will develop programs for MS windows. This course will discuss Intel (X86) based Windows platform. We will be using C language as programming tool as it is the top choice for Application Programmers Interface ( API) programmers and also because the most part of Windows OS is developed in C language; furthermore the documentation available for API by Microsoft also contains C-oriented syntax. We will explore main features of Windows Programming like resource sharing, device independence programming, using GDI etc.

Course Learning Outcomes

At the end of the course, you should be able to:

  • Describe and explain the functional mechanisms of Windows platform i.e. how it works and the concepts related to basic Windows architecture
  • Use/manipulate Windows resources for your application
  • Develop fine-tuned and robust applications for MS Windows
  • Get hands in specialized and more complex areas of windows programming like network programming, graphics programming etc.


Course Calendar

1 Windows Programming
2 Basic C Language Concepts
3 Arrays and Pointers
4 Structures and Unions
5 Preprocessor Directives
6 Bitwise Operators and Macros
7 Calling Conventions, Storage Classes and Variable Scope
8 Windows Basics
9 Windows Creation and Message Handling
10 Architecture of Standard Win32 Application
11 User Interfaces
12 Window Classes
13 Graphics Device Interface
14 Painting and Drawing
15 Windows Management
16 Input Devices
17 Resources
18 String and Menu Resources
19 Menu and Dialogs
20 Dialogs
21 Using Dialogs and Windows Controls
22 Using Common Dialogs and Windows Controls
23 Common Controls
24 Dynamic Link Libraries
25 Threads and DLL's
26 Threads and Synchronization
27 Network Programming Part I
28 Network Programming Part II
29 Network Programming Part III
30 Network Programming Part IV
31 General MDB (1 to 30)