Pascal

Moderators: None (Apply to moderate this forum)
Number of threads: 4095
Number of posts: 14004

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Fun programming projects for Pascal Posted by Josh Code on 12 Sept 2008 at 5:40 PM
Do you have an idea for a fun project in Pascal? It doesn't matter if you've worked on it or not.

What kind of project do you think would be educational to a beginner or intermediate user of Pascal?
Report
Re: Fun programming projects for Pascal Posted by Phat Nat on 13 Sept 2008 at 2:53 PM
: Do you have an idea for a fun project in Pascal? It doesn't matter
: if you've worked on it or not.
:
: What kind of project do you think would be educational to a beginner
: or intermediate user of Pascal?

Pick something that interests you and set a goal for yourself. Don't get discouraged because you may never achieve your goal, you always learn alot along the way. If you don't know how to do something, search the net and read as much as you can. Usually if you're persistant you can find enough information out that way and sometimes all you need to do is ask for some help in how to properly use it.

Personally I used to always try building games as that is where my enjoyment lied. I enjoy trying to figure out how things work, so figuring out the make up of save game files intrigued me and along with that I would make save game editors. Some people may prefer to try to make a Text Editor or a Calculator, etc. Best to do what you enjoy.

That being said, you could try designing a calculator that uses both the standard keypad and also has a hilighted button that is able to be moved around with the arrow keys or able to be pressed with the mouse. i think this would be a good starter project. You ould decide to do it either text based or graphically (or text at first, then convert to graphics later).

See what you can come up with,
Phat Nat
Report
Re: Fun programming projects for Pascal Posted by Actor on 13 Sept 2008 at 8:01 PM
: Do you have an idea for a fun project in Pascal? It doesn't matter
: if you've worked on it or not.
:
: What kind of project do you think would be educational to a beginner
: or intermediate user of Pascal?

For a really fun project (IMHO) try writing a text editor without using another text editor. I.e., bootstrap programming. The first step is to use the DOS COPY command to create a the most fundamental editor possible, i.e., one that just lets you enter text, not change it. Then use that editor to add the capability to add new text, delete text and change text.

The editor itself should not be complex. It should be something like EDLIN, a simple line editor that came with earlier versions of DOS. Try Googling EDLIN for the specs on EDLIN.

I actually did this a few years back but, better editors being available of course, I never used it once I got it done.





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.