Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Pascal Solutions: 101 - 125 of 178
 
I'm a beginner in Pascal. I have to write a pascal program to find the smallest positive number in my computer. This is what i write. NUM := 1e-30; {when NUM = 1e-30, 1 < 1+NUM returns FA...
Hello, Whats wrong in my code? I got access violation after Close the form, a empty form... What is wrong here? Best Regards, Carlos
I have created a text file with 10 states and their capitals. I need an interactive program that will produce as its final output the number of states for which the user was able to guess the ...
***Challenge UPDATED*** I need a list of the runtime error codes and their possible causes. At this point, I have a runtime error 004 in a DOS windows under Windows NT. Other times a ru...
I'd like to do my project to develop pilot phonebook in mobile phone by using AVL tree with Pascal coding. Could you pls give me some example on the above subject. Thanks and regards, Santi.
HI, COULD YOU GIVE ME THE FLOWCHART FOR THIS PROGRAM BECAUSE I'M STARTING TO PROGRAM AND I DON'T UNDERSTAND GOOD ENOUGH HOW TO MAKE THE FLOWCHART. THANKS. PROGRAM DERIVATIVES;          ...
Hi  I want to redirect barcode reader output to a specific edit. But Barcode reader is not provide the data from a COM, it behaves like keyboard. How can I do that? Thanks..
I'm desperate for a bit of help. I am try to create a small app which will send messages to a tcp server. Problem is the server is not available the main unit should continue, but at the mome...
Anyone have and idea please lend me a hand---->> Explain and show using Basic or Pascal notation how Euclis's algorithm could be presented using a programming language. The algorithm must be ...
what is "Error 200:Division by zero" ? How can i solve this problem? Someone told me to download the fdelay patch but i do not know from where and how to install it in my pascal! Please hel...
hi! i have a homework about huffman coding but written in a program of pascal an it works like this: 1-take a file contains the text to be coded. 2-count the repetition of each character(...
Hello,  how do i can delete a file from FAT in a PASCAL ????  i can read fat with interrupt $25 and write in FAT  with interrupt $26, but i dont know how can i find  my file ? please he...
I have a very old DOS application that displays Dr Halo graphics (PIC and PAL). I need to modify some of the graphics but I don't have an application to modify the graphics with. As I see it, ...
Hello! I'm working out this assignment, where I should first enter the date string (ddmmyyyy) and then sum them together as (d+d+m+m+y+y+y+y). I have managed to "split" the date as Tdate[1]+...
HI, i have a task, my assignment is to do make a pascal tree someting like this    Input  : 7    Output :     1                   1 1                  1 2 1                 1 3 3 1 ...
import java.io.*; import java.util.*;   public class Connect4 {     private static final int WIDTH=20, HEIGHT=10;     private static final int MAX_RECURDEPTH=4;     private static Buffer...
I want to display a bar gragh with a calculated value  using a TADODataset. This is connect with the database. Also created a new field "days" via field editor made it calcualted field. So ...
How can i write some programs for recieve/send data pass serial port? Are there commands in Pascal for this ? Can someone explain me and send me for some code in pascal ? I want only to rec...
I have a external data that represents an integer I need to convert it into a enumerated type that I declared like this : TDirection = (dirNorth,dirEast,dirSouth,dirWest); the external numb...
How to anti-aliase(smooth) font.
HI, I WOULD LIKE YOU TO TELL ME HOW TO WRITE THE GAME OF LIFE PROGRAM IN PASCAL BUT A VERY EASY ONE BECAUSE I'M JUST STARTING TO LEARN PASCAL AND I JUST KNOW THE SIMPLE USE OF FOR AND IF AND A...
 I have recently stumbled upon Free Pascal (http://www.freepascal.org/), and have been quite impressed.  However, one of the areas that is a bit lacking is the documentation.  So my questions...
how do you access / set the individual radio buttons in a TRadioGroup?
Ok so first off let me say I'm using lazarus 9.24 (compiles using the free pascal compiler) So if I have it like the snippet below, it returns error 1400 - or, as microsoft says, "can't find h...
Hello, I am trying to make a call to the stored procedure SP_FKEYS from MSSQL 2005 using BDE And ODBC. If I make the call using the management studio, I get 14 columns : PKTABLE_QUALIFIER,...