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

Using c++ with ceibo

does anyone have an experience with c++ using ceibo?
are there any known bugs/optimization problems?

Parents
  • neme sis;
    I have no experience with the Ceibo package but I must ask for my own information, why are you trying C++ with a C51 chip?
    Memory allocation on the C51 is difficult at best. With constructor/destructors allocations, aren't you asking for more problems than gains from using C++?
    What can you gain from C++ over C for this device?
    I really would like to know from this forum if C++ has any advantages with the C51 family.
    Bradford

Reply
  • neme sis;
    I have no experience with the Ceibo package but I must ask for my own information, why are you trying C++ with a C51 chip?
    Memory allocation on the C51 is difficult at best. With constructor/destructors allocations, aren't you asking for more problems than gains from using C++?
    What can you gain from C++ over C for this device?
    I really would like to know from this forum if C++ has any advantages with the C51 family.
    Bradford

Children