Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about file-management

Read more about file-management

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - file-management

Modes in fstream referring to two different sets ios and fstream for the same thing(in my opinion)

What is the difference between these two lines in file management in C++? fstream fin("project.csv",fstream::in); fstream fin("project.csv",ios::in);
test-img

Ayush Balodi

fstream

file-management

Votes: 0

Answers: 1

Latest Answer

Refer to the image for the hierarchy of classes in C++. Actually ios_base is the superclass which is inherited by ios class, which is inherited by istream and ostream and both of these are inherited ...
test-img

Ayush Balodi

Sample Code for MacOS Core Data with external file management with Undo/Redo

I'm trying to create an NSManagedObject subclass that manages a single file external to the Core Data database targeting back to MacOS 10.14. I don't think I can use the in built feature to store exte...
test-img

Silver

cocoa

core-data

nsmanagedobject

file-management

Votes: 0

Answers: 1

Latest Answer

What I ended up doing: public class File: NSManagedObject { var file_directory: URL { get { return sharedDirectoryStucture.workFolder() } } @objc var ...
test-img

Silver

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved