Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Tag: c

C++: Sort a Range of Elements

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

On line 8, we create a std::array of ints that we wish to sort. On line 10, we call the standard alrogithm std::sort, which sorts the range of elem

Continue Reading

C++: Execute a System Command

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, command, commnd, execute, system
C++: Execute a System Command

In this task, the goal is to run either the ls (dir on Windows) system command, or the pause system command. Works with: Visual C++ version 2005 sys

Continue Reading

C++: Swap Values

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

On lines 6–7, we create two std::string objects whose values we wish to swap. However, this sample will also apply to any other swappable type. O

Continue Reading

C++: Input Loop

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

Read from a text stream either word-by-word or line-by-line until the stream runs out of data. The stream will have an unknown amount of data on it.

Continue Reading

C++: Munching Squares

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, color, colors, graphical, graphics, munching squares, pixels
C++: Munching Squares

Render a graphical pattern where each pixel is colored by the value of 'x xor y' from an arbitrary color table. #include <windows.h> #

Continue Reading

C++: What is the name of the “–>” operator?

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, is, name, of, operator, the, what
C++: What is the name of the “–>” operator?

After reading Hidden Features and Dark Corners of C++/STL on comp.lang.c++.moderated, I was completely surprised that it compiled and worked in both V

Continue Reading

C++: Hofstadter Q Sequence

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, hofstadter, q sequence
C++: Hofstadter Q Sequence

The Hofstadter Q sequence is defined as: It is defined like the Fibonacci sequence, but whereas the next term in the Fibonacci sequence is th

Continue Reading

C++: Ludic Numbers

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, ludic, ludic numbers, number, numbers, s
C++: Ludic Numbers

Ludic numbers are related to prime numbers as they are generated by a sieve quite like the Sieve of Eratosthenes is used to generate prime numbers.

Continue Reading

C++: Quicksort

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

#include <functional> #include <algorithm> #include <iterator> template< typename BidirectionalIterator, typename Compar

Continue Reading

C++ Language Concepts

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, concepts, language
C++ Language Concepts

[pt_view id="016a1aed85"]

Continue Reading

Posts navigation

Older posts
Newer posts
NYU Tandon School of Engineering Sideboard
University of California Berkeley Master of Financial Engineering MFE Sideboard
Brandeis Business School
University of Maryland Masters of Economics Sideboard
University of Maryland Masters of Economics Sideboard
University of California Irvine Leaderboard
Click here
output_8BgzjE
  • How Seasonal Contractors Strengthen Coverage With Umbrella Insurance

    June 13, 2026 by TFE Times
  • Top 5 Contractors Insurance Providers in Florida Worth Considering in 2026

    June 13, 2026 by TFE Times
  • Custom ERP System Explained in Simple Words

    June 13, 2026June 13, 2026 by TFE Times
  • Top 20 Highest Paying Jobs With No College Degree Required

    June 13, 2026November 22, 2025 by TFE Times
  • America’s Incarceration Rates

    June 12, 2026November 22, 2025 by TFE Times
  • Bunny96 Casino Australia: $20 No Deposit Bonus in 2026

    June 11, 2026 by TFE Times
  • Bankroll Management Tips for Online Pokies Players

    June 11, 2026 by TFE Times
  • The Last Five Winners of the Oaks

    June 11, 2026June 13, 2026 by TFE Times
  • The World’s Most Powerful Rivers

    June 11, 2026November 22, 2025 by TFE Times
  • Where People Eat The Most Meat

    June 10, 2026November 22, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes