Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Category: C++

C++: Dragon Curve

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

Create and display a dragon curve fractal. (You may either display the curve directly or write it to an image file.) This program will generate

Continue Reading

C++: Copy a Range of Elements

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, copy, elements, of, range, rnge
C++: Copy a Range of Elements

On line 7, we create a std::vector<int> called source containing a sequence of values that we wish to copy. On line 9, we have another std::v

Continue Reading

C++: Classes

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

In object-oriented programming class is a set (a transitive closure) of types bound by the relation of inheritance. It is said that all types derived

Continue Reading

C++ Interview Questions

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

According to the C++11 standard, what is the output of this program? template <class T> void f(T &i) { std::cout << 1; } templ

Continue Reading
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

C++: Integer Sequence

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, integer sequence
C++: Integer Sequence

Create a program that, when run, would display all integers from 1 to ∞ (or any relevant implementation limit), in sequence (i.e. 1, 2, 3, 4, etc) i

Continue Reading

C++: Linear Congruential Generator

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, congruential, generator, linear, linear congruential generator, number, random
C++: Linear Congruential Generator

The linear congruential generator is a very simple example of a random number generator. All linear congruential generators use this formula:

Continue Reading

C++: Break OO Privacy

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged break, c, oo, privacy
C++: Break OO Privacy

Show how to access private or protected members of a class in an object-oriented language from outside an instance of the class, without calling non-p

Continue Reading

C++: Maze Solving

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, maze, maze solving, solver, solving
C++: Maze Solving

For a maze generated by this task, write a function that finds (and displays) the shortest path between two cells. Note that because these mazes are g

Continue Reading

C++: Dot Product

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, dot, product
C++: Dot Product

Create a function/use an in-built function, to compute the dot product, also known as the scalar product of two vectors. If possible, make the vectors

Continue Reading

C++: Combinations

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

Given non-negative integers m and n, generate all size m combinations of the integers from 0 to n-1 in sorted order (each combination is sorted and th

Continue Reading

Posts navigation

Older posts
Newer posts
Click here
University of California Berkeley Master of Financial Engineering MFE Sideboard
Brandeis Business School
output_8BgzjE
University of California Irvine Leaderboard
NYU Tandon School of Engineering Sideboard
  • How a Motorcycle Accident Attorney Can Strengthen Your Case

    October 1, 2025 by TFE Times
  • The Future of Work: Why Skilled Trades Are Essential in a Tech-Driven Economy

    October 1, 2025 by TFE Times
  • What Internet Culture Looks Like in the 2020s

    October 1, 2025 by TFE Times
  • The World’s Top 40 Financial Centers

    October 1, 2025May 25, 2025 by TFE Times
  • The Most Popular Browser Extensions for Money Management

    September 30, 2025 by TFE Times
  • How Cybersecurity Systems Work in iGaming

    September 30, 2025 by TFE Times
  • Gut feeling or data? The decision dilemma

    September 30, 2025 by TFE Times
  • How Wire Rope Lubricators Work

    September 30, 2025 by TFE Times
  • Free Play Lightning Link Slots Without Registration

    September 30, 2025 by TFE Times
  • U.S. Shipping Exports Slump

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