Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. Do we need to download library to use strcpy_s()

Do we need to download library to use strcpy_s()

Scheduled Pinned Locked Moved Managed C++/CLI
c++tutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nandu_77b
    wrote on last edited by
    #1

    Hi, I am writing a pure C++ programe. I need to use strcpy_s() in my programe. As of now my compiler is not supporting strcpy_s(), what should I need to do if i wan u to use strcpy_s(). Do i need to download any library of standard (ISO/IEC TR 24731 ), is it free? I don know how to go about it, so please let me know how to get more info about it? -Nandu

    G 1 Reply Last reply
    0
    • N Nandu_77b

      Hi, I am writing a pure C++ programe. I need to use strcpy_s() in my programe. As of now my compiler is not supporting strcpy_s(), what should I need to do if i wan u to use strcpy_s(). Do i need to download any library of standard (ISO/IEC TR 24731 ), is it free? I don know how to go about it, so please let me know how to get more info about it? -Nandu

      G Offline
      G Offline
      George L Jackson
      wrote on last edited by
      #2

      You cannot use strcpy_s in versions of C++ before VS 2005. Download Visual Studio Express for C++ if you want to use it for free. However, you loose MFC and ATL, for example. Please, direct your "native" C++ questions to the C++/MFC forum.

      "We make a living by what we get, we make a life by what we give." --Winston Churchill

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups