Hey everybody, Im using the borland pascal 7.0 compiler.Now i am bothered with this procedure that doesn't do what it's supposed to.It's been about 4 years ...
... Hi All, I'm new here, but .... Ok. I don't know, but what are a and b?? I think, you must a and b to declare? and I think, you must that so ... ...
... Uuups, i have not seen. It's a Procedure!! Sorry. -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr...
Hey Kevin , Thanks for the help.I had figured out what caused the bad behavior.The second argument that was passed to the conversion function was in improper...
Any game programmers among us? Send me your games, i'd like to see what you all have come up with, first person shooters, space games, anything! Lets see...
... http://anonymusftc.tk click on ENTER ;) and then LUL you can download the program ... 3.12 is latest version! ... Well, its a labyrinth game with the worst...
i really don't know why my attachment file is being blocked. so here's the source code i'm trying to share. program Snake; uses crt; const UpArrow = #72;...
Dear Isaac, I think the group moderator has to agree to attachments being allowed, or some such. I tried your prog, and it is quite fun. Years ago, I was...
I see that all the leading spaces have been removed! So much for indentation! I should have poked the "Preview" option. If anyone wants an unmessed source...
I was just writing the full program, and then, I tought that this might be an school exercise. In the case of an school exercise, you are meant to do this...
Look for the pattern: There are successive lines of output, so you need a loop that produces each line. Each line shows a sequence of numbers, so you need some...
it is a school excersice.. and i think i had a week trying to do something and couldnt.. the last thing was this yahoo group to help!! i think i need to do ...
Here : var Number ,i,j : integer; begin readln(Number); for i:= 1 to Number do begin for j:= 1 to i do begin write(j); end; writeln; end; readln; end. Was it...
it didnt work! ... Here : var Number ,i,j : integer; begin readln(Number); for i:= 1 to Number do begin for j:= 1 to i do begin write(j); end; writeln; end; ...
Dear Jason, Specific details are important! Is there a syntax error complaint from the compiler? (Be careful in distinguishing 1 the digit from l the letter,...
Well that is very funny since I have compiled it before I posted it, and it worked perfectly! ... __________________________________________________ Do you...
Sure it does. Except that you have to put a space between the numbers. Time for you to start doing at least some of the work!! Regards, David Smart SmartWare...
1. guys, how do you deal with the error 200 of TP7 that appears in modern (or fast) computers. personally, i use the crt replacement that can be downloaded...
... I mostly use the replacement from my site http://www.unclero.tk And otherwise, I use Delphi.. ... Delphi cannot be compared to VB.. It is something about...
... No, it is not. ... I am really very surprised at that. Delphi has a lot of advantages but functionality over Vb is not one of them. and dates from an ... ...
Dear Isaac, I downloaded t7tplfix.zip and applied the patch, and have not had any trouble since. Previously, the prog. would generate error 200 sometimes, and...
I think Visual basic is much better than Delphi, Borland itself said that .NET technology (vb is part of it) is the future for windows development and I think...