Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged black, c, option, put, scholes, vega
C++: Black Scholes Put Option Vega

// Calculate the Black Scholes European put option Vega double BS_Put_Option_Vega(double S, double K, double r, double v, double T) // Parameter

Continue Reading

Free C++ Books

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

1. Fundamentals of Programming C++ (Richard L. Halterman) 2. C++ Annotations (Frank B. Brokken) 3. The C++ Hackers Guide (Steve Oualline)

Continue Reading

C++: Random Number Generator

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, generator, random number
C++: Random Number Generator

Rule 30 is considered to be chaotic enough to generate good pseudo-random numbers. As a matter of fact, rule 30 is used by the Mathematica software fo

Continue Reading

C++: Apply a Callback to an Array

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, an, apply, array, c, callback, cllbck, n, pply, rry, to
C++: Apply a Callback to an Array

In this task, the goal is to take a combined set of elements and apply a function to each element. C-style Array: #include <iostream> //

Continue Reading

C++: Higher-Order Functions

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged argument, c, function, higher order function, higherorder, pointer, s
C++: Higher-Order Functions

Pass a function as an argument to another function. Function Pointer Works with: g++ version 3.4.2 (mingw-special) C++ can pass function pointers i

Continue Reading

C++: Multifactorial

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, factorial, multi, multifactorial
C++: Multifactorial

The factorial of a number, written as n! is defined as n! = n(n − 1)(n − 2)...(2)(1) A generalization of this is the multifactorials where:

Continue Reading

C++: Simple Moving Average

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged average, c, moving, simple
C++: Simple Moving Average

Computing the simple moving average of a series of numbers. The task is to: Create a stateful function/class/instance that takes a period and

Continue Reading

Why Is Char[] Preferred Over String for Passwords?

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in C++Tagged char, for, is, over, passwords, preferred, string, why
Why Is Char[] Preferred Over String for Passwords?

In Swing, the password field has a getPassword() (returns char[]) method instead of the usual getText() (returns String) method. Similarly, I have com

Continue Reading

C++: GUI Component Interaction

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, component, components, display, graphics, gui, interaction, logic, visuals
C++: GUI Component Interaction

Almost every application needs to communicate with the user in some way. Therefore, a substantial part of the code deals with the interaction of progr

Continue Reading

C++: Hofstadter-Conway $10,000 Sequence

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged 10000, c, conway, hofstadter, hofstadter. sequence, sequence
C++: Hofstadter-Conway $10,000 Sequence

The definition of the sequence is colloquially described as: Starting with the list [1,1], Take the last number in the list so far: 1, I'll ca

Continue Reading

Posts navigation

Older posts
Newer posts
Click here
output_8BgzjE
Brandeis Business School
University of California Irvine Leaderboard
University of California Berkeley Master of Financial Engineering MFE Sideboard
NYU Tandon School of Engineering Sideboard
  • How Wire Rope Lubricators Work

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

    September 30, 2025 by TFE Times
  • U.S. Shipping Exports Slump

    September 30, 2025May 25, 2025 by TFE Times
  • The World’s Top 30 Economies

    September 29, 2025May 25, 2025 by TFE Times
  • Your Guide to Temple Injury Law and Personal Injury Claims

    September 28, 2025 by TFE Times
  • Thinking Long Term: How Protection Strategies Build Value Over Time

    September 28, 2025September 28, 2025 by TFE Times
  • African Trade: China Versus U.S.

    September 28, 2025May 25, 2025 by TFE Times
  • The Surging Of The Magnificent 7 Versus The S&P 500

    September 27, 2025May 25, 2025 by TFE Times
  • U.S. Industry Salaries

    September 26, 2025May 25, 2025 by TFE Times
  • Global Military Spending 2024

    September 25, 2025May 25, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes