Thread: We need ready-made functions for the language c

  1. #1
    programmer hacker DevZero's Avatar
    Join Date
    Jul 2017
    Posts
    42

    Question We need ready-made functions for the language c

    I have been programming for si for 2 months already. I used to write on java and there were many ready-made functions. For example: deleting a word from a string, deleting from an index to an index, charat and others.
    But in the standard language, there are very few functions and I'm terribly short of most of the similar ones that were in the java language. I myself do not want to write them, eo is tedious and to the same why write something that has long been written?
    Therefore, I need ready-made functions, since on the Internet after an hour of searching, I never found them.
    What are the functions I need:
    1) remove from the string the characters from the index to the index and return an array
    2) remove from the string characters before the first match with the string and return an array with the finished result
    3) The same as 2 point, but from the end
    And others like those that are in java.
    Can eat at someone from here sitting?

  2. #2
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    No idea if this library is any good.
    But, it was the number two result on Google for "C string library".
    GitHub - antirez/sds: Simple Dynamic Strings library for C

    Edit: Link to another site answers to related question Good C string library - Stack Overflow

    Tim S.
    Last edited by stahta01; 07-08-2017 at 01:05 AM.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Self Made C Scripting Language.
    By patrink in forum C Programming
    Replies: 1
    Last Post: 04-24-2011, 09:41 PM
  2. Replies: 3
    Last Post: 01-23-2011, 05:20 PM
  3. Trying to create valid home-made C++ functions.
    By Alphacentric666 in forum C++ Programming
    Replies: 1
    Last Post: 12-25-2002, 09:26 PM
  4. Self-made functions: Opinion
    By RoD in forum C++ Programming
    Replies: 8
    Last Post: 11-13-2002, 12:46 PM
  5. 2D arrays with functions made easy
    By goran in forum C Programming
    Replies: 1
    Last Post: 09-17-2001, 12:08 PM

Tags for this Thread