Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Month: September 2017

C++: Copy a String

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged a, copy, string
C++: Copy a String

This task is about copying a string. Where it is relevant, distinguish between copying the contents of a string versus making an additional reference

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++: 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++: 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++: Formatted Numeric Output

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged decimal, fixed-length, formatted, formatting, numeric, output
C++: Formatted Numeric Output

Express a number in decimal as a fixed-length string with leading zeros. For example, the number 7.125 could be expressed as "00007.125". #inc

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

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged crc32
C++: CRC-32

Demonstrate a method of deriving the Cyclic Redundancy Check from within the language. The result should be in accordance with ISO 3309, ITU-T V.42,

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++: 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
output_8BgzjE
University of California Irvine Leaderboard
NYU Tandon School of Engineering Sideboard
Brandeis Business School
University of California Berkeley Master of Financial Engineering MFE Sideboard
  • The Greenest Cities In America

    April 6, 2026October 28, 2025 by TFE Times
  • Best Car Floor Mats for Protecting Interiors from Dirt and Moisture

    April 5, 2026April 5, 2026 by TFE Times
  • Tuition Costs Of Top U.S. Colleges

    April 5, 2026October 28, 2025 by TFE Times
  • The World’s Oldest People In History

    April 4, 2026October 28, 2025 by TFE Times
  • The Cost Of Utilities Around The World

    April 3, 2026October 28, 2025 by TFE Times
  • Largest Labor Forces By Country

    April 2, 2026October 28, 2025 by TFE Times
  • The 10 Most Powerful U.S. Hurricanes

    April 1, 2026October 28, 2025 by TFE Times
  • The World’s Largest Merchant Fleets

    March 31, 2026October 28, 2025 by TFE Times
  • Median Household Income By State

    March 30, 2026October 28, 2025 by TFE Times
  • How Senior Home Care Improves Mental Health in Aging Adults

    March 29, 2026 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes