Forum: C++ Sep 19th, 2005 |
| Replies: 54 Views: 79,779 I think you ppl lost me there. I am not a wizard, however I do used to belive you can change the size during the program is running .
Clara Ventures
www.cellforum.net |
Forum: C++ Sep 9th, 2005 |
| Replies: 54 Views: 79,779 |
Forum: C++ Sep 9th, 2005 |
| Replies: 54 Views: 79,779 Something is not right.
When I use:
void fum(int *array, size_t size)
{
size_t i;
/* Initialize array. */
for ( i = 0; i < size; ++i )
{ |