|
[2003-07-28] C++:Beyond The Standard Library Once you have mastered the C++ language and the standard library, what do you tackle next? The C++ community has plenty to keep you busy for years to come. To start with, you might take a look at the many C++ libraries that extend the standard. Sure, the C++ library has strings, I/O streams, containers, iterators, algorithms, and all that fun stuff. But it lacks much that is commonplace in modern computing: networks, GUIs, concurrency, and so on.
[2003-07-05] Using Network Functions in Visual C#.NET (Part II - Group Functions) Welcome to the second installment of articles on how to use Platform Invoke to manage users and groups using Visual C#.NET (Click here to read Part I).
|