Deprecated: Array and string offset access syntax with curly braces is deprecated in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/init.php on line 542
ja:root:wantto18 [GiriWiki]

ユーザ用ツール

サイト用ツール


ja:root:wantto18

以前のリビジョンの文書です



Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/handler.php on line 1458

Warning: Declaration of syntax_plugin_note::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line 79

Warning: Declaration of syntax_plugin_note::render($mode, &$renderer, $indata) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line 101

Warning: preg_match(): Compilation failed: invalid range in character class at offset 3120 in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin

====== macroに引数を渡したい ====== ---- たとえば、Int_t と TString の2変数をとるマクロがあるとする。 test.C <code cpp> void test( const Int_t N, const TString str ) { std::cout << "N = " << N << std::endl; std::cout << "str = " << str.Data() << std::endl; } </code> このマクロを実行するには <code bash> root 'test.C(10,"aho")' N=10; str="aho"; root 'test.C('$N', "'$str'")' </code>

ja/root/wantto18.1538209542.txt.gz · 最終更新: 2018/09/29 08:25 by kota