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
~5K People Reached
Favorite Forums
Favorite Tags
c x 2
c++ x 1

2 Posted Topics

Member Avatar for maverick405

hey guys lsn i hav a problem with drawing shapes with pointers..so can u explain to me how that works this is wat i hav so far..the thing is i need to complete the implementation files.... /* shapes program */ #include <iostream> #include <cmath> #include <windows.h> #include <process.h> using namespace …

Member Avatar for yasy
0
5K
Member Avatar for yasy

Write a function called nRandomNumbers( ) to performing the following: • Generates N random integers between -250 and 250 (inclusive) and save them in a file called number.txt, (Use the function srand()). • Prints all the generated integers. • Finds the average of all the negative integers, and the maximum …

Member Avatar for Adak
0
122

The End.