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
~348 People Reached
Favorite Forums
Favorite Tags
c++ x 3
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
119
Member Avatar for sameeha

hello i have just started learning c++ .But Im not able to get any good compiler for c++.Can anyone out there help me by suggesting me a good website from where i can download c++.

Member Avatar for m4design
0
113
Member Avatar for Nameste

alright, i'm just learning c++ and i've put a code in to find the square of a number this is the code i used; [ICODE]#include<iostream> void main() { char cReply; int iNum, iSquare; std::cout << "Do you want to find the square of a number (y/n)?"; std::cin >> cReply; while(cReply …

Member Avatar for Nameste
0
116