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
~252 People Reached
Favorite Tags
Member Avatar for uscuba2_2001

I reformatted my hard drive. When I re installed everything, I installed the dell roxio software. Now I can not burn cd/dvds with out using using Roxio's software (drag to disc etc) and more importantly it will not finalize the disc. If I unstalled the Roxio Software my drives do …

Member Avatar for donkey_pasta
0
86
Member Avatar for uscuba2_2001

My exposure to arrays and pointers are bit limited. And concatened strings even less ( it was not covered in my class so I had to google it. ) So I know there are errors. I can not use any of C string libary functions. Thoughts? [code=c] #include <stdio.h> char …

Member Avatar for iamthwee
0
134
Member Avatar for uscuba2_2001

I need some help. I want to have a circle arching/dropping but I do not get loop that I need to use. How do I do this? { AppWindow Win; Setup(Win, 0, 0, 600, 600); SetText(Win, "Ball Drop"); SetDrawColor(Win, 0.0, 0.0, 0.0); Circle(Win, 175, 175, 15); Sleep (100); SetDrawColor(Win, 1.0, …

0
32