Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Tag: c

C++: Display Color Bars

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged bars, c, color, display
C++: Display Color Bars

The task is to display a series of vertical color bars across the width of the display. The color bars should either use the system palette, or the se

Continue Reading

C++: Jensen’s Device

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, device, jensen, jensen's device, s
C++: Jensen’s Device

This task is an exercise in call by name. Jensen's Device is a computer programming technique devised by Danish computer scientist Jørn Jensen aft

Continue Reading

C++: Enumerations

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, enumeration, s
C++: Enumerations

Create an enumeration of constants with and without explicit values.   enum fruits { apple, banana, cherry };   enum fruits { apple = 0, b

Continue Reading

C++ Math

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

[pt_view id="28cf82d7fe"]

Continue Reading

C++: Command-Line Arguments

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged arguments, c, commandline
C++: Command-Line Arguments

Retrieve the list of command-line arguments given to the program. For programs that only print the arguments when run directly, see Scripted main.

Continue Reading

C++: Operator overloading

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, operator, overloading
C++: Operator overloading

What are the basic rules and idioms for operator overloading in C++? Note: The answers were given in a specific order, but since many users sort an

Continue Reading

C++: HTTP

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, http, http request, request, url
C++: HTTP

Access and print a URL's content (the located resource) to the console. There is a separate task for HTTPS Requests. #include <winsock2.h>

Continue Reading

C++: When should static_cast, dynamic_cast, const_cast and reinterpret_cast be used?

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged and, be, c, constcast, dynamiccast, reinterpretcast, should, staticcast, used, when
C++: When should static_cast, dynamic_cast, const_cast and reinterpret_cast be used?

What are the proper uses of: static_cast dynamic_cast const_cast reinterpret_cast C-style cast (type)value Function-style cast typ

Continue Reading

C++: Black Scholes Put Option Gamma

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

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

Continue Reading

C++: Rational Number Arithmetic

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged arithmetic, c, number, rational
C++: Rational Number Arithmetic

The objective of this task is to create a reasonably complete implementation of rational arithmetic in the particular language using the idioms of the

Continue Reading

Posts navigation

Older posts
Newer posts
Click here
NYU Tandon School of Engineering Sideboard
University of California Irvine Leaderboard
Brandeis Business School
output_8BgzjE
University of California Berkeley Master of Financial Engineering MFE Sideboard
  • conversation

    A Practical Guide to Using AI Conversation Models for Multilingual Customer Service

    December 9, 2025 by TFE Times
  • World’s Biggest Cryptos In 2025

    December 9, 2025November 28, 2025 by TFE Times
  • Job Cuts By U.S. State In 2025

    December 8, 2025November 28, 2025 by TFE Times
  • U.S. Flight Cancellations

    December 7, 2025November 28, 2025 by TFE Times
  • The Rise Of China’s R&D Spending

    December 6, 2025July 20, 2025 by TFE Times
  • Revenue Per Employee At Tech Firms

    December 5, 2025July 20, 2025 by TFE Times
  • selfie

    How Selfie Verification is Keeping Online Dating Users Safe

    December 4, 2025 by TFE Times
  • Top Countries By Telecom Investment

    December 4, 2025July 20, 2025 by TFE Times
  • Ways Proactive Risk Tools Help Organizations Capitalize on Emerging Opportunities

    December 3, 2025 by TFE Times
  • Moving to the USA: Why Hoboken Is the Perfect First Stop

    December 3, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes