Recent Articles
Check Out
- Tech Today
- and our
- Computer Tutorials
- or join the discussion @ our
- Computer Forum
Search Articles
Programming Tutorials
Hello World, PHP edition
Aug 07 2012 12:24 AM | mr.d in Programming Tutorials
Probably one of the most popular programming languages out there at the moment is PHP. What is PHP? "PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML." - PHP.net
Read story → 0 comments




An Intro to Binary
Feb 14 2012 11:26 PM | mr.d in Programming Tutorials
Submitted by one of our members, k0ncept
An Introduction to Binary
As someone just starting there adventures in the networking world binary can be both scary and confusing. I am going to attempt to make learning binary as pain...
Read story → 1 comments




How to make a Quiz in Batch
Jan 16 2012 04:19 PM | Betrayal in Programming Tutorials
Hello, in this tutorial, I will be teaching you how to make a simple Quiz application coding in Batch. If you are new or don't know what Batch is, go to my first tutorial titled Basics to Batch Coding.
In this article, we are going to make...
Read story → 0 comments




Basics to "Batch" Coding
Jan 12 2012 03:28 PM | Betrayal in Programming Tutorials
Hello, today you will be learning how to code in the .bat file extension by simply using notepad. You can call this type of coding "Batch". Batch can be used to create simple tasks in the console window. This tutorial will teach the basics to batc...
Read story → 1 comments




C++ Pointer Basics
Dec 16 2011 11:37 PM | mr.d in Programming Tutorials
In this short tutorial, we will take a look at some of the basics of C++ Pointers.
What is a pointer? A pointer stores the memory address of a variable, it does not store the actual value. What does this really mean?
Let's dec...
Read story → 0 comments




Your first C++ program
Dec 08 2011 06:24 PM | mr.d in Programming Tutorials
Everyone begins learning a new programming language with the "Hello World" program. This is the way a language is usually introduced and the program that helps explain the very first steps of beginning to code in that language. Today we are writing the...
Read story → 0 comments








