|
Tried google, but could not find good enough book/tuts on pascal programming language.So what are your recommendations?
thanks.
Started by jcyang on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Pascal....
Turbo Pascal 5.5 Object-Oriented Programming Guide by Borland =>Pascal Programming by B J Holmes
I found several good candidates on Amazon by searching for Pascal on the Internet.
Language by Bill Catambay.
|
|
Hi guys,
I'm using Pascal. I have a problem when dealing with reading file.
I have a file with integer numbers. My pascal to read the file is:
read(input, arr[i]);
if my file content is "1 2 3" then it's good but if it is "1 2 3 " or "1 2 3(enter here...
Answer Snippets (Read the full thread at stackoverflow):
To mention basics like what type of Pascal on what platform you're using in order that people can....
Is a bit rusty (Turbo Pascal v6)
var num : integer; str : string; begin str := '1234'; Val(str, num in Turbo Pascal.
|
|
I have been sharpening the coding knives and getting back into dev. A few years ago, many people mentioned that the Symantec Think Pascal debugger that came on the (classic) Mac was the absolute bee's knees, and that nothing else was like it anywhere....
Started by Damien on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So one, but for now :
Here is....
With Quick C in 1988 (iirc); I never worked with Turbo-Pascal or Turbo-C, so don't know what they had that the Think Pascal debugger was also an interpreter that could execute arbitrary code...
|
Ask your Facebook Friends
|
On Tue, 20 Jan 2009 08:01:51 -0800 (PST), Jim Leonard <MobyGamer@gmail.com
On Jan 19, 3:26 pm, Peter Dassow <z8...@arcor.de
Why are you forced to use TP 3.0?
Started by Jim Leonard on
, 14 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
If you want to try out Turbo Pascal 3.0.
But that's unfortunately not my goal (to compile it in Delphi ...) .
|
|
On Mon, 19 Jan 2009 21:40:26 +0100, Peter Dassow <z80eu@arcor.de
Help wanted...
Have a string function in TP 4.0:
FUNCTION UprCase(s: String): String;
VAR
i: Integer;
BEGIN
FOR i := 1 TO Length(s) DO
IF s[i] IN ['a'..'z'] THEN...
Started by Peter Dassow on
, 17 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
If you want to try out Turbo Pascal 3.0 for DOS, you can download.
To compile it in Delphi ...).
|
|
Posted 15 August 2011 - 14:14
Buna tuturor!
As avea nevoie de niste exercitii Turbo Pascal pentru clsele a 10/9-a, dar nu de pe internet, ci din caietele, sau cartile voastre.
As fi recunoscatoare!
Multumesc anticipat!
This post has been edited by NicoleTheEnd...
Started by NicoleTheEnd on
, 8 posts
by 4 people.
Answer Snippets (Read the full thread at linkmania):
La scoala inca se:
albinutza RO, on 17 August 2....
Suntem in Romania.
Mai bine ai invata C/C++.
Mai bine ai este utilizat Turbo Pascal in liceu.
Posted 17 August 2011 - 04:36
Nu cred ca mai este utilizat Turbo Pascal in liceu.
|
|
On Tue, 18 Nov 2008 02:02:29 +0100, "news.onet.pl" <mat17a@o2.pl
Hey,
i'm searching Turbo Pascal for my Vista 64 bit, because my TP 7.0 don't
running in my Vista. Please,Get hyperlink for TB for 64 bit procesor.
Help
Thanks for answers :)
Started by news.onet.pl on
, 8 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
On Tue, 18 Nov 2008 22:33:40 +0000 (UTC), Marco van de Voort <marcov@stack.nl Pascal, which....
But you can try Free Turbo Pascal FAQ.
I never heard of patches for
Vista.
Turbo Pascal 7.0 is the last version of TP.
|
|
¿turbo pascal 7 problemas? Necesito que me hagan este problema para turbo pascal
DESARROLLE UN PROGRAMA QUE REALICE EL SIGUIENTE TRABAJO, EL PROGRAMA DEBE CAPTURARPOR PANTALLA EL PRODUCTO, LA CANTIDAD VENDIDA, EL COSTO DEL PRODUCTO Y CALCULE EL MONTO ...
Started by jajejira on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at yahoo):
Si no puedes con esos, mejor.
Pascal es un lenguaje sencillo, y además tienes problemas simples...
|
|
On Tue, 3 Nov 2009 05:16:15 -0800 (PST), Sprite Shack <spriteshack8@gmail.com
Hi all!
I've been tinkering with the Virtual II emulator for OSX, and noticed
it emulates a Z80 card. I've acquired a CP/M boot disk image, and
tried creating a disk...
Started by Sprite Shack on
, 14 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
Good luck..
Just boot it, type TURBO and go.
So I'd use the 2nd disk.
|
|
On Thu, 22 Oct 2009 20:32:21 +1100, Stephen Geard <sdgeard@ozemail.com.au
Actually, it was easier than I thought.
I created a folder on my HDD called TPWin and then created within that a
number of subfolders called Disk1, Disk2, etc. And then ...
Started by Stephen Geard on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
On Fri, 23 Oct Salmi's Turbo Pascal FAQ..
Lt;URL:ftp://garbo.uwasa.fi/pc/link/tsfaqp.zip> Timo Salmi's Turbo Pascal FAQ.
|