Forum: C# Sep 17th, 2008 |
| Replies: 2 Views: 637 Agree with LizR.
Books can only go so far. Just like back when you started c++ you had hello world, and i'm sure some loan calculator, and grades calculator.
Do the same thing in c#. You can... |
Forum: C++ Aug 27th, 2008 |
| Replies: 7 Views: 1,964 A good way to think about top level objects, is what ways you 'access' this object.
You interact with the top level objects, for the top level objects to interact with low-level objects.
An... |