Link to home
Start Free TrialLog in
Avatar of mgetto
mgetto

asked on

Using read and write with APvector class

I would like to create a binary file using the write but using an AP vector of structures. I can do this with a regular array of structures but there is an error when I try to use the ap vector class.
I use write((unsigned char*)arrayname, count*sizeof(structurename))
ASKER CERTIFIED SOLUTION
Avatar of nietod
nietod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial