line tag

53 questions


1 answers
127 views
0
How to replace InputStream with BufferedReader

I wrote InputStream to read text line by line from Android Asset Folder.If I use Buffered Reader, I can use readLine(), so I want to change InputStream to Buffered ReaderWhat should I do?InputStream i...


1 answers
117 views
0
How to debug command-line parameters in Visual Studio

I'm making a command line application with BIS C++I can't find a way to debug it because I got an argument from the command line no matter how much I look for itI'm just using exe file to run it, but ...


1 answers
74 views
0
readlines readline

Save it to a variable called code to open the file '''def searching(name):code.seek(0, 0)lines = code.readlines()for line in lines: item = line.split() if name in item: return lineprint searching ('N...

2 years ago
« - 6 -

© 2024 OneMinuteCode. All rights reserved.