Skip to content

Repository files navigation

Easy C

VersionPublisherDeveloper

Navigation

  1. What is Easy C?
  2. Why we should use Easy C?
  3. Usage of Easy C
  4. Reference of Easy C
  5. Last changes

What is Easy C?

Easy C is c library base on CMake, and it contains many of functions and data types to make your code easy, fast and standard. You can simply use it in your project with CMake.

Why we should use Easy C?

  • Have a cleaner code
  • Make things easier
  • Do things standard
  • Faster and better app

Usage of Easy C

  • First clone library to your project
  • Second Add Library to your CMakeLists.txt
# if you are using sub directories# add_subdirectory(lib/easyc)# add library to your project# put your project name instead of *main*target_link_libraries(mainPRIVATEeasyc)

Reference of Easy C

NameTypeDescriptionArgs
stringdata typeReplacement for characters
getStringfunctionGet a string input from the systemstring q
getIntfunctionGet a string input from the systemstring q
getDoublefunctionGet a double input from the systemstring q
getFloatfunctionGet a float input from the systemstring q
getCharfunctionGet a char input from the systemstring q
getLongfunctionGet a long input from the systemstring q
printfunctionprint string without \nstring text
printlnfunctionprint string with \nstring text
intToStringfunctionconvert int to stringint number
copyToStringfunctioncopy string to new string and return itstring text
uppercaseCharfunctionmake character uppercasechar c
uppercaseStringfunctionmake string uppercasestring text

About

Easy C is c library base on CMake, and it contains many of functions and data types to make your code easy, fast and standard. You can simply use it in your project with CMake.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages