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.
c-64 program
Name: John Date: October 26, 2001 at 22:19:22 Pacific
Comment:
I would like to know if I can just load my older c-64 program from my (5 1\4) floppy to my win98 machine..I have the gwbasic program.
Name: ~~pixy~~ Date: October 27, 2001 at 05:28:31 Pacific
Reply:
Hi, John,
If you have a 5 1/4 floppy drive on your win 98 machine that isn't a problem: software is usually downwardly compatible, like whatever works on win 3.1 will work on win 98 and so on. If you don't have a 5 1/4 floppy drive on your new machine, just put the files on a 3 1/2 diskette and then you can use them on your win 98 pc. I don't know if that particular program will run on win 98 but there is a sure way to finbd out... give it a try :) ~~~~
~~pixy~~
0
Response Number 2
Name: Sinsin Date: November 8, 2001 at 19:47:36 Pacific
Reply:
I'm agree with her/him. :)
0
Response Number 3
Name: Gabi Date: November 29, 2001 at 15:22:30 Pacific
Reply:
No that doesn't work because
1. Even if you have an 5 1/4" Floppy-Drive the Commodore formats the disks in a format that Winxx / DOS can't read.
2. The basic program of a C-64 won't run under GWBasic / QBasic. The system uses different instructions and processors even if a lot of the syntax is similar.
Summary: Hey. I'm working on a program in C which will connect to a server on port 21 for FTP, and I'm having some trouble with the actual logging in process. First of all, do I need to have a Stream or D-gr...
Summary: I am not getting the correct output. I am trying to read info from a file into a stack and then perform several operations on that stack. Print the last element, print the 2nd element, and print the ...
Summary: Hello , I am looking for guides to program a game in C++. I know how to program little math programs in C++ but now I crave to learn more. I want to try to build a little game , but have no idea were...