Giter VIP home page Giter VIP logo

easyc's Introduction

Easy C

Version Publisher Developer

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(main PRIVATE easyc)

Reference of Easy C

Name Type Description Args
string data type Replacement for characters
getString function Get a string input from the system string q
getInt function Get a string input from the system string q
getDouble function Get a double input from the system string q
getFloat function Get a float input from the system string q
getChar function Get a char input from the system string q
getLong function Get a long input from the system string q
print function print string without \n string text
println function print string with \n string text
intToString function convert int to string int number
copyToString function copy string to new string and return it string text
uppercaseChar function make character uppercase char c
uppercaseString function make string uppercase string text

easyc's People

Contributors

hossara avatar

Stargazers

 avatar  avatar

Forkers

abhisahn

easyc's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.