User profile: derpmaster

User info
User name:derpmaster
History
Joined:
Number of posts:97
Latest posts:

Returning a pointer to a structure
I solved it and got everything formatted. [code]#include <iostream> using namespace std; //Cub Sc...

Returning a pointer to a structure
To make it work? "which will accept the pointer to the allocated array and the number of cub scouts....

Returning a pointer to a structure
What else do i need to change [code]#include <iostream> using namespace std; //Cub Scout Info Va...

Returning a pointer to a structure
if i make it void then it cant return anything

Returning a pointer to a structure
Believe the second option you described, is what im attempting to do. Edited code posted