diff options
| author | Yana Blashchishina <[email protected]> | 2024-03-11 16:43:04 -0700 |
|---|---|---|
| committer | Yana Blashchishina <[email protected]> | 2024-03-11 16:43:04 -0700 |
| commit | 88b1c26f4066734637853a90fcfd8f9eeb48ebed (patch) | |
| tree | 7ebc96e79f323b2c17b555569211d6d7242e8ff7 /Homework 8/MyStructures/CharArrayHelpers.hpp | |
| parent | CharArrays (diff) | |
| download | homework-8-yanablash-88b1c26f4066734637853a90fcfd8f9eeb48ebed.tar.xz homework-8-yanablash-88b1c26f4066734637853a90fcfd8f9eeb48ebed.zip | |
errors
Diffstat (limited to 'Homework 8/MyStructures/CharArrayHelpers.hpp')
| -rw-r--r-- | Homework 8/MyStructures/CharArrayHelpers.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Homework 8/MyStructures/CharArrayHelpers.hpp b/Homework 8/MyStructures/CharArrayHelpers.hpp index 88cb083..62ecedd 100644 --- a/Homework 8/MyStructures/CharArrayHelpers.hpp +++ b/Homework 8/MyStructures/CharArrayHelpers.hpp @@ -1,3 +1,4 @@ +#include <iostream> inline bool OverwriteCharArray(char* dest, const char* source, size_t size = MAX_CHAR) { size_t newLength = strlen(source); |