Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Category: C++

C++: Swap Containers

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, containers, swap
C++: Swap Containers

On lines 7–8, we create two std::vectors and initialise them with values. On line 10, we swap the contents of the two std::vectors using the std:

Continue Reading

Read/convert an InputStream to a String

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in C++Tagged a, an, inputstream, inputstrem, n, readconvert, redconvert, string, to
Read/convert an InputStream to a String

If you have java.io.InputStream object, how should you process that object and produce a String? Suppose I have an InputStream that contains te

Continue Reading

C++: Merge Sort

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, merge, sort
C++: Merge Sort

#include <iostream> using namespace std; void merge(int a[], const int low, const int mid, const int high) { // Variables declarati

Continue Reading

C++: Bubble Sort

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged bubble, c, sort
C++: Bubble Sort

#include <algorithm> template<typename Iterator> void bubbleSort(Iterator first, Iterator last) { Iterator i, j; for (i = fir

Continue Reading

C++: Benford’s Law

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged benfords, c, law
C++: Benford’s Law

Benford's law, also called the first-digit law, refers to the frequency distribution of digits in many (but not all) real-life sources of data. In thi

Continue Reading

C++: CSV Data Manipulation

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, csv, data, manipulation
C++: CSV Data Manipulation

CSV spreadsheet files are suitable for storing tabular data in a relatively portable way. The CSV format is flexible but somewhat ill-defined. For pre

Continue Reading

C++: Brownian Tree

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged brownian, c, tree
C++: Brownian Tree

Generate and draw a Brownian Tree. A Brownian Tree is generated as a result of an initial seed, followed by the interaction of two processes.

Continue Reading

C++: Concurrent Computing

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, computing, concurrent
C++: Concurrent Computing

Using either native language concurrency syntax or freely available libraries write a program to display the strings "Enjoy" "Rosetta" "Code", one str

Continue Reading

C++: Monte Carlo Methods

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, methods, Monte Carlo, simulation
C++: Monte Carlo Methods

A Monte Carlo Simulation is a way of approximating the value of a function where calculating the actual value is difficult or impossible. It uses ran

Continue Reading

C++: Animate a Pendulum

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, animate, c, nimte, pendulum
C++: Animate a Pendulum

One good way of making an animation is by simulating a physical system and illustrating the variables in that system using a dynamically changing grap

Continue Reading

Posts navigation

Older posts
Newer posts
NYU Tandon School of Engineering Sideboard
University of Maryland Masters of Economics Sideboard
University of California Irvine Leaderboard
Click here
Brandeis Business School
University of California Berkeley Master of Financial Engineering MFE Sideboard
University of Maryland Masters of Economics Sideboard
output_8BgzjE
  • Why Truck Crash Claims Often Need Early Evidence Preservation

    August 3, 2026 by TFE Times
  • How Can You Buy Cannabis Online In Canada Affordably?

    August 3, 2026 by TFE Times
  • Most Common Master Degrees

    August 3, 2026December 30, 2025 by TFE Times
  • Top 10 Restaurants in Portland, Maine

    August 2, 2026June 20, 2026 by TFE Times
  • How Custom CRM Helps Businesses Work Better

    August 1, 2026August 1, 2026 by TFE Times
  • How Buying Health Insurance Early Improves Waiting Period Readiness

    August 1, 2026 by TFE Times
  • Top 10 Restaurants in Monaco

    August 1, 2026June 20, 2026 by TFE Times
  • The skills that get RNs promoted are not the ones that made them good at the bedside

    July 31, 2026 by TFE Times
  • History of the 5-Hybrid: The Club That Made the 5-Iron Optional

    July 31, 2026July 13, 2026 by TFE Times
  • Things To Consider Before Filing For Divorce

    July 30, 2026 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes