User Guide chapter 7

in CINT the C++ Interpreter / ACLiC - The Automatic Compiler of Libraries for CINT
there is a mistake:

gROOT->ProcessLine(“MyScript.C+”)
gROOT->ProcessLine(“MyScript.C++”)

this has to be:

gROOT->ProcessLine(".L MyScript.C+")
gROOT->ProcessLine(".L MyScript.C++")

Am I right?

Hi Jimmy,

Yes, you are right. I will fix the reported case for the next User’s Guide edition.

Thank you, Ilka