Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

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

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++: 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++: Bitwise Operations

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged bitwise, c, operations
C++: Bitwise Operations

Write a routine to perform a bitwise AND, OR, and XOR on two integers, a bitwise NOT on the first integer, a left shift, right shift, right arithmetic

Continue Reading

Posts navigation

Older posts
Newer posts
University of California Berkeley Master of Financial Engineering MFE Sideboard
output_8BgzjE
Click here
Brandeis Business School
University of California Irvine Leaderboard
NYU Tandon School of Engineering Sideboard
  • U.S. Home Prices Vs. Household Income

    December 22, 2025July 24, 2025 by TFE Times
  • What Jobs Are Safest From AI?

    December 21, 2025July 24, 2025 by TFE Times
  • America’s Mineral Supply

    December 20, 2025July 24, 2025 by TFE Times
  • American Job Cuts By Industry

    December 19, 2025November 28, 2025 by TFE Times
  • Countries With The Most Culture & Heritage

    December 18, 2025July 24, 2025 by TFE Times
  • The World’s Most Powerful Compute Clusters

    December 17, 2025July 24, 2025 by TFE Times
  • How Rare Earths Power U.S. Defense

    December 16, 2025July 24, 2025 by TFE Times
  • Which Countries Produce Their Own Food?

    December 15, 2025July 24, 2025 by TFE Times
  • Wage Growth By State

    December 14, 2025November 28, 2025 by TFE Times
  • AI Company Revenue

    December 13, 2025November 28, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes