Skip to content

Cloudwhile/TPCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TPCL(Tools Public Class Library)

💮Fast and easy to coding!🤍

Available for Windows.
en-us | 中文

Description

Make coding C++ program more than faster and easier.

Use TPCL

You could Browse here to look for the details first.

  1. Use TPCL in your projects.

    • Make sure that your compiler supports the ISO/C++11 standard.
    • Make sure that the TPCL source file which you downloaded is complete.
    • Unzip the TPCL source files to your project source file directory.
  2. Use #include "tpcl.h" in your project source file to use the functions in tpcl.

  3. Initializes (instantiates) the tools class to use the functions in the tools class. Like this:

    #include "tpcl.h"
    #include <iostream>
    
    using namesapce std;
    int main(){
      stdtool::tools tool;
      //statements
      return 0;
    }

TODO

  • Create TPCL project
  • Add basic functions
  • Published TPCL the first release
  • Optimize TPCL structure [DONE! Ver 0.0.1.7998 Alpha.1]
  • Add Windows Ftp communication function
  • Add progress bar function
  • Add console colors function
  • Add Basic multi-mode writeFile function
  • Add Basic readFile function
  • Optimize TPCL structure
  • Support Linux & Mac Os
  • Add multi-mode writeFile function
  • Add multi-mode readFile function
  • Add string lookup function
  • Add SQLite-based local database read and write functions
  • Add string lookup function
  • Optimize TPCL structure
  • Add Windows Http communication function
  • Update Https communication function