Advertisement

Results for "Category: Miscellaneous"

C_Volume2 #81514
A Better Menu

This is my example of a quick and simple menu. This is a good method of simple menus, better then telling someone to enter 1 or 2 or 3 then hit enter to do this and that and i also think thats so boring. All you gotta do is just press the button it tells you then the operation will execute

C_Volume2 #81519
Encryption Machine

The code was changed on 12/14/00 to use fstream objects for file I/O and I also added more comments. Use this to encode and decode a text file. The same password must be supplied in both cases because it is used in the encryption algorithm. This increases the security of the encryption making your encrypted file virtually uncrackable, even using the same program, unless you know the password. Please rate this. Whether it's good or bad, I appreciate your feedback. Thanks.

C_Volume2 #81522
Fool Your Friends -- for beginners

Make your friends think that their harddrive will be formatted. You print "Hit Q to quit:" and when they try to hit 'Q' a 'Y' pops up... Of course, we won't really format or anything. Vote if you enjoy the code :) BTW, to really close the program you must hit ESC.

C_Volume2 #81524
Beginner Examples - how to format output

A couple of simple examples of ways to format output using iomanip; ie: set width, right align, left align, change fill character

C_Volume2 #81533
word searcher

It searches specified keyword in specified file without appending the file by user

C_Volume2 #81536
win32 console color / clearscreen / movecursor Include file

It is a simple include file that has functions for clearing the screen, moving the cursor, changing the text color, and outputting colored text to a specific section of the screen. I know this is pretty simple to most people, but I've seen many people asking for this.

C_Volume2 #81540
A Word Statistics Tool

A Word Statistics Tool to count and report words statistics of an input file. The output is displayed in alphabetical order of the words with the counts. Demonstrates a friend class, operator overloading, file iostream and text parsing. It processes 337KByte text file in ~3 seconds on AMD 550MHz. And there's no limit on the length of each line - a benefit of using STL string. The zip contains a ready-to-use console app along with the source and a make file. The source code should be compilable using any compiler that supports STL, and default template parameter values.

C_Volume2 #81545
Quick & Easy encryption

Learn how to write a simple DLL in C++ and then call it in Visual Basic. I scoured the web trying to look for beginning tutorials on how to write DLL's in C++ but came up with NULL examples. All the examples were to complicated for a beginner. Some of them were out-dated i.e. "Learn how to write a DLL to communicate with an ISA card". I soon gathered enough information to write a very simple one. Check it out.

C_Volume2 #81549
Creating a DLL in C++

this shows an example of how to create a DLL in C++, and use it in visual basic... hope you like it :)

C_Volume2 #81552
Memory Information

Under Win32 , get memory information, - total physycal memory, free physycal memory and free system resources (like in the shell about dialog, using the rsrc32.dll)

C_Volume2 #81554
ARRAYS!

Unzip the file and open the text document to view the tutorial on Arrays for Beginners!

C_Volume2 #81585
Password Protected Program

This code password protects a program and has an example of it by protecting an OpenGL window. It can be used for protecting simple functions or actions also.

C_Volume2 #81599
A 30+ page Beginner's Manual to C!

This is a COMPLETE introduction to the powerful C programming language (not C++). Perfect for absolute beginners to the language who want it all! Now, I tend to write as I talk so if you find a concept is tought too fast (you want more examples, etc), leave a comment and I'll fix it and reupload it! Please do leave a rating after I fix the problem.

C_Volume2 #81601
Using Printf and brief explanation of variables

Brief introduction to printf and using C/C++'s basic variables

C_Volume2 #81605
Teach Yourself ANSI C++

I found this E-Book, so I thought I would upload it so it could help you guys. (I don't really program in C++)!!

C_Volume2 #81620
using inline assemby - learn about registers, instructions, and a basic instruction list

Heres a tutorial which will teach you the basics so you can do some simple inline assembly. Contains code examples and compliments the examples which can also be found on PSC. Also contains x86 instruction list.

C_Volume2 #81627
How to do DoEvents in the C++ Language without function cycles

Heres a function, which will allow you to setup doevents in your C++ program. What I mean by that is DoEvents is a VB keyword it allows your program to continue updating windows while a specific function is in a loop. Well do this in C++ have that function in your source and say while(whatever) { // processing cppDoEvents(); } and thats it!. thanks to inc for the info on how to do this!

C_Volume2 #81629
IP Chat Client

Create a simple client/server connection using winsock. Also shows how one might detect whether or not the address entered is an IP or a hostname, and then how to format that address.

C_Volume2 #81636
mWinamp

This code allows mIRC to display the current song, bitrate, and samplerate of the current song playing in winamp. This code is a dll file and called by mirc to get this information, and can be very usefull in other applications that need this kind of information. This code is also usefull for anyone wanting to gather this type of information from winamp for any type program. Please vote for this program if you like it.

C_Volume2 #81639
Owner-drawn combo boxes, consoles in GUI apps, together in one KILLER app (literally)

The program changes your Screen of Death color theme. When I wrote this program, my main intentions weren't to create a program that changes the color theme - they were to find out how the console API functions work, and how to build an owner-drawn combo-box... The Screen of Death color changer was just the result. =) You can see both the owner-drawn combo boxes and the console window, in the included screen shot.

Languages
Top Categories
Global Discovery