Dynamic allocation using C++

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynamic allocation using C++

1,101 Views
SVC2
Contributor II
Hi,
 
I am evaluation Codewarrior C++ on ColdFire 5282.
 
Is it possible to do dynamic allocation on this CPU (new/delete function) using C++?
 
If not, how can we achieve polymorphism (virtual functions)?
 
Thanks,
S.
 
Labels (1)
0 Kudos
1 Reply

212 Views
CrasyCat
Specialist III
Hello
 
I assume you are using CodeWarrior Coldfire V7.0.
 
This should be possible without any problem.
Just create your project using the project wizard and specify you are programming in C++ in the wizard.
 
CrasyCat
0 Kudos