Posts
 
Reputation
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
~360 People Reached
Favorite Forums
Favorite Tags
c++ x 3

3 Posted Topics

Member Avatar for m4design

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; …

Member Avatar for mrnutty
-1
120
Member Avatar for sameeha

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]

Member Avatar for m4design
0
119
Member Avatar for Nameste

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 …

Member Avatar for Nameste
0
121

The End.