D-
Tim Krimm
twkrimm at yahoo.com
Fri Feb 10 18:13:18 PST 2012
> If you make a subset of D, it would most likely be named
> Mini-D. But at that point you've got an enhanced C without
> going C++.
Yes and that probably would be better than what I have now.
Going back and forth programming in C/C++ today,
and then switching back to D tomorrow.
Let me see if I remember again,
classes and structures are almost the same in C++
but different in D.
Well I did the assignment A=B, if I change A will it also change
B,
or is B a copy of A.
Is A a class or a structure that is an important distinction in D.
Today, Oh crap I forgot the #include
Tomorrow, Oh crap I forgot the import
Oh crap what was that syntax for initializing the class variables
again.
More information about the Digitalmars-d
mailing list