Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Differences Between HashMap and Hashtable?

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in C++Tagged and, between, differences, hashmap, hashtable
Differences Between HashMap and Hashtable?

What are the differences between a HashMap and a Hashtable in Java? Which is more efficient for non-threaded applications? dmanxiii Answer: Th

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++: GUI Enabling/Disabling of Controls

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, controls, enablingdisabling, gui, of
C++: GUI Enabling/Disabling of Controls

In addition to fundamental GUI component interaction, an application should dynamically enable and disable GUI components, to give some guidance to th

Continue Reading

C++: What are the differences between a pointer variable and a reference variable in C++?

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, and, are, between, c, differences, in, nd, pointer, poter, re, reference, the, variable, vrible, what, wht
C++: What are the differences between a pointer variable and a reference variable in C++?

I know references are syntactic sugar, so code is easier to read and write. But what are the differences? Summary from answers and links bel

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

C++ Questions

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++Tagged questions
C++ Questions

[pt_view id="6491efea00"]

Continue Reading

C++: Template Conditional Structures

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, conditional, structures, template
C++: Template Conditional Structures

This page lists the conditional structures offered by different programming languages. Common conditional structures are if-then-else and switch. Tem

Continue Reading

C++: Address of a Variable

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, address, c, ddress, of, variable, vrible
C++: Address of a Variable

Get the address Note that void* is a "pure" address which doesn't carry the type information anymore. If you need the type information (e.g. to recov

Continue Reading

Posts navigation

Older posts
Newer posts
University of California Irvine Leaderboard
NYU Tandon School of Engineering Sideboard
Click here
Brandeis Business School
University of California Berkeley Master of Financial Engineering MFE Sideboard
output_8BgzjE
  • What Every State Imports The Most

    September 11, 2025May 25, 2025 by TFE Times
  • Where Americans Have The Most Cash 2025

    September 10, 2025May 25, 2025 by TFE Times
  • The Most Reliable Used-Car Brands in 2025

    September 9, 2025May 25, 2025 by TFE Times
  • Charting U.S. Trade Relationships

    September 8, 2025May 25, 2025 by TFE Times
  • The World’s Largest Combat Tank Fleets

    September 7, 2025May 25, 2025 by TFE Times
  • The World’s Aging Population

    September 6, 2025May 25, 2025 by TFE Times
  • How Do American Universities Make Money?

    September 5, 2025May 25, 2025 by TFE Times
  • Demand For Silver In Millions Of Ounces

    September 4, 2025May 25, 2025 by TFE Times
  • 2024’s Biggest Box Office Bombs

    September 3, 2025May 25, 2025 by TFE Times
  • UN Member States Not Recognized By At Least One Other UN Member State

    September 2, 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