post lecture 2-2

This commit is contained in:
2022-03-16 14:53:27 -05:00
parent 5368ae466e
commit 1b8c7458a5
3 changed files with 51 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ int main() {
for(int i = 0; i < length; i++){
cout << "before seg fault" << endl;
// Will use access operator instead
cout << row1.row_data[i] << " ";
//cout << row1.row_data[i] << " ";
}
cout << endl;