d-idioms icon indicating copy to clipboard operation
d-idioms copied to clipboard

struct vs class

Open p0nce opened this issue 5 years ago • 0 comments

(Former) C++ programmers have difficulty with struct vs class in D, since in C++ the distinction is anecdotic and in D the difference is massive.

Especially the difference in pointer types.

p0nce avatar Nov 22 '20 17:11 p0nce