Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, ludic, ludic numbers, number, numbers, s
C++: Ludic Numbers

Ludic numbers are related to prime numbers as they are generated by a sieve quite like the Sieve of Eratosthenes is used to generate prime numbers.

Continue Reading

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

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

Posts navigation

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