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
Ranked #36.9K
Ranked #3K
~5K People Reached
Favorite Forums
Favorite Tags
c x 4
Member Avatar for Basicgear

Im learning as I go with a program I am writing. Im receiving and unexpected error and hoped someone could shine some light on as to why. I am making a list of objects but when I try to add to the list I receive (Invalid token '(' in class, …

Member Avatar for sknake
0
89
Member Avatar for Katvillan

I am doing a battleship game for my project. I am still trying to make a better algorithm.. This is what I have so far. Here is a code that will pick random coordinates for the computers ship, then draws the board and show where the ship is located... Assuming …

Member Avatar for wildgoose
0
194
Member Avatar for RobBrown

I am having a hard time writing a program to do the following: [QUOTE]Your program should create an array that contains ten (10) variables of the following type: typedef struct { char firstName[30]; char lastName[30]; char street[35]; char city[20]; char state[3]; int zip; char phone[15]; int accountId; } Customer; You …

Member Avatar for RobBrown
0
440
Member Avatar for gcah

Does any one know how to get the index value in a 1 dim array of a returned character or integer? For example the value is 15 but I need to know where 15 is on the array, position a[0] or a[15] etc. thanking you in advance

Member Avatar for gcah
0
4K