Giter VIP home page Giter VIP logo

cppfbp's People

Contributors

john-r-iii avatar jpaulm avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cppfbp's Issues

Linux support

after skimming through the code instructions, I noticed there are no instructions on how to build for linux, does this program support linux?

complexity management

in order to make the program maintainable over time, complexity must be managed.
one such measure of complexity, is cyclomatic complexity, it's not the only one, it's not the best, but still, it's a measure:

here are some data for this project:
can something be done to reduce (or at least avoid the increase) of complexity in the program?

localhost:cppfbp-master b$ ~/scc
───────────────────────────────────────────────────────────────────────────────
Language                 Files     Lines     Code  Comments   Blanks Complexity
───────────────────────────────────────────────────────────────────────────────
C++                         59      5773     4080       573     1120        624
C Header                    41      4747     2674       990     1083         78
C                           33     18382    13824      1987     2571       2879
Lua                          5        83       42        23       18          9
License                      1       201      151         0       50          0
Module-Definition            1         2        2         0        0          0
gitignore                    1        39       25         6        8          0
Markdown                     1       139       90         0       49          0
MSBuild                      1        30       30         0        0          0
C++ Header                   1         9        5         3        1          0
───────────────────────────────────────────────────────────────────────────────
Total                      144     29405    20923      3582     4900       3590
───────────────────────────────────────────────────────────────────────────────
Estimated Cost to Develop $658,037
Estimated Schedule Effort 13.086574 months
Estimated People Required 5.956336
───────────────────────────────────────────────────────────────────────────────

notice the estimate of 624, this feels a bit high in comparison to other projects.

Add dynamic subnets to C++FBP

There was an old static subnet capability, but we need to add a facility similar to the JavaFBP SubNet capability.

Link error in linking network - mangled mangling?

On my system, Microsoft Visual Studio Community 2015, doing a rebuild of CopyFile, gives error message

LNK2001 unresolved external symbol _.?AU_anc@8 CopyFile C:\Users\Paul\Documents\GitHub\cppfbp\TestNetworks\CopyFile\CopyFile.obj

This appears to have been generated from the declare for ThCopyNL - here is code from FileCopy.cod:

EXTRN      _ThFileWt@8:PROC
EXTRN      _.?AU_anc@8:PROC
EXTRN      _ThFileRd@8:PROC

Same thing happens for TimingTest1, etc., except that generated symbol is _.?AU_a@8 - and no green wiggly lines in source!

TryLua generates

  EXTRN      _.?AU_@8:PROC     

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

None detected


  • Check this box to trigger a request for Renovate to run again on this repository

CopyFile.cpp has green wiggly lines under ThFileRd, ThFileWt

On my system, Microsoft Visual Studio Community 2015, CopyFile.cpp has green wiggly lines under ThFileRd, ThFileWt. Mousing over says "Function definition for ... not found". Also, in the list of Components in Solution Explorer, these two files do not show a right arrow. They compile OK, though.

Change name of ThConcat?

ThConcat has a very different function from the Concat components of JavaFBP, C#FBP and JSFBP - possibly its name should be changed to reduce confusion..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.