• How to Create a 20 Questions Game in C++

    How to Create a 20 Questions Game in C++
    this tutorial will walk you through creating 20 questions in c++ with numbers using visual studio. this tutorial is very 'bare bones' and only uses the basics of c++ programming.
  • How to Calculate Your Wage in C++

    How to Calculate Your Wage in C++
    you may find it useful or interesting to know how much you will earn in a month or year. while it is possible to do this calculation manually or with a calculator, writing a
  • How to Use C++ to Write Cin and Cout Statements

    How to Use C++ to Write Cin and Cout Statements
    c++ is a very in depth language and can be used for very complex operations, but as with learning any new skill, it is necessary to first learn the fundamentals. this aim of this
  • How to Write Standard Code in C++

    How to Write Standard Code in C++
    there are infinitely many ways to program computers. ultimately, it is the choice of the programmer how to accomplish what they need. there are, however, many 'best practices' for
  • Svchost Viewer: look exactly at svchost.exe processes

    Svchost Viewer: look exactly at svchost.exe processes
    svchost viewer is a small application that lists all running svchost.exe processes, how much memory each process is using ..