CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2006
    Posts
    384

    Solaris Libraries

    [1]
    What is the difference between libC, libCstd and libCRun in Solaris ?
    How does that map to the Windows environment (msvcrt.lib etc)

    [2]

    What do the terms "classic iostreams" and "standard iostreams" mean (as used in the context of the above libraries) ?
    Last edited by humble_learner; February 15th, 2011 at 09:08 AM.

  2. #2
    Join Date
    Nov 2003
    Posts
    1,902

  3. #3
    Join Date
    Jan 2009
    Posts
    1,689

    Re: Solaris Libraries

    Well, if you are writing code that is supposed to run on both Solaris and Windows, I would just stick to fully cross platform code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured