Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

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

#include <functional> #include <algorithm> #include <iterator> template< typename BidirectionalIterator, typename Compar

Continue Reading

C++ Language Concepts

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, concepts, language
C++ Language Concepts

[pt_view id="016a1aed85"]

Continue Reading

C++: Hello World Web Server

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, hello, localhost, print, server, web, web server, world
C++: Hello World Web Server

The browser is the new GUI ! The task is to serve our standard text "Goodbye, World!" to http://localhost:8080/ so that it can be viewed with a we

Continue Reading

C++: Hofstadter Q Sequence

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, hofstadter, q sequence
C++: Hofstadter Q Sequence

The Hofstadter Q sequence is defined as: It is defined like the Fibonacci sequence, but whereas the next term in the Fibonacci sequence is th

Continue Reading

C++: Currying

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

Create a simple demonstrative example of Currying in the specific language. Currying may be achieved in C++ using the Standard Template Library fun

Continue Reading

C++: Flow-Control Structures

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, control, flow, flow-control structure, goto, structures
C++: Flow-Control Structures

In this task, we document common flow-control structures. One common example of a flow-control structure is the goto construct. Note that Conditional

Continue Reading

C++: Black Scholes Put Option Delta

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

// Calculate the Black Scholes European put option Delta double BS_Put_Option_Delta(double S, double K, double r, double v, double T) // Parame

Continue Reading

C++: Lucas-Lehmer Test

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, lehmer, lucas, lucas-lehmer test, prime, test
C++: Lucas-Lehmer Test

Lucas-Lehmer Test: for p an odd prime, the Mersenne number 2p − 1 is prime if and only if 2p − 1 divides S(p − 1) where S(n + 1) = (S(n))2 − 2

Continue Reading

C++: For Loop with a Specified Step

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, for loop, loop, specified, step, with
C++: For Loop with a Specified Step

Demonstrate a for-loop where the step-value is greater than one. This prints all odd digits: for (int i = 1; i < 10; i += 2) std::cout &

Continue Reading

C++: Hickerson Series of Almost Integers

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged almost, c, erie, hickerson, hickerson series, integer, of, s, series
C++: Hickerson Series of Almost Integers

The following function, due to D Hickerson, is said to generate "Almost integers" by the "Almost Integer" page of Wolfram Mathworld. (December 31 2013

Continue Reading

Posts navigation

Older posts
Newer posts
University of California Berkeley Master of Financial Engineering MFE Sideboard
output_8BgzjE
Brandeis Business School
Click here
NYU Tandon School of Engineering Sideboard
University of California Irvine Leaderboard
  • 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