Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

University of California Irvine Leaderboard
Click here
MAFI_728x90
NYU Tandon School of Engineering Leaderboard
MAFI_728x90
University of California Irvine Leaderboard
Brandeis University Master of Finance Leaderboard 728x90
RPI Leaderboard
Click here
Click here
  • Business
  • Culture
  • Technology
  • International Rankings
    • Bangladesh
    • Canada
    • Egypt
    • India
    • Nigeria
    • Pakistan
    • Philippines
    • United Kingdom
    • United States of America
  • Masters Rankings
    • Accounting
    • Business Analytics
    • Chiropractic
    • Computer Engineering
    • Computer Science
    • Economics
    • Education
    • Finance
    • Financial Economics
    • Financial Engineering
    • Law
    • Management
    • Marketing
    • MBA
    • Nursing
    • Social Work
  • Resources
    • C++
      • Beginner’s Guide to C++
      • An Introduction to the Imperative Part of C++
      • C++ Code
        • Sorts
        • Binary Search Trees
        • Strings
        • Binary Search
        • Math
        • Quant
        • Puzzles/Games
        • Language Concepts
        • Graphics
        • OS Operations
        • Graphs
      • C++ Full Course
      • C++ Crash Course
      • C++ Interview Questions
      • C++ Q/A
      • C++ Books
      • C++ Free Books
      • C++ Videos
    • C Questions
    • C Programming Tips
    • Java Questions
    • Quant Data Sources
    • Quant Questions

Tag: file

C++: Write CSV File

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, csv, file, write
C++: Write CSV File

void write_csv_file(double A[], int length, string file_name) //Function that prints array A to a *.csv file { ofstream output(file_name);

Continue Reading

C++: Create a File

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, create, crete, file
C++: Create a File

In this task, the job is to create a new empty file called "output.txt" of size 0 bytes and an empty directory called "docs". This should be done twic

Continue Reading

C++: File Modification Time

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, file, file modification, files, modification, Time
C++: File Modification Time

This task will attempt to get and set the modification time of a file. #include <boost/filesystem/operations.hpp> #include <ctime> #i

Continue Reading

C++: File Size

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, file, file size, size
C++: File Size

In this task, the job is to verify the size of a file called "input.txt" for a file in the current working directory and another one in the file syste

Continue Reading

C++: Globally Replace Text in Several Files

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, everal, file, globally, in, replace, replae, s, several, text
C++: Globally Replace Text in Several Files

The task is to replace every occurring instance of a piece of text in a group of text files with another one. For this task we want to replace the tex

Continue Reading

C++: Find Common Directory Path

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, common, directory, file, find, path
C++: Find Common Directory Path

Create a routine that, given a set of strings representing directory paths and a single character directory separator, will return a string representi

Continue Reading

C++: Delete a File

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, delete, file
C++: Delete a File

In this task, the job is to delete a file called "input.txt" and delete a directory called "docs". This should be done twice: once "here", i.e. in the

Continue Reading

C++: Include a File

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, file, include
C++: Include a File

The task is to demonstrate the language's ability to include source code from other files. In C and C++, inclusion of other files is achieved via a

Continue Reading

C++: Check That File Exists

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, check, exists, file, that
C++: Check That File Exists

In this task, the job is to verify that a file called "input.txt" and the directory called "docs" exist. This should be done twice: once for the curre

Continue Reading

C++: File Input/Output

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, file, files, inputoutput
C++: File Input/Output

In this task, the job is to create a file called "output.txt", and place in it the contents of the file "input.txt", via an intermediate variable. In

Continue Reading
Click here
output_8BgzjE
University of California Irvine Leaderboard
University of California Berkeley Master of Financial Engineering MFE Sideboard
NYU Tandon School of Engineering Sideboard
Brandeis Business School
  • Signature Scent: 15 Trademarked Scents In The US

    May 17, 2025April 13, 2025 by TFE Times
  • Mcdonald’s Price Inflation

    May 16, 2025April 13, 2025 by TFE Times
  • New Cloud2Me Survey Uncovers Surprising IT Habits in Accountancy Firms

    May 15, 2025 by TFE Times
  • Starting a Photography Business: Your Complete Guide

    May 15, 2025 by TFE Times
  • Employment Lawyer’s Role in Workplace Privacy Disputes

    May 15, 2025 by TFE Times
  • The Role of an SEO Agency in a Law Firm’s Digital Growth

    May 15, 2025 by TFE Times
  • Negotiating Commercial Agreements: Tips and Strategies

    May 15, 2025 by TFE Times
  • Step By Step: Design An Extraordinary Home Office Setup

    May 15, 2025May 5, 2024 by TFE Times
  • Good Mood Décor: Add Energy to Every Corner of Your Home

    May 14, 2025May 5, 2024 by TFE Times
  • Chicago vs. New York: What’s The Difference?

    May 13, 2025May 5, 2024 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes