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
~355 People Reached
Favorite Forums
Favorite Tags
c++ x 3
c x 2
java x 2
Member Avatar for walljoshua

I am writing a program that has a membership class. Each Membership object contains details of a person's name, and the month and year in which they joined the club. All membership details are filled out when a Membership object is created. Then there is a club class that has …

Member Avatar for Narue
0
93
Member Avatar for walljoshua

What does it mean if my program compiles but when I run it it says foating point exception (core dumped). Thanks for your help!!

Member Avatar for walljoshua
0
157
Member Avatar for walljoshua

I have a program that outputs the first 30 numbers of the fibonacci sequence. My declaration to hold the integers works and the loop to calculate them works but I am trying to output them 5 elements per line with a field width of 10. I have the field width …

Member Avatar for big146
0
105