News

Actually, all I've tried so far is to create a pointer to a single 3D array, and that won't work.<BR><BR>I don't have the code available to me now, which I know is dumb for asking this kind of ...
Hi,<BR><BR>I've been having some difficulty with a C assignment that I have (I'm starting ... the descriptions as they are entered. As strings (array of chars right?) need to have \0 at the ...
If you program in C, strings are just in your imagination ... For example, writing a 32-byte string to a 16-byte array or failing to terminal a string with a zero byte. [Thasso] has been ...