Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

University of California Irvine Leaderboard
NYU Tandon School of Engineering Leaderboard
Click here
Brandeis University Master of Finance Leaderboard 728x90
RPI Leaderboard
MAFI_728x90
Click here
Click here
University of California Irvine Leaderboard
MAFI_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++: Cycles in family tree software

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, cycles, family, in, software, tree
C++: Cycles in family tree software

I am the developer of some family tree software (written in C++ and Qt). I had no problems until one of my customers mailed me a bug report. The probl

Continue Reading

C++: Black Scholes Call Option Gamma

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged black, c, call, gamma, option, scholes
C++: Black Scholes Call Option Gamma

// Calculate the Black Scholes European call option Gamma double BS_Call_Option_Gamma(double S, double K, double r, double v, double T) // Para

Continue Reading

C++: Function Composition

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, closure, function composition
C++: Function Composition

Create a function, compose, whose two arguments f and g, are both functions with one argument. The result of compose is to be a function of one argume

Continue Reading

C++: Closest-Pair Problem

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, closestpair, problem
C++: Closest-Pair Problem

The aim of this task is to provide a function to find the closest two points among a set of given points in two dimensions, i.e. to solve the Closest

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++: Multiple Distinct Objects

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, data structure, distinct, multiple, object, objects, s
C++: Multiple Distinct Objects

Create a sequence (array, list, whatever) consisting of n distinct, initialized items of the same type. n should be determined at runtime. By disti

Continue Reading

C++: Anonymous Recursion

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

While implementing a recursive function, it often happens that we must resort to a separate "helper function" to handle the actual recursion. This

Continue Reading

Why is processing a sorted array faster than an unsorted array?

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in C++Tagged a, an, array, faster, fster, is, n, processing, rry, sorted, than, thn, un, unsorted, why
Why is processing a sorted array faster than an unsorted array?

Here is a piece of C++ code that seems very peculiar. For some strange reason, sorting the data miraculously makes the code almost six times faster.

Continue Reading

C++: Compile-Time Calculation

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, calculation, compiletime
C++: Compile-Time Calculation

Some programming languages allow calculation of values at compile time. For this task, calculate 10! at compile time. Print the result when the progra

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

Posts navigation

Older posts
Newer posts
Click here
output_8BgzjE
NYU Tandon School of Engineering Sideboard
University of California Irvine Leaderboard
Brandeis Business School
University of California Berkeley Master of Financial Engineering MFE Sideboard
  • Average Salary By State In 2025

    October 2, 2025May 25, 2025 by TFE Times
  • How a Motorcycle Accident Attorney Can Strengthen Your Case

    October 1, 2025 by TFE Times
  • The Future of Work: Why Skilled Trades Are Essential in a Tech-Driven Economy

    October 1, 2025 by TFE Times
  • What Internet Culture Looks Like in the 2020s

    October 1, 2025 by TFE Times
  • The World’s Top 40 Financial Centers

    October 1, 2025May 25, 2025 by TFE Times
  • The Most Popular Browser Extensions for Money Management

    September 30, 2025 by TFE Times
  • How Cybersecurity Systems Work in iGaming

    September 30, 2025 by TFE Times
  • Gut feeling or data? The decision dilemma

    September 30, 2025 by TFE Times
  • How Wire Rope Lubricators Work

    September 30, 2025 by TFE Times
  • Free Play Lightning Link Slots Without Registration

    September 30, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes