User profile: davidcox95

User info
User name:davidcox95
Email:davidcox95@comcast.net
Name:David Cox
Bio:Computer Science & Engineering student at UCLA. Current known languages include C++, Java, Javascript, Objective-C, and Swift.
History
Joined:
Number of posts:11
Latest posts:

Computer Programming Project
Instead of fiddling with floating point IO, I simply read the total into a string and then removed t...

dynamic memory
You need to initialize the variable size with a value. [code] int size = 5; //any integer value [/co...

Array function help
Try removing the unnecessary braces at lines 8 and 26. Then move the els++ back into the FOR loop. S...

Array function help
Getting there! Watch your variable types, you try to assign a negative value to dirc on line 16 wh...

Array function help
Ok, here are some immediate errors or ambiguities that I see: 1. In the FOR loop, the variable inde...