Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Category: C++

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++: Why does changing 0.1f to 0 slow down performance by 10x?

Posted on September 1, 2017July 14, 2018 by TFE Times
Posted in C++Tagged 01f, 10x, by, c, changing, does, down, performance, slow, to, why
C++: Why does changing 0.1f to 0 slow down performance by 10x?

Why does this bit of code, const float x[16] = { 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1,

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

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

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

Posts navigation

Older posts
Newer posts
Click here
NYU Tandon School of Engineering Sideboard
University of Maryland Masters of Economics Sideboard
University of California Irvine Leaderboard
University of Maryland Masters of Economics Sideboard
University of California Berkeley Master of Financial Engineering MFE Sideboard
output_8BgzjE
Brandeis Business School
  • The Importance Of Reviewing R&D Expenses Before Starting New Initiatives

    August 3, 2026 by TFE Times
  • The Strategies Companies Use To Build More Efficient Distribution Networks

    August 3, 2026 by TFE Times
  • Why Truck Crash Claims Often Need Early Evidence Preservation

    August 3, 2026 by TFE Times
  • How Can You Buy Cannabis Online In Canada Affordably?

    August 3, 2026 by TFE Times
  • Most Common Master Degrees

    August 3, 2026December 30, 2025 by TFE Times
  • Top 10 Restaurants in Portland, Maine

    August 2, 2026June 20, 2026 by TFE Times
  • How Custom CRM Helps Businesses Work Better

    August 1, 2026August 1, 2026 by TFE Times
  • How Buying Health Insurance Early Improves Waiting Period Readiness

    August 1, 2026 by TFE Times
  • Top 10 Restaurants in Monaco

    August 1, 2026June 20, 2026 by TFE Times
  • The skills that get RNs promoted are not the ones that made them good at the bedside

    July 31, 2026 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes