This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nCS C++ support

Hi,

Can mocks fully compensate for C++ standard features.?
Is it recommended to write C++ code in nCS project by using these mocks.?
What is the support for C++ operator overloading feature in nCS.?
What is the support for C++ typecasting (static_cast, reinterpret_cast etc) in nCS.?
What is the level of support for C++ inheritance in nCS.? Is the relationship pertaining to (parent class – child class) data access, data visibility, realized as is in nCS.?
Can the nCS mocks for C++ new and delete compensate for C++ standard provided new and delete operators.? As in with data creation, initialization, calling constructors & destructors etc,.
Is nCS C++ support sufficient to implement design patterns like singleton, subscriber-publisher, etc.?

Parents Reply Children
Related