Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

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

The Fibonacci sequence is a sequence Fn of natural numbers defined recursively: F0 = 0 F1 = 1 Fn = Fn-1 + Fn-2, if n>1 Write a function to ge

Continue Reading

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

C++: Fractal Tree

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, fractal, fractal tree, graphics, tree
C++: Fractal Tree

Generate and draw a fractal tree. To draw a fractal tree is simple: Draw the trunk At the end of the trunk, split by some angle and draw tw

Continue Reading

Posts navigation

Older posts
Newer posts
Click here
University of California Berkeley Master of Financial Engineering MFE Sideboard
University of California Irvine Leaderboard
Brandeis Business School
NYU Tandon School of Engineering Sideboard
output_8BgzjE
  • Games for physical rehabilitation: how gaming helps recover from injuries

    September 12, 2025 by TFE Times
  • Poker

    Why AI is a Game Changer for Online Poker

    September 12, 2025 by TFE Times
  • How to Avoid Hookup Culture While Traveling: Safe Dating Tips for 2025

    September 12, 2025 by TFE Times
  • What Makes The Right Marketing Partner For Your Brand

    September 12, 2025 by TFE Times
  • How Horse Racing Impacts Local Economies Worldwide

    September 12, 2025 by TFE Times
  • How Canada Would Rank In The EU

    September 12, 2025May 25, 2025 by TFE Times
  • Bizzo Casino Gaming Site – A Complete Guide for Australian Users

    September 11, 2025 by TFE Times
  • ZTE Company Powers Next-Level Autonomy in Telecom Networks at DTW 2025

    September 11, 2025 by TFE Times
  • Future-Proof Skills Every Aspiring Cosmetologist Should Learn

    September 11, 2025 by TFE Times
  • Explore Vidnoz – The Free AI Video Maker That Turns Pictures Into Motion

    September 11, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes