Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Pascal programming
Name: Amer Qandour Date: May 15, 2003 at 06:06:34 Pacific OS: WIN98 CPU/Ram: Pentium MMX
Summary: I have written this program to play a tune but it doesn't work. It only plays one frequency and it doesn't end (I have to restart Pascal to turn it off). What am I missing for all the frequencies to ...
Summary: You have to seed the random generator. Is there a statement like RANDOMIZE? Check your language reference. I haven't done a Pascal program in nearly 20 years. Are you throwing a die? ...
Summary: I'd go for C. And visual Studio at that. just create windows console applications to start with empty programs without al the windows stuph.. Or Delphi and try the same (empt windows console applicati...