c++ - code change for each version update -


i downloaded open source code(sphinx) , modified of *.cpp , *.c files inorder achieve result required.

now each version update,need go , modify code again , again...

is there possible ways achieve without touching source code directly?

can me in regard...?

use version control system. example git. create branch changes, , merge each new version of library branch. preserve changes , show possible conflict easily.

or if project open source project hosed on git server, crate private fork it.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -