Giter VIP home page Giter VIP logo

header-merger's People

Contributors

mrc-tech avatar

Stargazers

 avatar

Watchers

 avatar

header-merger's Issues

all-in-one cpp file

don't use separate header files (like "parser.h" and "utils.h") always for portability....

parsing functions

add the following functions (for a more reliable line parsing of the files):

  • deleteMultipleSpaces
  • deleteInitialSpace

implementations for this functions are maybe in the OpenSEES viewer....

preprocessor directives

Per ora il parser non fa niente se incontra delle direttive di preprocessore come

  • #ifndef e #define
  • #endif
    Ma forse non ha molto senso se gia controllo la ridefinizione dei files...

`#pragma once`

delete the #pragma once directives.
If the code track the header included and never includes the same file twice this statement is always checked!

far directory

Quando ha a che fare con path lunghi va in confusione.
Infatti non riesco a usarlo da CLI mettendolo in c:/bin/ come vorrei veramente.

command line interface

Write the program that has a command line interface for input and output files

header_merger dir\sourceFile.h -o merged.h

in this case the default output file is dir\sourceFile_merged.h (if the -o ... option is omitted)

multiple inclusions

devo fare una procedura che evita di includere piu volte lo stesso file. Anche per le librerie standard del C++

add MakeFile

Add a MakeFile so the compilation is automatic.
I need to study how to do it in the proper way. Maybe can be inportant for other, more complex, softwares (like EULER or SeRes)

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.