No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
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 … | |
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 … |
The End.