Sign Guestbook
View Guestbook
Invite Your Friends
Website Awards
Message Forum
Source Codes
Downloads
Links
About Me
 
     
Lesson 1 - The first few steps in Pascal Programming
Lesson 2 - Variables, Constants and the Assignment  Statement
Lesson 3 - Special Functions: ClrScr(), GotoXy(), etc...
Lesson 4 - Program Control
Lesson 5 - The CASE-OF Statement
Lesson 6 - Logical Operators and Boolean Expressions
Lesson 7 - Procedures and Functions
Lesson 8 - BGI Graphics
Lesson 9 - File Handling
Lesson 10 - Arrays
Lesson 11 - Record Data Structure
Lesson 12 - Strings

Add this site to your Favourites

   



 

 

The idea of this section is to provide you with various articles concerning subjects that haven't been covered in the lessons. The articles sections is intended for those who have the required basic knowledge of programming in Pascal.

For instance, sorting is a common technique used inevitably in many programs which would like to sort a list of data items in either ascending or descending order. Also, linked lists and stacks and similar data structures are of outmost importance and is necessary to cover them out since they are used quite often. Such data structures are very useful utilities which enlighten your programming skills. These will be covered for you in as general application as possible, so that you may use them in any of your programs and practice them for your applications.

Feel free to go through the following articles and try them yourself and manipulate them in your own way.

Article # Article Title
1. Sorting
2. The Stack Data Structure
3. Pointers
4. Linked Lists
5. Recursion
6. Object Oriented Programming - Part 1

[HOME][LESSON INDEX][FORUM][ABOUT ME][INVITE A FRIEND]

mail to: [email protected]

Last modified: August 2005

© Victor John Saliba 2006
| Privacy Statement | Disclaimer | Contact Us |
 
 
 
www.pascal-programming.info © Victor John Saliba 2006