dmit-ssu / example_cpp

Basic C++ examples for Programming Technologies
1 stars 45 forks source link

Create Basic Maths Operations Program #8

Open ghost opened 3 years ago

ghost commented 3 years ago

Hey , I would like to contribute to your repository with respect to the mentioned program and where would you like me to store the files ? As seperate folders or...?

mastersin commented 3 years ago

Hi, the main idea of this project comes down to a simple scenario:

$ git clone REPO
$ git checkout EXAMPLE
$ git merge BUILDSYSTEM

With single main.cpp it works fine, but for more complex projects it is not looks so good.

I think you could create additional branches for other examples. How do you feel about this option?

ghost commented 3 years ago

Hi , sure , I'm ok with that

So if I'm right do you want to have a single "main.cpp" file where we will be adding different codes as different functions ?

mastersin commented 3 years ago

Yes, you are right.

ghost commented 3 years ago

Awesome , thank you