Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~73.2K People Reached
Favorite Tags
Member Avatar for The Dude

OK -- You take the LAST word of the sentence and make a new sentence. EX: A man lived by the water. The Result: [b]Water[/b] the grass.

Member Avatar for Dani
3
11K
Member Avatar for needs_help

This is a picture game where you post the most funny picture you know. I'll start:[IMG]http://img73.imageshack.us/img73/6923/kamikazewatermelon4ng.png[/IMG]:cheesy:

Member Avatar for Ciara_1
0
878
Member Avatar for Yzk
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 OurNation

Ok this is a game I juast thought of and don't know if its been done before or if it will work well but bare with me. Ok I start by stating a sentence. The next person will change [B]one[/B] word and repost the sentence. The new sentence has to …

Member Avatar for torham
0
14K
Member Avatar for jamshid

Hi dear friends: I am going to post some nice Pascal examples here , i hope it will be useful to you all. I hope you will also post here your good programes : lets start : 1) [code] program operators; uses crt; begin clrscr; writeln(17 div 3); readln; writeln(7 …

Member Avatar for csharpisatechno
0
23K
Member Avatar for reezin14

I have heard of python,yabasic,and perl along with several others and was wondering if anyone could point me in the right direction. I'm not interested in web creation I just want to be able to make a computer or network work better thanxs, Reezin14

Member Avatar for swaira umar
0
579
Member Avatar for Berniceazzopard

Hey i am doing a database of a bueaty salon with pascal. I need to tell the user to enter the date and validate it date but i on managed to get this far can u please help me. I need to validate that february contains 29 days if in …

Member Avatar for jsosnowski
0
107
Member Avatar for needs_help

Hi, I am a dev-pascal program maker that wants to know how to read a line for a limited amount of time. Like for example, if I only wanted to give the user 1 second or 1 milisecond to send in data, how do I do it?

Member Avatar for needs_help
0
92
Member Avatar for needs_help

Hello, I am an experianced dev-pascal programmer who would like to know more functions. If anybody knows any more code than the code up to uses files and text files, please post it here.

Member Avatar for needs_help
0
161
Member Avatar for Erich K

[I]Ok, I didn't see any rules about not posting this. And I searched the forums 3 times to see if anyone else had posted this type of thread, but I did not see anything. If there is already one of these threads, or it is against any rules, please delete …

Member Avatar for Extremist
0
722
Member Avatar for freesoft_2000

Hi everyone, I am trying to learn pascal. The thing is it seems very hard to find books on pascal for beginners especially free ebooks. I tried googling but could not find any. My question is basically does anyone have any good free ebooks on pascal for download. If you …

Member Avatar for radu84
0
289
Member Avatar for Berniceazzopard

how can i validate if a month has 30 or 31 days and febraury havin 29 days if leap yr and 28 if not

Member Avatar for radu84
0
92
Member Avatar for angus1910

why my randomize commond doesn`t work in my pascal program? i used many loops in my program which i put the randomize after the first begin of the program. Is there some one can tell me how to place the randomize command in a complicated pascal program! :rolleyes: THX...........

Member Avatar for Lord Soth
0
323
Member Avatar for needs_help

Can dev-pascal use graphics, sound, and mouseclicks? If so, please tell me where to find how to do it.

Member Avatar for Lord Soth
0
94
Member Avatar for needs_help

Hello, I have been using Dev-Pascal 1.9.2 and I think that an extra unit that lets you access the mouse and use much better graphics. Please post code that can do this.

0
77
Member Avatar for secret

Hi Dani, i am a computer programming student learning the Pascal language. I wish to ask for your help in furnishing me with two pascal games which i can study and and improve on, or probably writing my own codes. I like the pseudocode for the games and the procedure …

Member Avatar for JJarvis
0
353
Member Avatar for jnadel

Hello, I am just starting with Pascal. It seems pretty easy overall. I feel so stupid asking this :lol: , but I forgot how to change the BackGround and Font/Text color. I know the color choices, just need to know what to type. :cheesy: Thank you so much to anyone …

Member Avatar for needs_help
0
162
Member Avatar for LawnGnomeNinja

I do not want the full program, as you all know because of the rules. What I do need though is a place to start because I have no idea what I need to do. I'll post the problem. For the purpose of this program, a widget is a fictitious …

Member Avatar for needs_help
0
109
Member Avatar for sportsnut941

program AreaofRectangleOrTriangle; uses WinCrt; var Base, Height, RectOrTrian, Area, CharUserInput: Char; Begin (*Enter R or T*); Writeln('Enter R for Rectangle or T for Triangle'); Readln(CharUserInput); (*Enter Base and Height*); Writeln('Enter Base '); Readln(Base); Writeln('Enter Height '); Readln(Height); (*Give case statement and formulas*); if (CharUserInput = 'R') or (CharUserInput = 'r') …

Member Avatar for needs_help
0
82
Member Avatar for Wavanova

Ok, i just started using pascal, since I went to a college open evening, and they told me in the first year of the course I wish to study, i would be learning pascal. This is not a homework assignment of any kind, this is just me messing around with …

Member Avatar for codewritinfool
0
134
Member Avatar for needs_help

If you want to learn how computers "think" then lisp or clisp is your best bet. For pascal, an example with footnotes: [code] program learn; {this program generates random problems} uses crt; {this is put here to unlock 3 new funtions} var a,b,c,d,e,f,right: integer; {this is the variable section} label …

0
68
Member Avatar for needs_help

Hi, I have a game which some people tell me is good, but I think needs more ideas. Please list some good ideas so that the game can become better. I don't need simplification. Here is the game: [code] program weee (input,output,save); uses crt; type a31415=array [1..10,1..10] of integer; var …

0
91