Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #55.0K
3 Posted Topics
I'm trying to finish this assignment, but I got this error. "subscripted value is neither array nor pointer" Here are parts of the code. [CODE] typedef enum { BOAT = 178, SEA = 250} Appearance; typedef struct { Appearance appear; } Square; typedef struct { Square ** grid; int size; … | |
Re: One more IDE is the Visual C++ Express Edition which is free and one of the best. You can get it from this link [url]http://www.microsoft.com/express/download/#webInstall[/url] | |
Re: It looks fine to me. Unless you the number you want its square is a floating point then you should be using float instead of an integer. If the compiler is giving an error message then post it here 'cause the code works fine. Or maybe you shout try adding … |
The End.