User profile: Frenzy

User info
User name:Frenzy
Name:Adel Hamdi
Location:Knoxville,TN
Bio:I'm in college and I just started learning C++. I'm not looking for someone to do my homework, but a little nudge in the right direction is very much appreciated.
History
Joined:
Number of posts:25
Latest posts:

Passing a Dynamic Array of Pointers to a Function
I'm sorry I did not mention more guys, all the data for Movie_t is coming straight from a binary inp...

Passing a Dynamic Array of Pointers to a Function
Thank you so much for your help, I implemented your solution and it works [i]perfectly[/i]. Sorry fo...

Rectangle program
If ( w < 0 && w > 20) How can a value be less than 0 AND greater than 20? It's going to evalute to ...

Passing a Dynamic Array of Pointers to a Function
Hey guys, so I'm trying to Dynamically Allocate an array of Pointers, and then pass that to a functi...

Algorithim help. Struct in Dbl. Linked List
Hello, first I am not asking for help with writing my code, but just thinking through the steps requ...