Deep Sea VII -- Project with Multiple Files
Posted: Mon Dec 17, 2001 3:18 am
<font color=green><center>Deep Sea VII -- Project with Multiple Files</center></font>
Lecture VII was finished and is ready for posting on my website. This lecture is a follow-on to the previous lecture as well as a stepping stone to the next one. The next few lessons will be prepping you to be able to construct a basic menu system to get to different parts of your application, complete with clearing the screen, displaying the menu, validating the selection, etc.
Before one can do menus, essential C syntax must be mastered, which will be the topics of the lectures after VII. They include a character array, a list of character arrays, how to pass them to functions, conditional and decision making logic, if statements, and loops. These lectures most likely will take us up into the first of the new year.
Everyone is going at different speeds of doing the homework and absorbing the material, and Christmas is coming. So for this lecture, anyway, I'm sending it directly to those who let me know they are ready.
There is less to do in terms of typing stuff in, but more thought is required in terms of completing the lecture. I also left out pictures and slurred over steps already done in previous lessons to let you discover how much you can do on your own and by reviewing the notes.
The forum is the best place to pose questions. You may be asking what others are afraid to ask, or don't quite know how to present their questions.
<hr>
On the Lab project, I completed its design and layout late last week. Over the weekend I coded a bunch of stuff up, including getting the database (the check register to and from disk and writing checks) up and running and debugged, then simplified the code, following the design specifications.
The design is stable. The Lab project could very well take the entire length of the C course to complete, and maybe even a few weeks longer although I'll try to complete both the lectures and the lab assignments at about the same time.
The project will follow the lectures -- we will get a menu up and running first, so make sure you do the assignments and pass them in so I can check your understanding as we progress.
C-ya.
Allen
------------------
Allen Moulton from Uechi-ryu Etcetera
Lecture VII was finished and is ready for posting on my website. This lecture is a follow-on to the previous lecture as well as a stepping stone to the next one. The next few lessons will be prepping you to be able to construct a basic menu system to get to different parts of your application, complete with clearing the screen, displaying the menu, validating the selection, etc.
Before one can do menus, essential C syntax must be mastered, which will be the topics of the lectures after VII. They include a character array, a list of character arrays, how to pass them to functions, conditional and decision making logic, if statements, and loops. These lectures most likely will take us up into the first of the new year.
Everyone is going at different speeds of doing the homework and absorbing the material, and Christmas is coming. So for this lecture, anyway, I'm sending it directly to those who let me know they are ready.
There is less to do in terms of typing stuff in, but more thought is required in terms of completing the lecture. I also left out pictures and slurred over steps already done in previous lessons to let you discover how much you can do on your own and by reviewing the notes.
The forum is the best place to pose questions. You may be asking what others are afraid to ask, or don't quite know how to present their questions.
<hr>
On the Lab project, I completed its design and layout late last week. Over the weekend I coded a bunch of stuff up, including getting the database (the check register to and from disk and writing checks) up and running and debugged, then simplified the code, following the design specifications.
The design is stable. The Lab project could very well take the entire length of the C course to complete, and maybe even a few weeks longer although I'll try to complete both the lectures and the lab assignments at about the same time.
The project will follow the lectures -- we will get a menu up and running first, so make sure you do the assignments and pass them in so I can check your understanding as we progress.
C-ya.
Allen
------------------
Allen Moulton from Uechi-ryu Etcetera