Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7834925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T13:24:05+00:00 2026-06-02T13:24:05+00:00

Almost every other program or function designed to copy one object into another uses

  • 0

Almost every other program or function designed to copy one object into another uses the basic convention

copy(source, destination)

Even common logic would lead one to the conclusion that you are copying something FROM here to THERE. Why does strcpy use the exact opposite convention? It only serves to confuse people attempting to use the function. Surely the author of strcpy thought of this while he was writing the function? Or does the strcpy function predate this now-ubiquitous usage convention?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T13:24:07+00:00Added an answer on June 2, 2026 at 1:24 pm

    They wanted to match memcpy’s syntax.

    char * strcpy ( char * destination, const char * source );

    void * memcpy ( void * destination, const void * source, size_t num );

    Other C functions use this order too.

    A basic strcpy(…) implementation would be (skipping castings):

    char * strcpy ( char * destination, const char * source ) {
        return memcpy(destination, source, strlen(source) + 1);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a polymorphic model Comments that I associate with almost every other model.
Almost every developer that uses a Mac practically worships TextMate. Why? What extraordinary features
I'm refactoring a medium-sized WinForms application written by other developers and almost every method
Almost every flash player has an option to display how much of buffer (or
Almost every ios app now has something like Feed option. Programming that usually includes
I used Term::ShellUI and almost every thing is working as expected but the issue
Every place I've worked in the past 15 years has had, on almost every
I have a UI Dialog for View selection that is on almost every page,
Just for kind of fun I'm developing almost every algorithm (if possible) shown in
I am using the Flex Builder 3 debugger almost every day and it's starting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.