Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VPP-2129] VPP plugin Compatibility with C++ #3592

Open
mohammadmahdi255 opened this issue Feb 7, 2025 · 0 comments
Open

[VPP-2129] VPP plugin Compatibility with C++ #3592

mohammadmahdi255 opened this issue Feb 7, 2025 · 0 comments

Comments

@mohammadmahdi255
Copy link

Hello,

I would like to know if it is possible to create a VPP plugin using C++. I have attempted to make it compatible, but I encountered several issues related to C++ policies:

Use of reserved keywords: variable names such as class, template, and new.
Converting void* to another type without casting.
Comparing unsigned and signed integers.
Overflow warnings.
Performing arithmetic calculations with void*.

I can fix these issues, but I wanted to check if they are acceptable to address.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant