Geometry.Net - the online learning center
Home  - Basic_P - Pascal Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 147    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Pascal Programming:     more books (100)
  1. Pascal Programming and Problem Solving (4th Edition) by Sanford Leestma, Larry Nyhoff, 1993-02-08
  2. Learn Pascal in Three Days by Sam Abolrous, 2001-04-15
  3. Turbo Pascal 7.0 (4th Edition) by Walter J. Savitch, 1993-03
  4. Programming in Pascal by Peter Grogono, 1984-02
  5. Schaum's Outline of Programming with Pascal by Byron S. Gottfried, 1994-01-01
  6. Pascal User Manual and Report: ISO Pascal Standard by Kathleen Jensen, Niklaus Wirth, 1991-09-24
  7. Programming with Macintosh PASCAL by Richard A. Rink, etc., 1988-10-01
  8. Pascal Programming - A First Course by Noel Kalicharan, 2008-08-11
  9. The pocket guide to Pascal by Joe Dorward, 1995-09-11
  10. Fundamentals of Pascal: Understanding Programming and Problem Solving by Douglas W. Nance, 1997-04
  11. Turbo Pascal: Theory and Practice of Good Programming by Gary W. Martin, 1995-06-08
  12. File Structures Using Pascal (The Benjamin/Cummings Series in Computer Science) by Nancy E. Miller, 1987-01
  13. Learn Pascal by Sam Abolrous, 2000-03-25
  14. Pascal Programming For CXC by Noel Kalicharan, 2008-09-27

1. Delphi And Pascal Programming Tutorials Table Of Contents
Access free Delphi tutorials ranging from skill levels one to six. Also find useful information on debugging. Delphi and pascal programming Tutorials. This site offers writeups of how to do specific things in Delphi or Pascal.
http://ourworld.compuserve.com/homepages/TK_Boyd/Tut.htm
HOME Other material for programmers
Delphi and Pascal Programming Tutorials
This site offers write-ups of how to do specific things in Delphi or Pascal. Feel free to use them in programming courses, but a credit of the source would be appreciated. Speaking of which... the following was a great help to my own programming: 'Borland Delphi How-To', from the Waite Group, by Frerking, Wallace and Niddery, ISBN 1-57169-019-0. Its approach suited my needs, and helped inspire the form of these tutorials: Most are a self-contained explanations of how to accomplish a specific task, or use a particular component of the language. There are more notes at the bottom of the page about other offerings, my editorial philosophy, a button to email me, and a search engine to help you find things in my site. The 'How To...' items at the bottom of the menus for some levels will take you to information on specific little odds and ends. Please click here to help this site get publicity
Table of Contents, Delphi and Pascal Tutorials:
Delphi.....

2. PASCAL PROGRAMMING
Brian Brown and Peter Henry Pascal tutorial.Category Computers Programming Languages Pascal Tutorials......pascal programming Last modified 19th March 97. Best viewed in 800x600resolution. Main Page. Visitors Topic Areas Introduction;
http://www.geocities.com/SiliconValley/Horizon/5444/pstart.htm
Pascal Programming
Last modified 19th March 97. Best viewed in 800x600 resolution.
Visitors:
Topic Areas

3. Pascal Bookmark - Pascal Programming Resources
Learn Books (11) FAQs (5) Information (14) Tutorials (19) Tools Compilers (24) Turbo Vision (6) Utilities (4) Programming Games (48) Graphics (56) Sound (11) Text / screen (16) Communications (10) Numeric (23) AI (2) Files (16) Hardware (17)
http://www.vb-bookmark.com/vbPascal.html
HOME MESSAGE BOARDS NEWS Search VB Links VBA Files Catalog VBScript ... Jobs A Great Book! Books about:
Pascal programming
Buy Software! Top software: Compilers FAQ Source code Tutorials User Group, Forums See also: Delphi Borland's Pascal page Magazine
Subscribe, Risk FREE: Dr._Dobb's_Journal Subscribe: 100% Risk FREE
Web Hosting Just a $200
One Time Fee!
No Monthly Fees!
Unlimited Subdomains
From $19.95/month
Hosting.com
Education Need money for college ?
Search over 1 million scholarships
Entertainment Rent DVD s Online:
FREE Trial
Send a Gift
To a Professional
For Her For Him Official Borland's Pascal programming home page. About.com's guide to Pascal programming THE starting place for exploring Pascal Programming, from your About.com Guide . Find / learn / share with the guide who knows all about Pascal programming. Pascal Central "Devoted to Pascal in general and Macintosh in particular. "The intent of Pascal Central is to provide the pascal community one place to obtain Pascal technical information, Pascal source code, and Pascal-related internet links..."

4. Programmers Heaven - Pascal Programming Zone
Sourcecode, articles and discussionboards.
http://www.programmersheaven.com/zone24/
Username:
Password:
Auto-login

Register

Why register?

Forgot Password?
...
Advanced Search

E-mail:
More information
Current area: HOME
Pascal zone
Pascal Programming Development tools Messageboards Delphi programming Pascal programming Did you know that...
You can customize Programmers Heaven to your liking here ANN: Pascal Analyzer 2.1 released Pascal Analyzer 2.0 released Pascal Analyzer 1.4 released ... Add your own News Selected book Learn Pascal in Three Days Latest users diehard saury Mumajer mstechca Latest resources FastGEO - "The Fastest Geometrical Routines In The Universe" Is a library that contains a wide range of very highly optimized and fast vector based geometrical algorithms and routines for many different types... Location: Pascal Sourcecode Mathematics Location: Pascal Sourcecode Libraries Pascal Programming It's all about pascal programming! Help yourself in searching through the website and learn various new things in pascal programming! Downloads, so... Location: Pascal Links Various links Roby's Programming Tutorial Programming tutorials for Pascal, C/C++, Assembly (x86 only). Covering from beginner to advanced. Download modules are available for offline viewin... Location: Pascal Links Homepages Free Pascal Win32 Helper for FPWin 1.0

5. The Pascal Programming Language
The Pascal Language Page The pascal programming language was originally developed by Niklaus Wirth, a member of the International Federation of Information Processing (IFIP) Working Group 2.1.
http://www.engin.umd.umich.edu/CIS/course.des/cis400/pascal/pascal.html
The Pascal Language Page
Click below to go directly to a specific section:
History Significant Language Features Areas of Application Sample Programs ... Acknowledgements
History
Significant Language Features
Pascal contains some significant language features that allow it to used as a powerful learning tool in introducing structured programming techniques to students :
  • Built in Data Types - Pascal contains it's own built in data types of Integer, Real, Character, and Boolean. User defined Data Types - Has the ability to define scalar types as well as subranges of those data types. Provides a defined set of Data Sturctures - These data structures include Arrays, Records, Files and Sets. Has a strong data typing element - Pascal compliers can diagnose an incompatible assignment of one type to a variable to another type. Supports Structured Programming - This is accomplished through the use of subprograms called procedures and functions. Simplicity and Expressivity - Because the language is simple and expressive in nature it allows for effective teaching of computer programming techniques.
Areas of Application
The Prime area of application that Pascal entails is the learning environment. This language was not really developed to be used for anything other than teaching students the basics of programming, after all it was originally developed for this purpose. In the early 1970's to the early 1990's Pascal was the language of choice for most major colleges and universities for teaching college level programming techniques. Now with the growing popularity of Object Orient Programming Pascal has taken a back seat to other languages such as C++ and Visual Basic.

6. Pascal Programming
(Pascal)Programming Links to other (Pascal) programming pages. Tools and bugfixes
http://www.gwdg.de/~uconrad1/programe.htm
Programming
Auch in deutscher Sprache vorhanden On this page you can find links to other web sites with interesting stuff for programmers. The so far available example source codes has all been move to the Coder's Knowledge Base which provides a huge source code archive. Please check it out!
Tools and bugfixes Links to other (Pascal) programming pages
Tools and bugfixes
BPW cursor blink rate restaurator for Windows 95
If you're running the Borland IDE under Windows 95 you will get the effect that the blink rate of the cursor is set to maximum after starting a compiled program or a tool. The blink rate restaurator fixes this bug while running invisble in the background by restoring the old rate. This application was written by Frank Meyer as Public Domain, the source code is included.
  • Download of BPWCUR.ZIP

  • Turbo Debugger under Windows 95
    The Turbo Debugger displays a message "Can't load TDWIN.DLL" under Windows 95 (even if the file is present). Borlands patch solves this problem and make sure that the Debugger can be started.
  • Download of TDSVGA.ZIP
  • 7. Pascal Programming
    pascal programming. Notice Some of the following archives are very big.Please write me an email if an error occured
    http://www.ping.de/sites/systemcoder/pascalpr.htm
    Pascal programming
    Notice: Some of the following archives are very big.Please write me an e-mail if an error occured while downloading.I haven`t tested all links!!!
    Download complete Pascal Index (31919 Byte)
    CS.US.ES FTP Server (graphic stuff):
    Info: If you want to find more good stuff,search the server yourself! You find more...
    1svga.zip Pascal SVGA Utilities und Source Code

    burn.zip Fire Routine in Pascal

    burn11.zip Fire Routine(ASM/Pascal)

    cplasma.zip Plasma Routine
    ...
    vgascrol.zip 640x400 image/link scrolling
    Turbo Pascal Simtel Archive:
    3dlib30a.zip 3D animation lib for TP/BP/TPW/C++, Core, 1of2
    3dlib30b.zip 3D animation lib for TP/BP/TPW/C++, Tools,2of2

    3dterp10.zip PASTERP-based 3D animation program

    amouse55.zip TurboPas5.5 Microsoft mouse unit (source only)
    ...
    zip2obj.zip Imploded .ZIP -> .OBJ -> Turbo Pascal explode
    Dracos.Net source code material:
    An interested archive.Visit this server.I think there are other interested programming links. Visit dracos.net racefx.zip Source of an uncompleted racing game. frace10.zip Uncompleted project in CS.Also a racing game. ra_gfx.pas A VGA Unit to use sprites made with SPRITEFX.PAS ... sounds.pas A group of sound FXs.
    x2ftp server PASCAL related stuff:
    Info: This is a very big archive.Move to this server if you want to find more interesting stuff...Programmers of other languages should also take a look here.Some of the programs listed here are coded in PASCAL,C,ASM...

    8. Pascal Programming: Contents
    An extensive tutorial. Covers many advanced topics such as sets, linked lists, and strings.Category Computers Programming Languages Pascal Tutorials......pascal programming OnLine Notes © Copyright Brian Brown/Peter Henry,19881999. All rights reserved. Notes Tests Home Page
    http://www.xploiter.com/mirrors/pascal/pstart.htm
    Pascal Programming OnLine Notes
    Notes
    Tests Home Page Topic Areas CD-ROM , may host the files locally on your own network and print them out for student use or reference.

    9. Khaan's Place - Turbo Pascal Programming
    Learn the basics of the pascal programming language. By Anders Gardebring.Category Computers Programming Languages Pascal Tutorials......Hmmm Your browser is kinda old Get a new one!
    http://www.algonet.se/~khaan/tutor/
    Hmmm... Your browser is kinda old...
    Get a new one!

    10. Pascal Programming
    Tutorial, source codes.Category Computers Programming Languages Pascal Personal Pages......pascal programming.
    http://pages.intnet.mu/jhbpage/program/pascal/pascal.htm

    11. Pascal Programming Home Page
    pascal programming v2.0. © Copyright Brian Brown/Peter Henry, 19881999.
    http://www.xploiter.com/mirrors/pascal
    Pascal Programming v2.0
    Notes
    Tests This self paced learning module on Pascal Programming includes all the information you need to learn how to program in Pascal quickly and effectively. Resources
    Files are Local (*.nz) or Remote (US) [ Note : As these links are outside our control, we assume no responsibility for their availability or content]. Getting Started: What you need to program in Pascal
    Free Pascal Compiler for DOS/Win, Linux and OS/2

    12. Programming Links
    This site offers a directory of programming tutorials, articles, tips, and FAQs.Category Computers Programming Internet Directories...... Basic pascal programming Borland Khaan's Place Pascal Bookmark Pascal Central PascalProgramming pascal programming Home Page Pascal Starting Page Sigmapascal
    http://www.geocities.com/progsharehouse/
    PROGRAMMING LINKS

    13. Pascal Programming Home Page
    pascal programming v2.0 © Copyright Brian Brown/Peter Henry, 19881999.All rights reserved. Notes Tests. This self paced learning
    http://www.xploiter.com/mirrors/pascal/default.htm
    Pascal Programming v2.0
    Notes
    Tests This self paced learning module on Pascal Programming includes all the information you need to learn how to program in Pascal quickly and effectively. Resources
    Files are Local (*.nz) or Remote (US) [ Note : As these links are outside our control, we assume no responsibility for their availability or content]. Getting Started: What you need to program in Pascal
    Free Pascal Compiler for DOS/Win, Linux and OS/2

    14. Pascal Central
    Features a beginner's guide to pascal programming. Includes source codes, chat and help forums, and related links. Programming. What's New? Learn Pascal. Help! Page. Source Codes. Pascal Links
    http://www.pascal-central.com/

    15. About Search - Find It Now!
    Pascal Central Created as a central pointof-reference for the pascal programmingcommunity, this service offers news, source code, articles and forums.
    http://search.about.com/fullsearch.htm?terms=pascal&IAM=URL_pascal

    16. Khaan's Place - Turbo Pascal Programming
    Source code, tutorial, chat room, help page, and links to pages about Turbo Pascal.Category Computers Programming Languages Pascal......Khaan's Place Turbo pascal programming Hmmm Your browser is FARto old To view this site you need at least Netscape 2.0 and
    http://www.algonet.se/~khaan/
    Khaan's Place
    Turbo Pascal programming
    Hmmm... Your browser is FAR to old...
    and version 3.0 is highly recomended!
    Please note that you will also need a minimum resolution
    of 800x600 pixels to view the page.
    Get a new browser here! (No.. really, you really need a new one)

    Anders Gardebring

    17. Www.simtel.net: MS-DOS // Borland Turbo Pascal Programming Language
    Pascel sources for Windows 95/98, Windows 3.x and MS-DOS.Category Computers Programming Languages Pascal Source Code...... MSDOS // Borland Turbo pascal programming language. Click Here, Click on (CD)to order on CD. pastut34.zip, (CD), Turbo Pascal Tutor TP programming tutor.
    http://www.simtel.net/pub/msdos/turbopas/
    @import url(/simtel.css); Search Simtel Home
    Spotlights

    Doc's Picks

    News Letter Signup
    ...
    Handy Backup

    Translate into
    Spanish Portuguese French German Italian Japanese Korean
    Select a website
    mirror:
    USA Hungary Poland
    Welcome to Simtel.Net - A worldwide distribution network for Shareware, Freeware, and Public Domain software. Click Below to Browse Our File Collection
    MS-DOS // Borland Turbo Pascal programming language
    var defaultAd = ''; var freqDays = 1; var freq = 1; var bsid = '18502'; var bsads = '7'; var bsloc = '1462494983'; var bswx = 720; var bshx = 300; var s = bswx + 'x' + bshx; var c = '916'; var cb = '2' Click on (CD) to order on CD. Click here for more information. Click on ( ) purchase/register a program. 3dlib30a.zip (CD) 3D animation lib for TP/BP/TPW/C++, Core, 1of2 3dlib30b.zip (CD) 3D animation lib for TP/BP/TPW/C++, Tools,2of2 3dterp10.zip (CD) PASTERP-based 3D animation program amouse55.zip (CD) TurboPas5.5 Microsoft mouse unit (source only) anivga12.zip (CD) VGA sprite animation unit for TP >=6.0, v1.2 ansicrt.zip

    18. Pascal-L Mailing List
    World pascal programming mailing list
    http://www.mingus.hpg.com.br/pascall/
    Mingo's HomePage http://pascall.mingus.cjb.net/
    World Pascal Programming Mailing List Pascal-L Mailing List
    • This mailing list is about programming on any Pascal compilers, for people around the world!
    • English is the primary language used in this list.
    • If possible, visit my main homepage
    • Invite your Pascal programmers friends!
    • You can join this list by going to the following web page:
      http://groups.yahoo.com/group/pascal-l/join

    • Or directly:
      Subscribe to pascal-l Powered by groups.yahoo.com
    • Addresses:
      Post message: pascal-l@yahoogroups.com Subscribe: pascal-l-subscribe@yahoogroups.com Unsubscribe: pascal-l-unsubscribe@yahoogroups.com List owner: pascal-l-owner@yahoogroups.com Yahoo URL: http://groups.yahoo.com/group/pascal-l
    Home by MINGO

    19. Pascal Bookmark - Pascal Programming Tutorials & Beginners Guides
    Learn Pascal language now! This is a complete list of available introduction pagesand online beginners guides to pascal programming. pascal programming v2.0,
    http://www.vb-bookmark.com/PascalTutorial.html
    HOME MESSAGE BOARDS NEWS Search VB Links VBA Files Catalog VBScript ... Jobs A Great Book! Books about:
    Pascal guide
    Buy Software! Top software: Compilers FAQ Source code Tutorials User Group, Forums Pascal Programming v2.0 Magazine
    Subscribe,_Risk_FREE: Subscribe: 100% Risk FREE
    Web Hosting Just a $200
    One Time Fee!
    No Monthly Fees!
    Unlimited Subdomains
    From $19.95/month
    Hosting.com
    Education Need money for college ?
    Search over 1 million scholarships
    Entertainment Rent DVD s Online:
    FREE Trial
    Send a Gift
    To a Professional
    For Her For Him "This self paced learning module on Pascal Programming includes all the information you need to learn how to program in Pascal quickly and effectively..." Includes tests, sample code, examples and answers. Learn Pascal Page "At this page you can learn the basics of the pascal programming language. I will assume that you have a basic computer knowledge in DOS-enviroment..."

    20. Sigmapascal - The Ultimative Website On Pascal Programming
    Discussion boards, compiler reviews, downloads, books, and links.Category Computers Programming Languages Pascal...... This page is the home page of the Pascal Newsletter, a free, email newsletterabout Pascal, sent to anyone who subscribes absolutely free.
    http://sigmanet.hypermart.net/
    Main Discussion Compilers Downloads ... e-mail
    NEWS 29th June 1999.: Sigmapascal is back ! Hi, this is Peter Radics - the webmaster. We've decided to put back Sigmapascal and keep it running. You may see some errors now, but we are hardly working to keep the site up, and updated. Start on 1st July X-Finder, Pascal LE, TPNL may currently be not, but the Discussions section is working !
    Since SWAG is stopped, there has been a major need of a big Pascal source archive. The largest collection of categorized Pascal (and other languages) sources is available at the Coder's Knowledge Base !
    http://www.netalive.org/ckb
    click here to make Sigmapascal your start page
    VOTE: This time we ask: Have you updated? or are you still using Turbo Pascal ? If you are first time here ...
    Then Welcome again . This page is the home page of the Pascal Newsletter, a free, e-mail newsletter about Pascal, sent to anyone who subscribes absolutely free. For details, see the Newsletter tab on the left.
    Our page is made for the users of any Pascal compiler. We would like to help all the programmers, beginners, intermediates and professionals, also. You can navigate on this website using the Navigation Bar (on the left). You can always come back here, using the Main tab . Under the Downloads section you'll find source codes of programs and units, tutorials, compilers, and miscallenous utilites and texts. Discussion is a free and easy to use Discussion Forum which lets you ask any questions about Pascal and the visitors of this page, will try to help you. The Newsletter page is about the Pascal Newsletter . X-Finder is a search-engine ONLY for Pascal related websites. The Links section contains links to other pages about Pascal. Do not forget to subscribe our newsletter ! Please be patient with the ads, they help me maintain this site and keep the newsletter free. Thanks !

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 1     1-20 of 147    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

    free hit counter