lesson 4 #4
Loading…
Reference in New Issue
No description provided.
Delete Branch "lesson_4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +86,4 @@
{
int elementsToCopy = (newLength > m_length) ? m_length : newLength;
for (int index=0; index < elementsToCopy ; ++index)
самое эфективное memcpy ))
можно из алгоритмов копирование
@ -0,0 +1,90 @@
#ifndef HAND_HPP_
ну оно же все из методички))
Точнее - из книжки 😃
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.