Tool/software: TI C/C++ Compiler
Hi all
I have a C++ programm for my Piccolo controller and have already implemented the global new operator, which is working fine for creation of single objects.
1st question: is it even necessary to implement it, or is there a standard definition beeing delivered with the SYS/BIOS?
Further, for array creation another implementation of the new operator is used, but I did not implement it nor can I find the implementation in the source files.
2nd question: can you tell me where I find the implementation of the new operator for arrays? How can I overrule this standard behaviour of this certain new operator?
Cheers and thanks in advance
benjo
Compiler V16.9.5 LTS
SYS/BIOS V6.46