Thread: string copy

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    173

    Question string copy

    Hi

    Is there any made function already for string copy, just like if there are two strings:

    string1[20] = "Hi, This is a world";

    and I want to only copy "This" to string 2, I feel a function like
    stringcopy(destination, source, start character, end character)

    I don't know if there is existing one already, or I should make it for myself . Thank you!!
    Don't laugh at me,I am just a SuperNewbie.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. Replies: 4
    Last Post: 03-03-2006, 02:11 AM
  3. problems with overloaded '+' again
    By Brain Cell in forum C++ Programming
    Replies: 9
    Last Post: 04-14-2005, 05:13 PM
  4. creating class, and linking files
    By JCK in forum C++ Programming
    Replies: 12
    Last Post: 12-08-2002, 02:45 PM
  5. Replies: 3
    Last Post: 11-03-2002, 02:14 AM