Please find all the active listings published by skyhawk133 below. Publisher has posted 27 listings. You may click on a listing to visit its detail page to learn more about the listing.

PHP Basics: Introduction to Scalar Variables
posted byskyhawk133inIntroduction to PHP
Most tutorials focus on a specific task, this tutorial will introduce you to the basics of PHP.
PriceFree
Views1992
PHP Classes
posted byskyhawk133inDevelopment
A good primer and explanation of classes in PHP
PriceFree
Views2207
Working With Excel Files (tab-delimited)
posted byskyhawk133inFile Manipulation
Tutorial covers how to access, manipulate, and retrieve data in a tab-delimited excel file
PriceFree
Views6046
Data Structures in C++
posted byskyhawk133inProgramming in C & C++
Teaches how to use Stacks,Queues,Linked Lists and Trees along with their variations uisng OOP C++
PriceFree
Views16630
One Source Code,different Results, MACROS v/s FUNCTIONS
posted byskyhawk133inMiscellaneous
Complete Analysis of Macros and Functions using Disassembled Listings
PriceFree
Views2250
Polymorphism in C++ with Disassembly Proof
posted byskyhawk133inProgramming in C & C++
Teaches you Polymorphism from scratch and also contains a disassembled listing to show it.
PriceFree
Views2129
Function and Class Templates Tutorial
posted byskyhawk133inProgramming in C & C++
This tutorial shows you how to reduce typing, reuse code and speed up development using Templates.
PriceFree
Views2480
Using the Deque class in Recursive Algorithms
posted byskyhawk133inMiscellaneous
This code snippet shows a few example functions on using the STL deque in a recursive function.
PriceFree
Views1722
Clear Screen Function
posted byskyhawk133inMiscellaneous
A function that clears the screen in a console application.
PriceFree
Views6417
Output Macro
posted byskyhawk133inMiscellaneous
This snippet allows you to output to a file stream and the cout stream simultaneously.
PriceFree
Views2030
Accessing Private Data Members in Classes
posted byskyhawk133inProgramming in C & C++
This code shows you how to access private data members in classes without using the friend keyword.
PriceFree
Views2651
Break Out Of Frames
posted byskyhawk133inWindows & Frames
If you are worried about your web site opening in someone elses frames, this will
PriceFree
Views3383
LUHN10 (Credit Card) Validation
posted byskyhawk133inCredit Card Processing
A function that validates a credit card based on the LUHN10 algorithm. This function does not care i
PriceFree
Views6149
Validate Zip Code
posted byskyhawk133inForms
Validates a zip code based on both US zip code schemes: 12345-1234 or 12345
PriceFree
Views3742
Object Oriented Programming (OOP)
posted byskyhawk133inProgramming in C & C++
This Tutorial teaches you Object Oriented Programming from scratch.
PriceFree
Views3077
C++ Reference Sheet (Cheat Sheet)
posted byskyhawk133inProgramming in C & C++
A cheat-sheet reference for beginers.
PriceFree
Views4297
A Tutorial On Recursion
posted byskyhawk133inIntroduction to C & C++
This is my first tutorial and it will focus on the basics of recursion in C/C++
PriceFree
Views3124
An introduction to pointers in C++
posted byskyhawk133inIntroduction to C & C++
An introduction to pointers in C++
PriceFree
Views2162
Producing Random Numbers
posted byskyhawk133inProgramming in C & C++
Producing random numbers using Rand and Srand.
PriceFree
Views2750