SCL streams .NET FX

Sorry im a little new too .NET so still processing much information.

Can you tell me what SCL streams are exactly

And what exactly is .NET FX   Is this just a general term for the framework classes

Thanks.



Answer this question

SCL streams .NET FX

  • Bruce Voris

    SCL == Standard C++ Library: this is part of the C++ Standard and it includes the set of class templates that most people know as STL (The Standard Template Library).

    .NET FX is the .NET Framework: this is the set of classes that ship with the .NET runtime.

  • SCL streams .NET FX