Can I include ROOT (Cern) libraries in C/C++ programs

F

flohudelist

Hi,
I want to use the plot and fit functions of the ROOT libraries. Can I
include them directly in my C code and compile it and how can I do
that? If this is not possible are there any other possibilities?
I use WindowsXP, compiler: Dev-C++ or VC++
Thanks
Florian
 
M

mlimber

[cross-posting deleted]

I want to use the plot and fit functions of the ROOT libraries. Can I
include them directly in my C code and compile it and how can I do
that? If this is not possible are there any other possibilities?
I use WindowsXP, compiler: Dev-C++ or VC++

I don't know what the ROOT libraries are, but I do know they are
off-topic on this group
(http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9). You
should ask, and perhaps have asked, in a forum that deals with those
libraries directly (or at least the subject domain of the libraries).

BTW, you might also be able to find what you're looking for here:

http://www.parashift.com/c++-faq-lite/class-libraries.html#faq-37.9

Cheers! --M
 
S

Steven T. Hatton

Hi,
I want to use the plot and fit functions of the ROOT libraries.

From the perspective of c.l.c++, this begs clarification, and borders
on 'off topic'. What are the ROOT libraries?
Can I
include them directly in my C code and compile it
Yes.

and how can I do that?

What is ROOT?
If this is not possible are there any other possibilities?
I use WindowsXP, compiler: Dev-C++ or VC++

Now, you may wonder how I can answer your first question, and not know what
ROOT is, or why your question is not completely off topic in c.l.c++. The
reason is, C++ can link to virtually anything if done correctly. That is a
topic worth discussing on c.l.c++.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top