Giter Site home page Giter Site logo

abhijeet-crypto / printutil Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shubhambawner/printutil

0.0 0.0 0.0 1.11 MB

print all kinds of stl containers to console, debug recrsion by printing recursion call stack, plug and play C++ utlity

License: MIT License

C++ 100.00%

printutil's Introduction

Makes printing stuff to console in C++ is just fun! be it anything, set, map, ...

printUtil

print all kinds of stl containers to console, debug recrsion by printing recursion call stack, plug and play C++ utlity with 3 globally vailable void functions _w(), _e(), _b()

cout<< anything...(stl*)

cout<< anything...(stl*)

_w() Fnction

recursion

output _w() Fnction

recursion tree

_e() and _b() Fnction _e() and _b() Fnction

_w print_stl_operator_overloaded

function _w() : overloads << os stream operator for printing all kinds of stl containers, if nested identifies the nesting and prints inner containers recursively

or in simple words, _w() prints anything and everything that is passed inn, space separated, after spacing

  • feature: includes string spacing, that is also modified by recursive function

todo: cant print those containers initialised with custom compare functions, so, containers like : set<int, decltype(somefunction)*> cant be printed yet

recursion_utilities: _e() and _b()

functions:

recurse() or _r(): increments spacing, passes all args passed to _w()

returnrecurse() or _b(): decrements spacing, passes all args passed to _w()

these fns use verdiac macros to get the name of calling function to be printed to console.


printutil's People

Contributors

abhijeet-crypto avatar shubhambawner avatar

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.