Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

University of California Irvine Leaderboard
Click here
MAFI_728x90
RPI Leaderboard
University of California Irvine Leaderboard
MAFI_728x90
Brandeis University Master of Finance Leaderboard 728x90
NYU Tandon School of Engineering Leaderboard
Click here
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++: 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
Click here
University of California Berkeley Master of Financial Engineering MFE Sideboard
NYU Tandon School of Engineering Sideboard
Brandeis Business School
University of California Irvine Leaderboard
output_8BgzjE
  • greece

    Slotshub — Your New Choice Among Online Casinos In Greece

    March 16, 2026 by TFE Times
  • The Age Of Every Democratic Senator

    March 16, 2026October 14, 2025 by TFE Times
  • The Most Underemployed College Degrees In America

    March 15, 2026October 14, 2025 by TFE Times
  • The U.S. Consumer Balance Sheet

    March 14, 2026October 14, 2025 by TFE Times
  • Why Gransino Casino continues to gain popularity in 2026

    March 13, 2026 by TFE Times
  • How does PlayCroco’s support service work?

    March 13, 2026 by TFE Times
  • Countries Where You Can Purchase Citizenship

    March 13, 2026October 14, 2025 by TFE Times
  • Student Loan Debt In America

    March 12, 2026October 14, 2025 by TFE Times
  • Who Goes To The Dentist?

    March 11, 2026October 14, 2025 by TFE Times
  • Why Every Business Needs Social Media Growth Strategies

    March 10, 2026 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes