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
~517 People Reached
Favorite Forums
Favorite Tags
c++ x 6
c x 1
Member Avatar for rks01

what is the code for making an array of objects? i would greatly appreiciate any replies thank you.

Member Avatar for Drowzee
0
103
Member Avatar for rks01

when i was programming in java i had a program into which you enter class names and methods and how they connect with each other, and it builds a shell of the program for you. i cant remember what its called but is there anything like this for c++?

Member Avatar for Dante Shamest
0
78
Member Avatar for rks01

ok well im making a mock atm machine (maybe i got the same book as that other guy?) but im getting an error code " E2294 structure required on left side of . or .* in function main() " this is puzzling me . can anyone help please? heres my …

Member Avatar for rks01
0
191
Member Avatar for rks01

hello all . well its pretty simple but i need to get this for loop sorted before i can move on. #include <iostream.h> void square(); void circle(); void arrow(); void diamond(); using std::cout; using std::endl; void square() { //first line for (int e = 1; e >= 9; e++) { …

Member Avatar for rks01
0
145