CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (72 messages)

#8248 C problems Message #8250
From: Henry Williams Amiga Tech Forum · C Programming March 9, 1991 1:52 PM
OK thank you Steve. It sounds like what I want. Henry;
#8223 C problems Message #8249
From: Henry Williams Amiga Tech Forum · C Programming March 9, 1991 1:49 PM
Okie dokie! Thanks again Robert. Henry;
#8157 C problems Message #8217
From: Henry Williams Amiga Tech Forum · C Programming March 8, 1991 3:33 PM
Hi Robert. I'm aware that I didn't really need the c = 0. It was just done in frustration in not working out the bug . I don't understand why I need to link in the -lc32 library though. Would it have to do with portability? There is one problem…
#8137 C problems Message #8216
From: Henry Williams Amiga Tech Forum · C Programming March 8, 1991 3:13 PM
Hi Robert. I'll give the int declaration a try. Thanks for the suggestion. { Henry };
#8037 C problems Message #8100
From: Henry Williams Amiga Tech Forum · C Programming March 4, 1991 1:26 PM
Hi Don. I'll check on that hidden control character possibility. I put #ifdef debug statements in the program and what happened was that the first time through the while loop c was == to the chosen option by the getchar(). But the second time through it printed nothing. Don't know…
#8028 C problems Message #8099
From: Henry Williams Amiga Tech Forum · C Programming March 4, 1991 1:23 PM
Hello Greg. Thanks for the help. Yes, that is right. I had other printf's in the other cases but when I got to the default choice the linker came back with the message… undefined symbol: _printf. I put it in /* */ and the program linked normally. I copied the…
#C problems Message #8026
From: Henry Williams Amiga Tech Forum · C Programming March 1, 1991 3:16 PM
Hi Amiga folk! I have 2 puzzles on my mind right now and would appreciate any help. 1) I can compile this without errors on my Aztec 3.6a but when I link I get this message: Undefined symbol _printf it is in reference to the default: choice of the switch…
#7198- C problem Message #7267
From: Henry Williams Amiga Tech Forum · C Programming February 1, 1991 4:52 PM
Hello Tom, thank you for the info. I have tried the BRO command without any luck so far so this will help. Henry
#823 #GURU.error Message #826
From: Henry Williams Amiga Tech Forum · C Programming September 21, 1990 6:41 PM
Hi Mike. I hope I'm not becoming a pain. It's just that I'm teaching myself C and although I think I'm coming along ok I'm probably asking some rather boring questions to real programmers. If this runaway recursion is causing my address errors, how can I get away from it?…
#GURU.error Message #817
From: Henry Williams Amiga Tech Forum · C Programming September 21, 1990 4:07 PM
To Mike, Don, or anyone else who can find the mystery of the GURU 00000003. address error I keep getting in my program. Here's an abridged version of my program. All parts left out have nothing to do with the array a. static int a[31][62] = { /* global array…
#678 UNIX info Message #686
From: Henry Williams Amiga Tech Forum · Amiga UNIX September 19, 1990 4:40 PM
Hello John, Thanks for the info. I think I'll just stick with our DOS for now. Regards Henry
#488 UNIX info Message #619
From: Henry Williams Amiga Tech Forum · Amiga UNIX September 17, 1990 10:45 PM
Thanks Don, this CIS user finds your sysop position well filled. Henry
#392 #GURU errors Message #465
From: Henry Williams Amiga Tech Forum · C Programming September 15, 1990 6:05 PM
Hello Don, I'm aware that the array starts at 0 and have checked to make sure it works right by putting the array through a double loop that printed the array in the right pattern. I'm not quite sure what you mean by re-zero'ed. What happens though is that I…
#376 Manx help Message #461
From: Henry Williams Amiga Tech Forum · C Programming September 15, 1990 5:50 PM
Hi Mike, Thanks thats just what I needed. I tried the other example and it didn't quite make it. Henry
#UNIX info Message #460
From: Henry Williams Amiga Tech Forum · Amiga UNIX September 15, 1990 5:46 PM
Hello all you programmers out there. I am considering buying the UNIX system when it becomes available here. I would really appreciate some info from anyone who has used the amiga UNIX system or just knows all about it. 1) If I program in this UNIX system, can the program…
#369 Manx help Message #374
From: Henry Williams Amiga Tech Forum · C Programming September 13, 1990 3:07 PM
Hi Peter, Thanks for the help. I'll try this and see if you were awake 🙂 Regards, Henry
#GURU errors Message #373
From: Henry Williams Amiga Tech Forum · C Programming September 13, 1990 3:02 PM
Hello, Was hoping someone could give me an idea what's going wrong with my program. What I have done is initialize an array a[30][60] containing a maze. Using the switch command with 8 compass points (n,se, etc.), I print out a 14 x 7 maze of array `a' depending on…
#Manx help Message #364
From: Henry Williams Amiga Tech Forum · C Programming September 13, 1990 10:13 AM
Hello Mike, I have another question for you about using this wonderful (and confusing to me), Manx 3.6a compiler. I want to use the random generator but don't seem to be able to get it to work. I see the Synopsis shows: double ran() .It also says that the value…
C help Message #118772
From: Henry Williams AmigaTech Forum · C Programming September 2, 1990 6:54 PM
Hello John, The example on the switch command you helped me with a ways back works as I hoped it would. Due to this, I was able to continue with my program and get myself into another confusing situation. I hope you won't mind my asking your advice again. What…
#112877- C problem Message #113147
From: Henry Williams AmigaTech Forum · C Programming July 16, 1990 12:06 AM
Hi Tom. Please don't say anything about 4 years as I've done only about one so far in C. All I know is from a couple of good books I've read and of course the occasional hand I get from you all out there. I've taken a beginners course in…
#111533- C problem Message #111780
From: Henry Williams AmigaTech Forum · C Programming July 9, 1990 7:09 PM
Hello Thomas. Thanks for answering. I want more than just the clr_screen function offered there but have found the answer. I'm getting a feeling teaching myself C is a little more difficult than I had originally expected. Regards Henry
#111583- C problem Message #111779
From: Henry Williams AmigaTech Forum · C Programming July 9, 1990 7:03 PM
Hello Mike. I have it working now. Realized my mistake was placing it before the variables to be initialized. Now I seem to be having trouble with the scanf when reading characters. I won't be troubling you with that though. Thanks! Henry

Page 2 of 2