Cross-Language Repository (Internationalization) - #5
VasiPeycheva wants to merge 2 commits into
Conversation
| @@ -0,0 +1,9 @@ | |||
| # **Preparation Tasks** | |||
|
|
|||
| Install your preferred Integrated development environment (IDE) | |||
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Should we start with small letter or big?
| # | ||
|
|
||
| 4. Create a program that calculates triangle area when you have as input: | ||
| - Base and Height |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
"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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
I think we should chane 'that reads' to 'which reads'.
No description provided.