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
~284 People Reached
Favorite Forums
Favorite Tags
c++ x 1
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 ThundrbltMN

Hi, my name is Andy, and I work for an aircraft simulation software company. We use OpenGL, and I am trying to learn how to use it. Thank you all, and I look forward to interacting with you all! :)

Member Avatar for happygeek
0
43