text-file tag

17 questions


1 answers
116 views
0
Java: How to read a text file

You want to read a text file with a space character delimited value. What should I do? And how do you store that read value in an array list?For example, of the text file data .1 62 4 55 5 6 77I'd lik...


1 answers
119 views
0
Java is trying to add text to a file that already exists

Java is trying to add text to a file that already exists What should I do?

2 years ago

1 answers
78 views
0
Read a simple text file

You want to simply read a text file from a sample Android application. I'm currently using the code written below.1. InputStream inputStream = openFileInput(test.txt);2. InputStreamReader inputStreamR...

2 years ago

1 answers
58 views
0
I'm a beginner at Python. Help me! (Convert string > list > dictionary > string order)

To find out how many times certain words appear in a string (text file) and to create a program that organizes items in descending order according to the frequency, we wrote the following code: For ex...


1 answers
104 views
0
Modifying and saving Python text files

If you use the open() function in Python, you can read, write, and add text filesWhat I want is to modify the existing file and save it right away.First of all, I'll give you a quick example of what I...


1 answers
120 views
0
[C language] I'd like to save a string of text files in an array, but I'm curious about the method

I want to save five strings in a text file in a char pointer array.Current code.This is the output screen.

2 years ago

1 answers
73 views
0
[C language] If I enter 5 strings in a text file, is the text file 1 string? Is it five?

Current code.The appearance stored in the text file.When you try to save a string in a text file to a string array How should I give the size of the string out of 1 or 5?

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.