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
Views2367
PHP Classes
posted byskyhawk133inDevelopment
A good primer and explanation of classes in PHP
PriceFree
Views2375
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
Views6472
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
Views17112
One Source Code,different Results, MACROS v/s FUNCTIONS
posted byskyhawk133inMiscellaneous
Complete Analysis of Macros and Functions using Disassembled Listings
PriceFree
Views2527
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
Views2538
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
Views2661
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
Views2078
Clear Screen Function
posted byskyhawk133inMiscellaneous
A function that clears the screen in a console application.
PriceFree
Views6740
Output Macro
posted byskyhawk133inMiscellaneous
This snippet allows you to output to a file stream and the cout stream simultaneously.
PriceFree
Views2200
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
Views3030
Break Out Of Frames
posted byskyhawk133inWindows & Frames
If you are worried about your web site opening in someone elses frames, this will
PriceFree
Views3783
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
Views6596
Validate Zip Code
posted byskyhawk133inForms
Validates a zip code based on both US zip code schemes: 12345-1234 or 12345
PriceFree
Views3950
Object Oriented Programming (OOP)
posted byskyhawk133inProgramming in C & C++
This Tutorial teaches you Object Oriented Programming from scratch.
PriceFree
Views3605
C++ Reference Sheet (Cheat Sheet)
posted byskyhawk133inProgramming in C & C++
A cheat-sheet reference for beginers.
PriceFree
Views4529
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
Views3418
An introduction to pointers in C++
posted byskyhawk133inIntroduction to C & C++
An introduction to pointers in C++
PriceFree
Views2341
Producing Random Numbers
posted byskyhawk133inProgramming in C & C++
Producing random numbers using Rand and Srand.
PriceFree
Views3107