diff --git a/src/C++/main.cpp b/src/C++/main.cpp index b78a180..d9f9787 100644 --- a/src/C++/main.cpp +++ b/src/C++/main.cpp @@ -40,6 +40,7 @@ int main() { } else if (ubyte == 0b10101010) { // 0xAA foundAA = true; } + } @@ -49,7 +50,6 @@ int main() { - //Tomorrow //Try to use vectors and store every byte in its own array object by dividing the buffer into 8 bits