Posts
 
Reputation
Joined
Last Seen
Ranked #300
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
93% Quality Score
Upvotes Received
55
Posts with Upvotes
53
Upvoting Members
25
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
26 Commented Posts
~127.29K People Reached
About Me

Just living in hungary.Teaching myself in pascal. I have time to programming when I'm going to home,cause my job is not a good place for that. Don't forget that if you ask something on the forum and you got the right answer then [b] mark as solved !![/b]

Interests
I like my pc.I'm learning pascal,and sometimes reading delphi
PC Specs
p4 processor intel 3000Mhz/2Mb cash 64/32bit (prescott) pentium 2048 Mb 667 Mhz ram MoterBoard:MSI945pneo2…
Member Avatar for killhha

ok i dont really know how to explain this but... c:=readkey; case (c) of #13:Halt; #27:goto menu else goto quit; as you can see above if you press Esc(which is 13) the program quits and if you press Enter(which is 27) it gos to the menu. I want to know …

Member Avatar for RandomGuy2606
0
1K
Member Avatar for FlamingClaw

Our text file contains 10 words,and located in C:\ drive,we will read this data into an array and write out the results to the screen Created by FlamingClaw 2009.04.26.

Member Avatar for gurisa
1
3K
Member Avatar for cp3mvp

hi is there anyone who can help me to create a game program in pascal hoping that one of you can help me please even a simple calculator coz i really dont know how to create

Member Avatar for DonnSchwartz
0
468
Member Avatar for hanchiu

I've been following another thread, which was marked solved for this problem, but the solution described was not explained well enough for me to understand and implement it. Basically when you double click on a jpg file on the desktop the Windows Picture and Fax Viewer will open briefly and …

Member Avatar for jpeek345
0
967
Member Avatar for turbomen

Code a decision using an IF, THEN, ELSE statement (2 branch decision) Code a one branch decision using a null else statement The following is my answer: [CODE] program Negatives; {$APPTYPE CONSOLE} uses SysUtils, ourcrt; var balance, posNeg:integer; begin randomize; writeln ('Generating your bank balance'); writeln ('Please wait .....'); sleep …

Member Avatar for htir
0
202
Member Avatar for Scottie_uk

I am a mainly Java and VB programmer. However, I am writing a program that generates computer code in various languages. One of these is Pascal. What I am asking is simple. To detemine the size of an array in Java and VB I would enter: [code] anArray.length[/code] What is …

Member Avatar for Smileydog
0
5K
Member Avatar for cubicbox

Hi everyone, I'm now nearly finished with my project which tells us to write a PASCAL program for entering the information of the employees. However, I came across a BIG problem is that I've got no idea on how to edit records in the text files or delete unwanted data …

Member Avatar for pritaeas
0
3K
Member Avatar for Jiggle

Hi guys, new to this region of the forums. I recently converted from Windows 7 to Ubuntu 11.04 - and an having a nightmare of a time getting free pascal to work. Lazarus is really not looking like a good option at the moment - I would be much happier …

Member Avatar for wpeckham
0
109
Member Avatar for FlamingClaw
Member Avatar for Morten Brendefu
0
244
Member Avatar for bogut

The question is as follows: How long – number of steps -- does it take a drunken ant to fall off the edge of a square table if it starts in the middle? Perform a simulation to find out. Imagine an ant in the middle of a table with, say, …

Member Avatar for FlamingClaw
0
180
Member Avatar for cello2010

Please help me!! I just bought a net book a few months ago and <i get that error <Windows root>\system32\hal.dll. when I turn it on...I do not a disk or anything for it...If you can help me PLEASE e-mail me at[I] <<snip>>[/I] THANKS!!

Member Avatar for anu07
-2
159
Member Avatar for murpeg

When I get an e-mail with an attach picture, I double click on the attachment and get the following error message "This application has failed to start because UXCore.dll was not found. Re-installing the application may fix the problem." Then I click OK and get "Error loading C:\Program Files\Windows Live\Photo …

Member Avatar for patriciabigelow
0
316
Member Avatar for pen2satya

[B]Windows XP[/B] is installed into [COLOR="Red"]C [/COLOR]drive. later i installed [B]Windows Server 2003[/B] in [COLOR="Red"]D[/COLOR] drive. While installing some S/W into Server 2003 it is corrupted.So i tried to overwrite or upgrade the same Server 2003 on D drive. But it is showing error as can't upgrade. I can't format …

Member Avatar for gerbil
0
262
Member Avatar for JavaBean
Member Avatar for josh48

I've written some code below and I can't get it to compile. I think I have my While and If in the wrong place. Any help is greatly appreciated! Here is the structured english: [CODE]PlayerOneScore <- 0 PlayerTwoScore <- 0 OUTPUT ‘How many balls do you wish to face?’ INPUT …

Member Avatar for TrustyTony
0
118
Member Avatar for NicAx64

Hi , I hate the hard copy versions of the Books. Those books are really weight than me . I get hard time in carrying them. what I need is CHM or PDF or djvu , html or txt ebooks. where I can transaction (pay money and download ) those …

Member Avatar for smithjackson
0
110
Member Avatar for killhha

I have been using Pascal for around 3-5 months now. I still haven't figured out how to return random answers. for instance there are 5 integers: var a,b,c,d,e : integer; and now the computer will tell you a random integer like: writeln(c); this is just an example of course because …

Member Avatar for pritaeas
0
4K
Member Avatar for FlamingClaw
Member Avatar for thusarix

the title it's self explanatory i am using freepascal with the Lazarus IDE and this is quite a challenge for a noob like me so please the code with some explanation

Member Avatar for dhee.outsider
0
1K
Member Avatar for ltp_lonestar

Well, I recently acquired Delphi for no apparent reason /shrug. And since I'm about to start learning a new programming language (haven't decided which one), I was wondering in Delphi uses Pascal. And if so, what can be done with Delphi/Pascal. What are some good resources for Pascal/Delphi. Online references …

Member Avatar for madtm
0
247
Member Avatar for Helltech
Member Avatar for ojhajasbir
0
338
Member Avatar for mrs.r

Hey can someone please tell me what kind of variables i should use when making a class mark program ? thanks :)

Member Avatar for mrs.r
0
144
Member Avatar for killhha

iv seen the line 'halt' in some pascal programs after readkey or readln. what does halt do exactly?

Member Avatar for Turtle85
0
292
Member Avatar for FlamingClaw
Member Avatar for older3

I need to make a program, where must be function. I need to great 4*4 array and that array should be filled with random integers between 0-100. Function of the two 4x4 arrays can be provided and return it to the array, which has the largest sum. And then i …

Member Avatar for est69dog
-1
83
Member Avatar for jodhy
Member Avatar for FlamingClaw
0
151
Member Avatar for Turtle85

I really need help in trying to understand what the "dat:table" is in this procedure, and how to translate it to Java. procedure Taylor(var dat: table ; cd: integer; h: real); begin for i:=2 to cd + 1 do begin dat[i,1] := dat[i,1] + (i-1)*h; x := dat[i-1,1]; y := …

Member Avatar for FlamingClaw
0
95
Member Avatar for Lefty_AU

Hi Guys, Ive been trying to write an app to receive exports of songnames from a broadcast automation system it receives the export via TCP/IP for the most part it works however I cannot get it to rotate songnames around in an array [CODE] var export:array[1..175] of char; songs:array[1..8] of …

Member Avatar for FlamingClaw
0
95
Member Avatar for Simon180

how would i go about spliting a string that is stored in a StringList ? information in string looks like this: Name RanK now i need to split them so i can use a funcation like this data[0] for Name and data[1] for rank can sumone help me please? thanks

Member Avatar for FlamingClaw
0
210
Member Avatar for extemer

i got a problem wana display my String but it doesnt work here is my code i dont understand why it doesnt print me anything..... [code]class StringDemo { public static void main(String[] args) { String s1,s2,s3,output; s1=new String("hello"); s2=new String("hello guys"); s3=new String("happy birthday"); output="s1 = " +s1+ "\ns2 = …

Member Avatar for extemer
0
106