User profile: Hydrasin

User info
User name:Hydrasin
History
Joined:
Number of posts:22
Latest posts:

Can I add to an already defined dynamic array?
Okay thanks! My question is in regards to a hw assignment where we're required to used dynamic array...

Can I add to an already defined dynamic array?
I created this sample code which takes an int value and creates a dynamic array of that size. I'm ju...

trouble with a for loop
cool thanks!

trouble with a for loop
I'm trying to build a program that will take a dollar amount, a percentage, and a number of years. I...

How do i make this a function?
Currently working on a project that is supposed to create an insert sort linked list, then through a...