Awesome! PowerToys just keeps rapidly getting better and better. 👏🏽 Looking forward to the day Peek matches the speed and compatibility of the QuickLook app on the Microsoft Store, and PowerRename matches the versatility of File Renamer Turbo.
maybe he is a Gypsie. There’s a guy I watch on YouTube (indigotraveller) and he just did a little series on the Romani Gypsies and gold is one of the most valued assets and like the super rich ones have everything made with gold just because.
Question
jerry
Hey,
I'm still a beginner trying to get my basics right, so please have patience with me.
I'm trying to store values from the user into a file in the following way:
while(count<5)
{
cout<<"Enter values: ";
outData << value;
count++;
}
However I am getting a warning the "value" wasnt defined. Anyway can anybody help me with this ?
P.S. I am declaring the file streams correctly, using the correct header file etc.,
Thanks !
Link to comment
https://www.neowin.net/forum/topic/149219-using-files-to-store-data-in-c/Share on other sites
13 answers to this question
Recommended Posts