Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I am working with MFC and I need an array of float.
Is there a class predefined to make this ?
I used MSDN to know but I didn't find.
If there is no class predefined, maybe I could use this
float my_Array[ ];
but I don't know the size of my array and I have problems to allocate memory
Someone can help me ?
Thanks
I am working with MFC and I need an array of float.
Is there a class predefined to make this ?
I used MSDN to know but I didn't find.
If there is no class predefined, maybe I could use this
float my_Array[ ];
but I don't know the size of my array and I have problems to allocate memory
Someone can help me ?
Thanks