So I am new to linux stuff. I have set linux Debian up, I have gcc installed. I have a simple C++ file that uses boost threading library. Let us call that file example.cpp we have exect path to开发者_如何学Python it. how to compile it? (sorry I came from windows world=)
Assuming example.cpp is in the current directory, this will create an executable called example, linked against boost-thread. g++ will search the system library locations for the library.
g++ example.cpp -lboost-thread -o example
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论