ChiWang / istringstream

use istringstream set arguments at running time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

istringstream

use istringstream set arguments at running time

How to use it

  1. compile it

  2. run it, using with arguments: (must in "")

    ./istringstreammain "444"

    ./istringstreammain "444 xxxx.root"

    ./istringstreammain "444 xxxx.root 78"

The second argument is string.

The first and the third are numbers.


NOTE: It's a good way to use istringstream to revice arguments!!

About

use istringstream set arguments at running time


Languages

Language:Python 64.2%Language:C++ 35.8%