• How to Program in FortranHow to Program in Fortran
    Many people perceive Fortran as an archaic and 'dead' programming language. However, most scientific and engineering code is written in Fortran. As such, programming in F77 and F90
  • How to Execute HTTP POST Requests in AndroidHow to Execute HTTP POST Requests in Android
    HTTP Post is part of a deprecated HTTP classes like org.apache.http and AndroidHttpClient as of Android 5.1.https://developer.android.com/about/versions/android-5.1.html#http
  • How to Make a Cube in OpenGLHow to Make a Cube in OpenGL
    OpenGL is a powerful 3D programming tool used to draw complex three-dimensional scenes from simple primitives. This article will teach you how to draw a simple cube that you can
  • How to Create a Mobile AppHow to Create a Mobile App
    The mobile app industry has already crossed the critical figure of billion dollars. Smartphones, tablets, and other mobile devices make a considerable chunk of internet users. The
  • How to Download, Install, and Use Code::BlocksHow to Download, Install, and Use Code::Blocks
    Code::Blocks is a free, open source C, C++, and Fortran compiler for Windows, MacOS, and Linux. The software features an all-in-one installer that includes all of the code
  • How to Make Online GamesHow to Make Online Games
    Ever played an online game and thought, 'I wish I could make one of these, I have some great ideas'? In the past it was necessary to have learnt how to code in ActionScript 3, the
  • How to Start Programming in AssemblyHow to Start Programming in Assembly
    Assembly programming is often a crucial starting point when computer programmers are learning their craft. Assembly language (also known as ASM) is a programming language for
  • How to Create an Encryption AlgorithmHow to Create an Encryption Algorithm
    Whatever your reason is for wanting to create an encryption program, creating one can be fun and very challenging. However, it might be tough to figure out how you do it if it is
  • How to Convert Binary to Octal NumberHow to Convert Binary to Octal Number
    Binary and octal systems are different number systems commonly used in computing. They have different bases -- binary is base-two and octal base-eight -- meaning they must be
  • How to Learn a Programming LanguageHow to Learn a Programming Language
    If you have an interest in creating computer programs, mobile apps, websites, games or any other piece of software, you'll need to learn how to program. Programs are created
  • How to Create a ProgramHow to Create a Program
    Computer programs are implemented everywhere these days, from our cars to our smartphones, and in almost every job. As the world becomes more and more digital, the need for new
  • How to Make a Program Using NotepadHow to Make a Program Using Notepad
    This wikiHow teaches you how to use your Windows computer's Notepad app to create a program. To do this, you'll type a program's code line-by-line into Notepad and then save the
  • How to CodeHow to Code
    As technology becomes more and more accessible, the need for programmers is always increasing. Coding is a skill learned and perfected over time, but everyone has to start
  • How to Convert from Decimal to HexadecimalHow to Convert from Decimal to Hexadecimal
    Hexadecimal is a base sixteen numeral system. This means it has 16 symbols that can represent a single digit, adding A, B, C, D, E, and F on top of the usual ten numerals.
  • How to Format Text as Code in DiscordHow to Format Text as Code in Discord
    This wikiHow teaches you how to create a code line or code box in Discord chat. You can do this on both desktop and mobile versions of Discord. Open Discord. Click or double-click
  • How to Read and Understand OBD CodesHow to Read and Understand OBD Codes
    You're cruising down the road, enjoying your drive, when all of a sudden that most mysterious of indicators turns on: 'Check Engine'. What does it mean? The engine is a pretty vast
  • How to Make an Exe FileHow to Make an Exe File
    This wikiHow will teach you you how to create a basic EXE file on a Windows computer, as well as how to create a container for that file that will install it on another computer.
  • How to Write PseudocodeHow to Write Pseudocode
    This wikiHow teaches you how to create a pseudocode document for your computer program. Pseudocode essentially entails creating a non-programming language outline of your code's
  • How to Convert from Binary to DecimalHow to Convert from Binary to Decimal
    The binary system is the internal language of electronic computers. If you are a serious computer programmer, you should understand how to convert from binary to decimal. This
  • How to Find a Good ProgrammerHow to Find a Good Programmer
    A good programmer is a person who can resolve the problem with a simple and best method and make sure the quality of the output and the developed code is at its best. It is tough