-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Zig for C++ programmers #65
Comments
Id like to see some examples of interacting with C++ structs/classes from zig code. |
https://zig.guide/standard-library/arraylist Today added support for these little language-specific show/hide tips. This one isn't very useful but my C++ is rusty. What do you think of this approach? |
It's good for an initial reference. Particularly quoting C++'s most used feature I know not everything described above is applicable for this comparison since it involves too many internal compiler differences to explain. For example, C++ also has the complexity around When compared to zig |
Based on the requested proposal: #46
I would like to ask, either as an extra chapter or as an extension of the initial proposal, an explanation about the differences and equivalence for modern c++ programmers, emphasizing:
constexpr
xcomptime
)The text was updated successfully, but these errors were encountered: