python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
c++ String from file to vector - more elegant way
I write a code in which I want to pass several strings from text file to string vector. Currently I do this that way:
using namespace std;
int main()
{
string list_name="LIST";
ifstream REF;...
Przemysław
Votes: 0
Answers: 3
c++ read file with accents
Good day, I am in a small project where I need to read .txt files, the problem is that some are in English and others in Spanish, the case is being presented in which some information comes with an ac...
ramej
Votes: 0
Answers: 1
Changes are not save when using MemoryStream instead of FileStream
I have a DLL with embedded Excel file. The goal is to retrieve this file and create some entry (Empty_File.txt in this example). When I'm using FileStream - the entry gets created, but when I'm using ...
JohnyL
Votes: 0
Answers: 1
Could not found the path for create and write file
My code is
after run on Azure it say:
{
"Message": "Cannot create 'D:\\home\\site\\wwwroot\\DataFile' because a file or directory with the same name already exists."
}
how to r...
Hao
Votes: 0
Answers: 1