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

hi, i need help on my cs193p hellopoly assignment 2b. i can't get my decrease & increase to function correctly. when i pressed it, the program crashes. i don't know what's wrong. can someone take a look at it please? here is my decrease/increase function: [CODE]- (IBAction)decrease; { myPolygon.numberOfSides--; // …

0
40
Member Avatar for mluu510

Hi, I am trying to write a small program that would permute a list of binary numbers to the nth bits. Some reason, the code is not compiling. Also, I am using Visual Studio C++ 2010 Express. When i attempt to compile a code, it doesn't highlight where the errors …

Member Avatar for mrnutty
0
140