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
~2K People Reached
Favorite Forums
Member Avatar for C#Newbie

I have a class Friend: [CODE]public class Friend { public string friendName; public string friendStreet; public string friendCity; public string friendState; public string friendZip; public Friend() { } }[/CODE] and I am using a ArrayList called friendArray. I have a text file that is formatted like this: My Name My …

Member Avatar for Antenka
0
1K
Member Avatar for C#Newbie

Hi. I am working on my Final for my Intro to C# class so yes I am new and my code is pretty unprofessional probably. We are required to use a array or a class to read addresses from a text file and display them in the GUI. We should …

Member Avatar for C#Newbie
0
502