Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

University of Maryland Masters of Economics Leaderboard
NYU Tandon School of Engineering Leaderboard
Brandeis University Master of Finance Leaderboard 728x90
MAFI_728x90
Click here
MAFI_728x90
RPI Leaderboard
Click here
University of California Irvine Leaderboard
Click here
University of California Irvine Leaderboard
University of Maryland Masters of Economics  Leaderboard
  • 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

Author: TFE Times

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++: Dragon Curve

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, curve, dragon, fractal

Create and display a dragon curve fractal. (You may either display the curve directly or write it to an image file.) This program will generate

Continue Reading

C++: Fork

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, fork, process
C++: Fork

In this task, the goal is to spawn a new process which can run simultaneously with, and independently of, the original parent process. #include<

Continue Reading

C++: MD5

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++ PuzzlesTagged algorithm, encryption, md5
C++: MD5

Encode a string using an MD5 algorithm. The algorithm can be found on wikipedia. Optionally, validate your implementation by running all of the tes

Continue Reading

C++: Copy a Range of Elements

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, copy, elements, of, range, rnge
C++: Copy a Range of Elements

On line 7, we create a std::vector<int> called source containing a sequence of values that we wish to copy. On line 9, we have another std::v

Continue Reading

Avoiding “!= Null” Statements in Java?

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in JavaTagged avoiding, in, java, null, statements
Avoiding “!= Null” Statements in Java?

I work with Java all day long. The most used idiom (code snippet) I’m programming in Java, is to test if an object != null before I use it. This is

Continue Reading

Creating a Memory Leak With Java

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in JavaTagged a, creating, creting, jv, leak, lek, memory, with
Creating a Memory Leak With Java

I just had an interview, and I was asked to create a memory leak with Java. Needless to say I felt pretty dumb having no clue on how to even start cre

Continue Reading

C++: Fibonacci Word Fractals

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged fibonacci, fibonacci word, fractal, fractals, s, Word
C++: Fibonacci Word Fractals

The Fibonacci word may be represented as a fractal as described here: For F_wordm start with F_wordCharn=1 Draw a segment forward If curren

Continue Reading

C++: I Before E Except After C

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged after, before, e, except, i, mnemonic, phrase
C++: I Before E Except After C

The phrase "I before E, except after C" is a widely known mnemonic which is supposed to help when spelling English words. Task Description

Continue Reading

C++: Integer Sequence

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, integer sequence
C++: Integer Sequence

Create a program that, when run, would display all integers from 1 to ∞ (or any relevant implementation limit), in sequence (i.e. 1, 2, 3, 4, etc) i

Continue Reading

Posts navigation

Older posts
Newer posts
output_8BgzjE
University of California Irvine Leaderboard
NYU Tandon School of Engineering Sideboard
Brandeis Business School
Click here
University of Maryland Masters of Economics Sideboard
University of California Berkeley Master of Financial Engineering MFE Sideboard
University of Maryland Masters of Economics Sideboard
  • Average Hourly Wage By State

    August 23, 2026December 30, 2025 by TFE Times
  • Top 10 Restaurants in Denver, Colorado

    August 23, 2026June 20, 2026 by TFE Times
  • Top 10 Restaurants in Berlin, Germany

    August 22, 2026June 20, 2026 by TFE Times
  • The History of the 8-Iron: The Club That Turned Approach Shots Into Scoring Opportunities

    August 21, 2026July 13, 2026 by TFE Times
  • Custom Metalwork Meets Digital Design: Inside CopperSmith’s Manufacturing Model

    August 20, 2026August 20, 2026 by TFE Times
  • How to Choose a Vacuum Phone Mount for Textured Car Dashboards

    August 20, 2026 by TFE Times
  • 7 Investments That Will Help Your Coffee Shop Deliver Better Products and Services

    August 20, 2026 by TFE Times
  • How to Pick a Good Bottle of Wine Under $25

    August 20, 2026July 13, 2026 by TFE Times
  • Mistakes are Feedback Not Final Grades

    August 19, 2026 by TFE Times
  • Five players who swapped Newcastle for Liverpool

    August 19, 2026 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes