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
~755 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Angelrawzz

Hi, I'm working on a Generic Dictionary in C# and have came across a little problem with my add function. My add function at the moment will take two inputs: Name and Age and then add them to the listBox associated with them. What I'm trying to do is make …

Member Avatar for Angelrawzz
0
154
Member Avatar for Angelrawzz

Hi, I am trying to create a function which takes two chars and a char* string. Then run the function and replace each occurence of Char1 with char 2. E.g. String = Apples. Char 1 = A. Char 2 = B. Char 1 is present in string so replace all …

Member Avatar for deceptikon
0
601