Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Tag: c

C++: Generate Random Number in Range

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, generate, in, number, random, range
C++: Generate Random Number in Range

int random_in_range(int a, int b) //Function that returns a random integer between 2 provided integers { return a + random() % (b-a+1); }

Continue Reading

C++: Constrained Random Points on a Circle

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, circle, constrained, cstrined, on, points, random, rndom
C++: Constrained Random Points on a Circle

Generate 100 <x,y> coordinate pairs such that x and y are integers sampled from the uniform distribution with the condition that . Then display/

Continue Reading

C++: Count in Octal

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, count, in, octal
C++: Count in Octal

The task is to produce a sequential count in octal, starting at zero, and using an increment of a one for each consecutive number. Each number should

Continue Reading

C++: Draw a Clock

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, clock, draw, drw, graphics

Task: draw a clock. More specific: Draw a time keeping device. It can be a stopwatch, hourglass, sundial, a mouth counting "one thousand an

Continue Reading

C++: Create an Object at a Given Address

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, address, an, at, c, create, crete, ddress, given, n, object, t
C++: Create an Object at a Given Address

In systems programing it is sometimes required to place language objects at specific memory locations, like I/O registers, hardware interrupt vectors

Continue Reading

C++: Split a string in C++

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, in, split, strg, string
C++: Split a string in C++

What’s the most elegant way to split a string in C++? The string can be assumed to be composed of words separated by whitespace. (Note that I’m

Continue Reading

C++: Black Scholes Put Option Rho

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

// Calculate the Black Scholes European put option Rho double BS_Put_Option_Rho(double S, double K, double r, double v, double T) // Parameters

Continue Reading

C++: Foreach Loop

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, foreach, loop
C++: Foreach Loop

Loop through and print each element in a collection in order. Use your language's "for each" loop if it has one, otherwise iterate through the collect

Continue Reading

C++: Kaprekar Numbers

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, kaprekar, kaprekar numbers, numbers
C++: Kaprekar Numbers

A positive integer is a Kaprekar number if: It is 1 The decimal representation of its square may be split once into two parts consisting of po

Continue Reading

C++: Loop Continue

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, continue, loop, loops
C++: Loop Continue

Show the following output using one loop. 1, 2, 3, 4, 5 6, 7, 8, 9, 10 Try to achieve the result by forcing the next iteration within the loop up

Continue Reading

Posts navigation

Older posts
Newer posts
University of California Berkeley Master of Financial Engineering MFE Sideboard
NYU Tandon School of Engineering Sideboard
output_8BgzjE
University of California Irvine Leaderboard
Click here
Brandeis Business School
  • Gamification as a Player Retention Strategy: Passing Trend or Sustainable Business Model?

    February 26, 2026 by TFE Times
  • Behavioral Economics and the Industry of Instant Reward

    February 26, 2026 by TFE Times
  • Online Casinos as a New Financial Sector: Investment, M&A Activity, and Public Market Listings

    February 26, 2026 by TFE Times
  • How iGaming Regulation Reduces the Grey Market and Increases Industry Transparency

    February 26, 2026 by TFE Times
  • Mobile Transformation in iGaming: How Smartphones Became the Industry’s Main Growth Driver

    February 26, 2026 by TFE Times
  • Map Explainer: Greenland

    February 26, 2026October 5, 2025 by TFE Times
  • Top 10 Dream Schools

    February 25, 2026October 5, 2025 by TFE Times
  • Why certain stocks keep entering the F&O ban zone?

    February 24, 2026 by TFE Times
  • How Supportive Employment Policies Improve Workforce Stability

    February 24, 2026 by TFE Times
  • Navigating the Digital Economy: How New Technologies Are Shaping Personal Investment Strategies

    February 24, 2026 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes