Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~235 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for hveed

hi all, I am trying to create a pointer to a member of a struct and then do a boolean comparison to see if there is currently anything in that member. here is what I have so far: card* openPtr = opencells; char* rankPtr; rankPtr = (*openPtr).rank; cout<<" Free Cells …

Member Avatar for rxlim
0
101
Member Avatar for hveed

hi, I am new to programming and looking for some help, here is the portion of the assignment that is giving me headaches: using one function, upload (i.e., input) the integer value and the color text, ignoring the word "Color:"; the function must only upload one data pair (i.e., the …

Member Avatar for Ancient Dragon
0
134