Skip to content

A perfect library for those who are confused with pointers and string manipulation in C. This was used to create a text editor in C.

Notifications You must be signed in to change notification settings

IHIaadj/Text-library-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Text-library-C

This library contains functions that edit texts using linked lists.

HOW TO USE IT ?

  • Import the library in CodeBlocks (or any other IDE)

  • The library is devided into 3 files :

    • Affichage : Contains all functions related to :

                 * printing the text
                 * printing a specific line
                 * printing the number of characters
                 * printing from a specific line 
                 * Sort the text alphabetically 
                 * Inverse the text 
      
    • Editer : Contains all functions related to :

                * search for a word (print the text and highlight the word in different color ) 
                * replace a word 
                * Erase a word 
                * Erase a line 
                * Add a line 
                * Add a word 
                * search a letter 
      
    • Statistique : Contains all functions related to :

                * frequency of a word 
                * print a histogram of the n most frequent words 
                * print the n most frequent words 
      
  • Use these functions on your program directly =3

About

A perfect library for those who are confused with pointers and string manipulation in C. This was used to create a text editor in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages