ROOT Version: 6.16 Platform: VS2017(15.9.13) Compiler: Not Provided
Hi,
I’ve just installed ROOT with the corresponding VS2017, C++ Desktop Dev, as well as Windows10 SDK.
Everything within ROOT (histogram, canvas, function, etc) seems working fine, but after I #include or using namespace, ROOT simply stops working when I try to use anything from those included.
An example here is that I try to create an object of ofstream which stops ROOT from working, despite ROOT recognizing the type ofstream.
How can I fix this problem? Or is there any alternative ways that I can read from a file (raw data)?