Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Category: C++

C++: Delegates

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, delegates
C++: Delegates

A delegate is a helper object used by another object. The delegator may send the delegate certain messages, and provide a default implementation when

Continue Reading

C++: Hailstone Sequence

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, collatz conjecture, hailstone sequence
C++: Hailstone Sequence

The Hailstone sequence of numbers can be generated from a starting positive integer, n by: If n is 1 then the sequence ends. If n is even then

Continue Reading

C++: Insertion Sort

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, insertion, sort
C++: Insertion Sort

#include <algorithm> template<class Iterator> void insertion_sort( Iterator a, Iterator end ) { std::iter_swap( a, std::min_ele

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++: Heap Sort

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, heap, sort
C++: Heap Sort

#include <algorithm> // for std::make_heap, std::sort_heap template <typename Iterator> void heap_sort(Iterator begin, Iterator en

Continue Reading

C++: Enforced Immutability

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, enforced, immutability
C++: Enforced Immutability

Demonstrate any means your language has to prevent the modification of values, or to create objects that cannot be modified after they have been creat

Continue Reading

C++: Ackermann Function

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged ackermann, c, function
C++: Ackermann Function

The Ackermann function is a classic example of a recursive function, notable especially because it is not a primitive recursive function. It grows ver

Continue Reading

C++: Mutual Recursion

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, mutual, mutual recursion, recursion
C++: Mutual Recursion

Two functions are said to be mutually recursive if the first calls the second, and in turn the second calls the first. Write two mutually recursive

Continue Reading

Best C++ Books

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in C++Tagged best, books, c
Best C++ Books

Reference Style - All Levels A Tour of C++ (Bjarne Stroustrup) The "tour" is a quick (about 180 pages and 14 chapters) tutorial overview of all

Continue Reading

Best C++ Videos

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++, VideosTagged best, videos
Best C++ Videos

[pt_view id="17aa22899c"]

Continue Reading

Posts navigation

Older posts
Newer posts
output_8BgzjE
Click here
NYU Tandon School of Engineering Sideboard
University of California Berkeley Master of Financial Engineering MFE Sideboard
University of California Irvine Leaderboard
Brandeis Business School
  • The Cost Of Internet

    March 17, 2026October 14, 2025 by TFE Times
  • greece

    Slotshub — Your New Choice Among Online Casinos In Greece

    March 16, 2026 by TFE Times
  • The Age Of Every Democratic Senator

    March 16, 2026October 14, 2025 by TFE Times
  • The Most Underemployed College Degrees In America

    March 15, 2026October 14, 2025 by TFE Times
  • The U.S. Consumer Balance Sheet

    March 14, 2026October 14, 2025 by TFE Times
  • Why Gransino Casino continues to gain popularity in 2026

    March 13, 2026 by TFE Times
  • How does PlayCroco’s support service work?

    March 13, 2026 by TFE Times
  • Countries Where You Can Purchase Citizenship

    March 13, 2026October 14, 2025 by TFE Times
  • Student Loan Debt In America

    March 12, 2026October 14, 2025 by TFE Times
  • Who Goes To The Dentist?

    March 11, 2026October 14, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes