Skip to content

Why is this C++ instead of C? #6

@Zipdox2

Description

@Zipdox2

I don't know about your intentions but I personally think it would make more sense for this to be C. You used the new operator to create a float array and then memset it to 0, instead of just using calloc. Sure, a C++ class is convenient, but I believe doing it in C like with dyncomp makes more sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions