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
~354 People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for yaoyaolin

Can someone help me with the following quesitons? char m[6]; int *rip[10]; struct george *c[6]; struct mike BigDeal(char *); How to describe in English??? Thanks.

Member Avatar for Dave Sinkula
-1
158
Member Avatar for yaoyaolin

I have the question about this codec. I know sizeof(struct baseball) = 16. what's the sizeof(Yankees)? Also, What will these cout s yield? cout <<Yankees[2].player; cout <<Yankees[2].Bbp->player; cout <<BigPointer+1); [PHP] #include <iostream> using namespace std; int main() { struct baseball { char *Player; int Hrs; float average; struct baseball *Bbp; …

Member Avatar for Ancient Dragon
0
108
Member Avatar for yaoyaolin

I'm in an entry level c++ class. My professor wants us to write a array project that keep a frequency count of each of the italic alphas, also keep a frequency count of other characters entered (numbers and symbols). The project output a frequency count of each italic alpha, and …

Member Avatar for Lerner
0
88