From a58ad7ede7e991534fc0cabbf2fce17e48f79975 Mon Sep 17 00:00:00 2001 From: blobt Date: Sat, 13 Mar 2021 08:58:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8cpp=E5=8E=BB=E7=90=86=E8=A7=A3TS=20Arr?= =?UTF-8?q?ayBuffer=E5=92=8CDataView?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 0feef0e..2c268b3 100644 --- a/main.cpp +++ b/main.cpp @@ -3,6 +3,7 @@ #include "CDataView.h" int main() { + CArrayBuffer buffer(16); CDataView view0(&buffer, 0, buffer.byteLength());