Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Tag: c

C++: Function Definition

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, definition, function, function definition, method
C++: Function Definition

A function is a body of code that returns a value. The value returned may depend on arguments provided to the function. Write a definition of a fun

Continue Reading

C++: Jensen’s Device

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, device, jensen, jensen's device, s
C++: Jensen’s Device

This task is an exercise in call by name. Jensen's Device is a computer programming technique devised by Danish computer scientist Jørn Jensen aft

Continue Reading

C++: Enumerations

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, enumeration, s
C++: Enumerations

Create an enumeration of constants with and without explicit values.   enum fruits { apple, banana, cherry };   enum fruits { apple = 0, b

Continue Reading

C++ Math

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

[pt_view id="28cf82d7fe"]

Continue Reading

C++: Command-Line Arguments

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged arguments, c, commandline
C++: Command-Line Arguments

Retrieve the list of command-line arguments given to the program. For programs that only print the arguments when run directly, see Scripted main.

Continue Reading

C++: Operator overloading

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, operator, overloading
C++: Operator overloading

What are the basic rules and idioms for operator overloading in C++? Note: The answers were given in a specific order, but since many users sort an

Continue Reading

C++: HTTP

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, http, http request, request, url
C++: HTTP

Access and print a URL's content (the located resource) to the console. There is a separate task for HTTPS Requests. #include <winsock2.h>

Continue Reading

C++: When should static_cast, dynamic_cast, const_cast and reinterpret_cast be used?

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged and, be, c, constcast, dynamiccast, reinterpretcast, should, staticcast, used, when
C++: When should static_cast, dynamic_cast, const_cast and reinterpret_cast be used?

What are the proper uses of: static_cast dynamic_cast const_cast reinterpret_cast C-style cast (type)value Function-style cast typ

Continue Reading

C++: Rational Number Arithmetic

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged arithmetic, c, number, rational
C++: Rational Number Arithmetic

The objective of this task is to create a reasonably complete implementation of rational arithmetic in the particular language using the idioms of the

Continue Reading

C++: What are the differences between a pointer variable and a reference variable in C++?

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, and, are, between, c, differences, in, nd, pointer, poter, re, reference, the, variable, vrible, what, wht
C++: What are the differences between a pointer variable and a reference variable in C++?

I know references are syntactic sugar, so code is easier to read and write. But what are the differences? Summary from answers and links bel

Continue Reading

Posts navigation

Older posts
Newer posts
Click here
NYU Tandon School of Engineering Sideboard
Brandeis Business School
University of California Berkeley Master of Financial Engineering MFE Sideboard
output_8BgzjE
University of California Irvine Leaderboard
  • How Tariffs Will Affect US Car Prices

    November 1, 2025June 27, 2025 by TFE Times
  • Average Income Of A European Family

    October 31, 2025June 27, 2025 by TFE Times
  • Tomorrow’s Growth: GDP Projections For Key Economies

    October 30, 2025June 27, 2025 by TFE Times
  • Who Is Asia-Pacific’s Top Trading Partner?

    October 29, 2025June 27, 2025 by TFE Times
  • What Are the Best Crypto Casinos for Playing Slot Games?

    October 28, 2025 by TFE Times
  • Proven Strategies to Lower Your Property Taxes Without the Headache

    October 28, 2025 by TFE Times
  • Why Every Country Gains from Collective Tech Advancement

    October 28, 2025 by TFE Times
  • Top 10 Most Stolen Cars In America 2024

    October 28, 2025June 27, 2025 by TFE Times
  • How Golang Reduces Cloud Costs and Improves Scalability for Startups

    October 27, 2025 by TFE Times
  • How Regulation Is Defining the Future of Online Casinos

    October 27, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes