I quite new to programming and C++ in particular, and basically I just want to know if there is a way to accomplish the following in C++:
I'd like to declare and define a class with a dynamic array of signed integers as a member variable, but I want to allocate the array in a custom memory section, not the .sysmem section.
I'm working on a project with F28335 in CCS5.5, and this idea is based largely around my desire to organize the code the way I find it the most comprehensible, not the need to do a specific task.
Thanks,
Stefan