Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Tag: c

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

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

Assertions are a way of breaking out of code when there is an error or an unexpected input. Some languages throw exceptions and some treat it as a bre

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

C++: Function Prototype

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, function, function prototype, prototype
C++: Function Prototype

Some languages provide the facility to declare functions and subroutines through the use of function prototyping. The task is to demonstrate the metho

Continue Reading

C++: File Size

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, file, file size, size
C++: File Size

In this task, the job is to verify the size of a file called "input.txt" for a file in the current working directory and another one in the file syste

Continue Reading

C++: Casting Out Nines

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, casting, nines, out
C++: Casting Out Nines

A task in three parts: Part 1 Write a procedure (say co9(x)) which implements Casting Out Nines as described by returning the checksum for x.

Continue Reading

C++ Puzzles/Games

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, puzzlesgames
C++ Puzzles/Games

[pt_view id="fa2c5f1466"]

Continue Reading

C++: Downward For Loop

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, downward, for loop, loop
C++: Downward For Loop

Write a for loop which writes a countdown from 10 to 0. for(int i = 10; i >= 0; --i) std::cout << i << "\n"; SOURCE Con

Continue Reading

Posts navigation

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