Sobeston / zig.guide

Repo for https://zig.guide content. Get up to speed with Zig quickly.
https://zig.guide
MIT License
678 stars 175 forks source link

Zig for C++ programmers #65

Open kassane opened 3 years ago

kassane commented 3 years ago

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:

suirad commented 3 years ago

Id like to see some examples of interacting with C++ structs/classes from zig code.