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
~360 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for Turyturbo

Hello, This is my first time using forum to ask around for some assistance. I will make it briefly. [code] void main() { char *StringPtr; //pointer of char char String[26]; //array of chars strcpy(String, "abcdefghijklmnopqrstuvxyz"); if((StringPtr = new char[26]) == NULL) cerr << "\n\a allocation failed" << endl; else cout …

Member Avatar for ThundrbltMN
0
241
Member Avatar for Turyturbo

Hello Everybody, I rarely use the forums even I use the computer since 1994. I always play games online. I guess I am a quiet person or shy person OR LAZY person. Who knows. My name is: Matthew Location: Colorado Springs Education: BS in CS degree, pursuing for CS-SE (Software …

Member Avatar for Dani
0
119