SCL streams and .NET FX

  • Thread starter Thread starter Herby
  • Start date Start date
H

Herby

Someone had suggested from an unmanaged application i can use SCL
streams to save data and read this same data into a managed application
using .NET FX.


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.
 
Can you tell me what SCL streams are exactly?

I think that this is a typo for "STL streams"
And what exactly is .NET FX? Is this just a general term for the
framework classes?

..NET FX = .Net Framework


--
Un saludo
Rodrigo Corral González [MVP]

FAQ de microsoft.public.es.vc++
http://rcorral.mvps.org
 
Rodrigo Corral said:
I think that this is a typo for "STL streams"

SCL = Standard C++ Library. IOStreams was never part of the STL (which was,
for the most part, subsumed into the SCL).

-cd
 
I didn't know the meaning of SCL...

That's the amazing thing about the newsgoups, every day you learn
something...


--
Un saludo
Rodrigo Corral González [MVP]

FAQ de microsoft.public.es.vc++
http://rcorral.mvps.org
 
Herby said:
Someone had suggested from an unmanaged application i can use SCL
streams to save data and read this same data into a managed application
using .NET FX.


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.

SCL = Standard C++ Library.

Willy.
 
Back
Top