Skip to content

Cross-Language Repository (Internationalization) - #5

Open
VasiPeycheva wants to merge 2 commits into
masterfrom
feature/translate_tasks
Open

VasiPeycheva wants to merge 2 commits into
masterfrom
feature/translate_tasks

Conversation

@VasiPeycheva

Copy link
Copy Markdown
Owner

No description provided.

@VasiPeycheva
VasiPeycheva requested a review from pminev November 27, 2019 19:21
@@ -0,0 +1,9 @@
# **Preparation Tasks**

Install your preferred Integrated development environment (IDE)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is better to make every word's first letter of the acronym smal or big and not to mix them.

Windows:
- [Visual Studio](https://www.fmi.uni-sofia.bg/bg/node/8261) + [install C++](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=vs-2019)

Linux/MacOS:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add also xcode for MacOSX, that should be in another task

!101010101(2) = ?(2)
```
---
2. Check your result with the calculator on your computer (use programmer mode)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a dot in the finish of the sentence.

- for Windows users: use Visual Studio -> File -> Open -> File -> Open with -> Binary Editor
- for Linux users: `$hexdump -C <file>`
---
4. Write a program in C++, that displays your name and faculty number.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change that with which. I didnt knew the rule either. You can check it here:https://www.dailywritingtips.com/that-vs-which/

2. Check your result with the calculator on your computer (use programmer mode)
---
3. Take a look at the content of an arbitrary file with binary/hex editor.
- for Windows users: use Visual Studio -> File -> Open -> File -> Open with -> Binary Editor

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we start with small letter or big?

#

4. Create a program that calculates triangle area when you have as input:
- Base and Height

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we start with small letter or big?

```
#

7. Create a program that accepts from the console 3 integer</br> numbers - coefficients of a quadratic equation(a,b,c). </br> Find all solutions(roots) and print them on the standard output.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

print in? I guess

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"to" sounds best to me :)

7. Create a program that accepts from the console 3 integer</br> numbers - coefficients of a quadratic equation(a,b,c). </br> Find all solutions(roots) and print them on the standard output.
#

8. Create a program that reads 4-byte integer and</br> prints his absolute value on the standard output.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

print in again? I am not sure. We should check that.

8. Create a program that reads 4-byte integer and</br> prints his absolute value on the standard output.
#

9. Create a program that reads 4 integer numbers.</br> The first two numbers form a pair that represents a point coordinates. </br> Respectively, the last two numbers form another coordinates of a point. </br> Find the distance between the two points and print the result on the console.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should chane 'that reads' to 'which reads'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants