Business
Forum Post

Re: Simple task drives me crazy

Thank you very much. There are a lot of new for me in your solution. It will take time to investigate. Merry Christmas :)
Forum Post

keyboard program

hi to all. i need a pascal program. when i press arrows key on keyboard,cruiser go to left,right,up,down and writing a number between 1 and 4.1 for any right steps,2 up,3 left and 4 down. like...
Forum Post

Re: 4.1#4

: : : : : uses crt; : : var m,n : integer; : : begin : : clrscr; : : write('Enter a number to calculate it's times table: '); : : readln(m); : : for n := 1 to m do; { here's...
Forum Post

Re: 4.1#4

: : uses crt; : var m,n : integer; : begin : clrscr; : write('Enter a number to calculate it's times table: '); : readln(m); : for n := 1 to m do; { here's your problem } :...
Forum Post

Re: 4.1#4

: : Close, just remove the second ReadLn() because you are only to give : : one number in the question and change it from "5" to "m" (see bold : : below) as it will not always be "5" entered....
Forum Post

Re: 4.1#4

: Close, just remove the second ReadLn() because you are only to give : one number in the question and change it from "5" to "m" (see bold : below) as it will not always be "5" entered. Also, I...
Forum Post

Re: 4.1#4

Close, just remove the second ReadLn() because you are only to give one number in the question and change it from "5" to "m" (see bold below) as it will not always be "5" entered. Also, I have added...
Forum Post

4.1#4

4. write a program that reads a positive integer N and then prints an "N times table" containing values up to N * N. for example,if the program reads the value 5, it should print 5*1 = 5 5*2...
Forum Post

Re: count + exit

: i want to add in some code into a program that i have. : : A user enters their username, and if it is correct it takes them to : enter in their password, i want to add in some code so that if...
Forum Post

count + exit

i want to add in some code into a program that i have. A user enters their username, and if it is correct it takes them to enter in their password, i want to add in some code so that if they enter...
Forum Post

Re: what causes stack overflow error?

: what causes stack overflow error? : i'm doing a dictionary system..every time i search a ord this error : occors..please help.. : A variety of things, most commonly a recursive call to a...
Forum Post

what causes stack overflow error?

what causes stack overflow error? i'm doing a dictionary system..every time i search a ord this error occors..please help..
Forum Post

Re: need a program

: OK, I need to know the initial data + the algorithm you want to apply my problem is I don't have any algorithm for this. just I know that 1 repeat one time.2 repeat 2 time and ...
Forum Post

Re: little help please

: how to arrange the calender into : : jan feb march : april may june : july august september :...
Forum Post

Re: little help please

: : : Hi every one : : : I have a project about a calendar and I need a little help : : : I want the program to ask me about the day ,the month and the year : : : and display the monthes in 3...
Forum Post

Re: Recording Time in Pascal

: : Hey, : : : : I need to record the time taken for a program to run, so that I can : : compare different code structures, but I can't find a function that : : will do it. Does anyone know of...
Forum Post

Re: Recording Time in Pascal

: Hey, : : I need to record the time taken for a program to run, so that I can : compare different code structures, but I can't find a function that : will do it. Does anyone know of a...
Forum Post

Recording Time in Pascal

Hey, I need to record the time taken for a program to run, so that I can compare different code structures, but I can't find a function that will do it. Does anyone know of a function that would...
Forum Post

A simple program for pros..IM STUCK!

A plus B... again Given two integers A and B, find their exact sum. This time there are no limitations on A and B (of course, they will fit in memory). Primes Given an integer N
Forum Post

Re: A little program in Pascal

: : : : : Hi everybody! : : : : : : : : : : I want to make a program in pascal that calculates the number of : : : : : days of a person. The information that is written from the keyboard : : :...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.