C++ 2D Array File I/O

C++ 2D Array File I/O

Shmeowlex

2 года назад

12,174 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@user-hl5jg6qt1u
@user-hl5jg6qt1u - 30.11.2023 09:37

Hey, I have a question regarding this topic. I have a folder that contains 50 text files and each file is made up of matrices of the same dimension. Can you tell me how i can run through this folder and open each file and then save these files to variable objects and then save these variable objects in a list?

Ответить
@SuperAtbat
@SuperAtbat - 23.11.2022 06:18

This really helped me!

Ответить
@toutreck100
@toutreck100 - 14.11.2022 06:07

hi, thank you for the helpful video. by any chance does this work even if the array has negative numbers? I'm trying to practice with it, but any time my code reaches a negative number it only saves 0 from then on. by any chance do you have any tips for that case?

Ответить
@yangliu5727
@yangliu5727 - 20.10.2022 11:14

super simple code, and highly efficient.

Ответить
@strawberrybob7488
@strawberrybob7488 - 15.09.2022 07:07

what do i do if the file is text, not numbers?

Ответить
@chifes.a8563
@chifes.a8563 - 12.05.2022 08:03

Really helpful thanks💯💯

Ответить
@TipsTricksy
@TipsTricksy - 22.03.2022 15:26

Awesome

Ответить
@davidwingard2803
@davidwingard2803 - 14.03.2022 05:53

BRUH!!!!
This lab project had me watching this 31232456647345623134.56 times, but I can only lie the video once..... ~meh

Ответить
@labysse460
@labysse460 - 12.12.2021 19:29

Thank you. What if we have a file with double numbers instead of integer? your method will not worrk(even if you create an array of double)

Ответить