Pascal
Pascal is an influential imperative and procedural programming language, intended to encourage good programming practices using so called structured programming and data structuring.
Application
Security
Remove
Platform
Any
License
Any
i did mine like this :
Function GetNewPhrase : String;
Var
PhraseOK : Boolean;
ThisNewPhrase : String;
Begin
Repeat
Write('Key in new phrase ...(letters and any...
i did mine like this :
Function GetNewPhrase : String;
Var
PhraseOK : Boolean;
ThisNewPhrase : String;
Begin
Repeat
Write('Key in new phrase ...(letters and any...
hey all
I have a sentence being read in called "sent01" but at the moment it can be any form of characters what would be the validation for only entering capitals and spaces and return a error...
: : : : I think the Crenshaw tutorials http://compilers.iecc.com/crenshaw/ would be a good start. They will show you some of the complexity of a compiler.
: : : :
: : : : If you keep it simple it...
If your program running in linux similar to linux command line or shell, there is one (and only one ) way that i know is using shell_exec ( string cmd ) or system(string cmd) function to help it...
: Is there a way to use blogger API to manage blogs from blogspot.com ?
: I've tried ActiveX component from tortuga but it cannot retrieve posts and i tried to use code from bloggerBuddy but on BDS...
: : Hi, does anyone know of any sort of decompiler that works with pascal, I heard it was really difficult to decompile a pascal program, but I have a lot of .exe files and I would love to view the...
: Hi, does anyone know of any sort of decompiler that works with pascal, I heard it was really difficult to decompile a pascal program, but I have a lot of .exe files and I would love to view the...
Hi, does anyone know of any sort of decompiler that works with pascal, I heard it was really difficult to decompile a pascal program, but I have a lot of .exe files and I would love to view the...
: I'd like to know where I can get a Pascal decompiler for DOS. Now before you tell me that a Pascal decompiler is impossible, I'd like to get a few things straight. I know that it's impossible to...
I'd like to know where I can get a Pascal decompiler for DOS. Now before you tell me that a Pascal decompiler is impossible, I'd like to get a few things straight. I know that it's impossible to...
Dears,I have a projrct for an old instrument driver under DOS,and I try to develope a driver for it in Windows,but I need to convert a binary file to a C(or Pascal or Basic or any other high level...
: : How cah I disassemble the programm made in Pascal but converted to .exe
: : Thanks!
: :
: You cannot disassemble a Pascal source code,...
: Hi,
:
: Is there a way in Quick Pascal that I can perform operations on HUGE hex numbers.
:
: I ask because I want to do some RSA decryption with very long number (64 Bytes).
:
: Is there...
Hi,
Is there a way in Quick Pascal that I can perform operations on HUGE hex numbers.
I ask because I want to do some RSA decryption with very long number (64 Bytes).
Is there anyway I can...
Hello,
I have a .exe file created a few years back from Pascal code. By mistake the source code got deleted. Is there any way to recover the source code from the exe ? Thanks in anticipation...
: I have to complete an assigment in Pascal which is basically a wages program for output in which each record field is validated according to type, size etc...for any field that fails the...
: I have to complete an assigment in Pascal which is basically a wages program for output in which each record field is validated according to type, size etc...for any field that fails the...
I have to complete an assigment in Pascal which is basically a wages program for output in which each record field is validated according to type, size etc...for any field that fails the validation...
: yeah, sourcer was/is one of the greatest disassemblers
:
: btw, there are decompilers for java. but who is interested in such a beast...?
:
:
Not only java, there are decompilers for VB...