This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

dynamica allocation in keil with c++

1). how to solve the problem of auto segment to large.?

2)how to dynamically allocate memory in keil? malloc etc. functions are concerned with c. but can we use 'new' operator in keil when programing using C++.
is there any other method with c++ in keil to dynammically allocate memory?