Advertisement

Results for "Category: Miscellaneous"

2002C #16505
Casts Made Easy!

A tutorial that explains and gives examples for static_cast, reinterpret_cast, const_cast, and dynamic_cast.

2002C #16514
A Beginner's Guide to Loops

This is a beginner's tutorial to learn how to use loops in C++. Every line is EXTENSIVELY commented why it is there and what it does. Please vote for me!

2002C #16524
Colored Text for Console Applications

This is just a quick demonstation on how you can use the windows API to print colored text in your basic console application.

2002C #16549
Array Fun

All kinds of stuff to an array, including: Read file; print array; print stats (average, range, mode, median); add to the file (multiple nums); delete from file (one num); sorting (bubble sort / replacement sort / insertion sort / quick sort); find a number using binary search *** Please rate this code and include any suggestions ***

2002C #16593
Create a DLL in C++ for use in VB

This code simply shows you how to create a DLL in C++, and use it in VB. The ZIP file contains both the C++, and the VB code, and also a working example.

2002C #16594
Compair Files in Assembly

This thing will compair two files that are asked for when you run the executable. Many people have been talking about assembler code lately, so I decided to submit my two cents. This is not perfect code; since it was my first large assembler project. It has a big bug ... if you compair two identical files where one had part of it's end cropped off, it still says they are the same file. Oh well, it was worth a B :) This code is C++ commented, and should be useful to any intermediate C++ programmer who wants to use inline assembler.

2002C #16599
GhostWriter

Opens Notepad and mysteriously(By not creating a window) Types a message in notepads text.

2002C #16610
Generate REAL Random Numbers

//If you havent yet realized it the //function 'rand()' will not produce //an actual random number because it //uses the same seed every time, the //way to fix this is to use time as //a seed for the rand function. If //this helps, rate it please.

2002C #16618
LCD Writer

Writing text to a character LCD.

2002C #16650
Easy ASP/HTML Calendar

Displays a nice HTML calendar!

2002C #16651
Counter and stats viewer

This is a basic counter that has some more advanced statistic features. Small, fast and efficient!

2002C #16652
ASP/HTML Templates made easy!

Many still think it is not possible to use templates with ASP the CGI way (Perl/C++). Well, it IS possible! I have seen some script that simulate this, but not like this one. You can now have a completely template driven website in a snap. Templates can run ASP VBScript and/or show HTML to the user's screen. Take a look to the code and you will be convinced!

2002C #16653
ASP ScoreBar v1.1

Function that returns a graphical scorebar based on the value you provide. Very basic but thought I'd share this sweet little function with you all!

2002C #16659
Cookie Basics

The first time the users comes to the page, it'll have a text box and a button. Once you type in your nick and hit Set Nick, it'll display Welcome [the nick they entered]. This is just an example on how-to set/read cookies.

2002C #16676
Easy Date

VERY simple code to display a nicely formatted date on your web page. (IE - Wednesday, June 14, 2000)

2002C #16695
Unique Hit Counter

This code used cookies to count unique hits. If the user has the cookie, then the hit isn't counted. If they don't, then the hit is counted, and they are given a cookie. All you have to do is use an #include file="nameoffile.asp" and the correct action is preformed. I made this script for my host to count unique hits across his networked sites. This is also my submission to the asp world of PSC all my expreience is in the VB world. I hope you guys like it! Later ~/Andy

2002C #16697
Banner Fun

Helps Your Site Get More Clicks On Your Banners And Helps Your Users Have More Fun!

2002C #16700
Jbook - Scribble.nu rip off

This code is a huge development on the last ASP code I submitted. This site allows you to log on users and create individual user profiles...all get their own journal which can be accessed through their home page...Just like scribbles.nu.

2002C #16701
Disk Space Usage

This code will tell you how much disk space on your server you're using

2002C #16773
Whois Lookup with XMLHTTP

Queries a WhoIs server for for domain information. Useful for people who want to sell domain names. This version uses the XMLHTTP component that is installed on most servers, so there is no additional need to install any extra COM objects.

Languages
Top Categories
Global Discovery