• How to Create a Matrix, Vector, and Cell Array in MATLABHow to Create a Matrix, Vector, and Cell Array in MATLAB
    This article covers how to create matrices, vectors, and cell arrays with the programming software MATLAB. Since MATLAB is a program offering endless possibilities, being able to
  • How to Import, Graph, and Label Excel Data in MATLABHow to Import, Graph, and Label Excel Data in MATLAB
    Whether you are an experienced MATLAB user or a novice, you may not be fully aware of MATLAB's graphing abilities. MATLAB allows you to easily customize, label, and analyze graphs,
  • How to Think Like a ProgrammerHow to Think Like a Programmer
    Thinking like a programmer primarily means being persistent and meticulous in your attention to details. Jump into programming challenges feet-first, but review your work carefully
  • How to Convert Odt to WordHow to Convert Odt to Word
    Files that end with the extension 'ODT' are from the program 'Open Office.org' or LibreOffice. If you have Word 2010 or 2013, you can open an ODT file simply by double-clicking it.
  • How to Program with VBScriptHow to Program with VBScript
    VBScript is a Windows-native programming language that is mainly used to create web server applications. VBScript is embedded within an HTML file, and is fairly straightforward.
  • How to Create a Print Preview Control in Visual BasicHow to Create a Print Preview Control in Visual Basic
    Creating a Windows Application and need to know how to create a print and print preview control? Follow these simple steps and you will easily be able to print and print preview
  • How to Protect VBA CodeHow to Protect VBA Code
    Microsoft's Visual Basic for Applications (VBA) is the standard language for writing programs to automate functions and tasks in Microsoft Office. Understand how to protect VBA
  • How to Create a Simple Calculator in Visual Basic 6.0How to Create a Simple Calculator in Visual Basic 6.0
    This wikiHow teaches you how to use Microsoft's Visual Basic 6.0 to create a simple calculator that can add, subtract, multiply, and divide. Keep in mind that Visual Basic 6.0 is
  • How to Design and Implement a Field Using C SharpHow to Design and Implement a Field Using C Sharp
    The first step in designing a class usually is to define its fields. Fields are the backbone that classes rely upon, and so, the process of designing and implementing fields is
  • How to Make Your Windows Forms Application Run at Windows Startup Using CHow to Make Your Windows Forms Application Run at Windows Startup Using C
    Sometimes you need to run your windows forms application when the user log in to windows. Many applications that use this behavior are Windows Live Messenger and Yahoo Messenger.
  • How to Set Up an OpenGL SDL GLEW Template Project in Visual StudioHow to Set Up an OpenGL SDL GLEW Template Project in Visual Studio
    Many programmers prefer OpenGL for graphics. If you are one of them, you are strongly advised by its producer, to use a window toolkit (such as SDL) and an OpenGL loading libraries
  • How to Use Function Template Parameter Packs in C++How to Use Function Template Parameter Packs in C++
    C++ template parameter packs (also known as variadic templates) were introduced in the C++11 standard and are powerful tools that let functions accept an arbitrary number of
  • 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 Create a Recursive Function in C++How to Create a Recursive Function in C++
    Recursion is a major topic in computer science. It is a method where a problem is reduced or simplified to smaller versions of itself until a solution is achieved. This tutorial
  • How to Set Up OpenGL GLFW GLEW GLM on a Project with Visual StudioHow to Set Up OpenGL GLFW GLEW GLM on a Project with Visual Studio
    This guide will help you get over the first challenge of using OpenGL, GLFW, GLEW, and GLM: Installing and setting them up, and creating your first project with GLFW-GLEW-GLM
  • How to Use CMake to Get Binaries from Source CodeHow to Use CMake to Get Binaries from Source Code
    CMake is useful in compiling source code for get binaries. Compiling a library from the source code guarantees that the resulting library is perfectly tailored for your CPU/OS, a
  • How to Quick Sort an Array in C++How to Quick Sort an Array in C++
    Sorting is a very useful tool in programming. It is often necessary to arrange the members of a list in ascending or descending order. A sorted list allows a user to search and
  • How to Program in C++ and BatchHow to Program in C++ and Batch
    C++ is a mid-level programming language—it easy to write and it runs very quickly. As a result, it is widely used to develop games, business apps, and software, such as Google
  • How to Create an Alert in CHow to Create an Alert in C
    Sometimes, when writing a program, you need to create a way to get the attention of the user to bring their focus back to the program. Alerts are a very useful way to do that. If
  • 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