Problem with array's PLEASE HELP 
Author Message
 Problem with array's PLEASE HELP

Quote:

>Here's some code and it's not working
>please help and change it so it does

1. Don't post C code encoded, it is perfectly good plain text.

2. You didn't say in what way it is not working and what you actually
   want it to do.

--
-----------------------------------------


-----------------------------------------



Mon, 13 Nov 2000 03:00:00 GMT  
 Problem with array's PLEASE HELP

: Here's some code and it's not working
: please help and change it so it does

: DS
: P.S
: It's attached to the post

: begin 666 Hange.c


Please don't post uuecoded, HTML'd, compressed, or otherwise
mangled code if you want help.  Life's too short.  That being said,
you need to read up on variable declarations and initialisations;
the code you've posted won't even compile.  When you've got it to
compile, rewrite the algorithm to avoid the use of goto; you've
ended up with classic spaghetti code.  When you've done that,
repost the code - it'll be time to think of ordinary problems such
as 'void main(..." and gets() and what you want the code to do.

Will



Mon, 13 Nov 2000 03:00:00 GMT  
 Problem with array's PLEASE HELP

:Here's some code and it's not working
:please help and change it so it does
=============
Please get a book on C and start reading it from
the beginning.  When you have finished it, you will not
write code that looks remotely like this.
And don't use attachments.
=============
:
:DS
:P.S
:It's attached to the post
:
:
:



Mon, 13 Nov 2000 03:00:00 GMT  
 Problem with array's PLEASE HELP

Quote:

>Here's some code and it's not working
>please help and change it so it does

Oh dear. The only good thing I can say about the code is that at least
you didn't use void main().

I'm afraid this code demonstrates you do not understand C. Please
purchase a good book, or attend a class, to find out how the language
works.

Quote:
>DS
>P.S
>It's attached to the post

And as everyone else has said, please don't UUENCODE text files.

Ken
--


#include <disclaim.h>

c.l.c. FAQ: http://www.eskimo.com/~scs/C-faq/top.html



Mon, 13 Nov 2000 03:00:00 GMT  
 Problem with array's PLEASE HELP

Quote:

> Here's some code and it's not working
> please help and change it so it does

> DS
> P.S
> It's attached to the post

>                    Name: Hange.c
>     Part 1.2       Type: unspecified type (application/octet-stream)
>                Encoding: x-uuencode

Hi DS,

Please do *NOT* post binaries into public non binary discussion groups.
This is considered rude and close to SPAMing. Simply paste the code
as text into your text message. This might additionally remind you not
to post code that is too large.

Stephan
(initiator of the campaign against grumpiness in c.l.c)



Mon, 13 Nov 2000 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. NEED HELP WITH PRITING AN ARRAY, PLEASE PLEASE HELP

2. Please help!!!!Please help!!!!Please help!!!!Please help!!!!Please help!!!!Please help!!!!Please help!!!!

3. problems with array allocation and destruction::: HELP PLEASE

4. Arrays with no pointers - problem (please help!)

5. Problems with sorting arrays-Please Help

6. Problems with array elements from user input, please help

7. array problem PLEASE HELP

8. Urgent please help LPSTR Array function passing problem

9. help please: problems with arrays

10. problem with different putchar()'s - please help

11. Modeless Dialog Focus problem (I'm a Newbie please Help)

12. HELP Please Please (malloc on an array)

 

 
Powered by phpBB® Forum Software