Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
soft:c [2020/07/25 09:10] – Ce Zhang | soft:c [2020/11/05 02:10] (current) – Ce Zhang | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====C++===== | =====C++===== | ||
+ | |||
+ | ==== 2D array ==== | ||
+ | < | ||
+ | TGraph*** g = new TGraph**[Nfile]; | ||
+ | for(i loop) g[i] = new TGraph*[t[i]-> | ||
+ | for(int j = 0; j< | ||
+ | </ | ||
+ | |||
====EOF==== | ====EOF==== | ||
< | < |