BridgesUNCC / bridges-java

JAVA Client library for Bridges
http://bridgesuncc.github.io
GNU General Public License v2.0
4 stars 12 forks source link

C++ version.. #90

Closed krs-world closed 6 years ago

krs-world commented 7 years ago

The C++ version. I have got all tests working now, including Array (this will require more extensive testing, as I just finished the implementation). All examples work, except the Bacon number project, which has some seg fault problem in setting color. I will have to look at it some more.

Will continue updating the testcases in the Dropbox : version23 folder.

krs-world commented 7 years ago

Bacon number project is fixed as well. The set of tests in version23 should be uptodate and working. The old version of eq example is also there, but all examples that use streaming data sources are under the

./with_data_src/ subfolder and will be the most current.