python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Boost Graph Library: Deleting an edge while using an iterator
Currently I am trying to implement a Girvan Newman Algorithm for a class project using boost graph library in c++.
At the moment, edges and vertices are being added fine, but I am having an issue remo...

Nicole Sood
Votes: 0
Answers: 1
How to test if a provided path contains a file or it's just a directory
Why is boost::is_regular_file returning false? I am running the following code on wandbox.org
#include <boost/filesystem.hpp>
#include <iostream>
namespace filesys = boost::filesystem;
in...

Hani Gotc
Votes: 0
Answers: 2
Boost date_time: undefined symbol: _ZNK5boost9gregorian10greg_month15as_short_stringEv
I'm trying to run a plugin I wrote for the flight Simulator X-Plane 11.
It's written in C++ and, when compiled, placed in X-Planes "plugin" folder.
It's already working fine on Windows and m...
Clamb
Votes: 0
Answers: 0
MSVS2017, Boost C++ error with namespaces
Can anyone help me out. I stumbled into a roadblock.
I've modified the project properties to include the Boost header path, and Boost linker path--plus the 'not using predefined header files' options'...
kroger9
Votes: 0
Answers: 1