Results for "Category: Miscellaneous"
Explains function and class templates.
my very first attempt at writing a language translater. A very basic language that does input and output as well as operations on variables. Translates to C then shells to gcc to compile. For windows users comes with gcc, I am going to make another pass for variable checks for a line by line print out for debugging so sometimes you have to use gcc 's errors to fix your code.
Shows HOW to compile a mIRC DLL with Microsoft Visual C++ 6.0
This template allows you to create variables, that can stay static after the program goes out of scope. Ex, you create a variable that holds a value, and after your program ends, and is restarted, the variable will once agian still hold the same value!
Explains namespaces.
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.
This is my first non mfc gui. It is well documented. Simply this program just gets a username and password. adds 2 to each character of the user name and compares it to the inputed password. then gives you a message as to whether it was correct,incorrect, etc...
This is a simple tutorial showing the basic steps of creating a window in win32 c++ coding.
NotesX is a very small and efficient text utility with the ability of drag dropping files onto its main window to display its text, runs silently in your systray and when you need it, its there. NotesX works well on 95/98/2000/XP based systems.
Make your C/C++ programs more intresting by providing a mouse support. Learn about Mouse Programming here. This tutorial teaches basic stuff and advanced like changing mouse cursor shape. Make a header file of the sample code and use mouse with minimum effort.
This tutorial explains in plain english how to create a real text or graphical Operating System that can be booted from a floppy. Source Code and compiling tools included (Link Fixed). Source code is in C and assembly. Vote if you like it, thanks ;-)
This article is intended to explain the usage of 64-bit integers. It goes over how to declare them (__int64), how to use them in format functions (%I64Ld), and how to convert strings into 64-bit integers (_atoi64).
This is a program with which you can drive mosquitos out of your room. It does this by creating sound of high frequency. Mosquitos cannot stand this frequency and they go away. Check it out and if you like it, then vote.
Please read. Ian likes this letter by me.
Send one or more emails to an SMTP server, to multiple recipients, with attachments etc. Easy to use, no IIS or MS SMTP service required!
Client/server communication, automated telnet sessions, wake on lan, winsock communications using this easy to use component
The code demonstrates the method to alter the opacity of a Window in 2000 and XP. The opacity can be from 0 - 255. Just use the code in any Win32 application and call the two functions. SetWindowLayered must be called once (when the window is created) and SetWindowOpacity can be called as and when required. I have used the code in an AppWizard generated MFC dialog based application (See attached zip file).
This is the newest version of Jinx Alpha 2. There are many bugs in this program and some thing seem to be able to do things they can such as clicking oK on message boxes. I am still working on alot this be patient my friends. This version includes many new things such as the big thing the INTERNET. I made a very weak version on a text browser, Ir has about 6 apps so far and some built in. This version supposrts differant color schemes. PID viewer that i made borrowed from UNIX machines. I have a ruff part to drag and drop working. ATTENTION: TO MAKE THE INTERNET WORK JHP program must be running which is the parser. Keep pressing enter until the idle box comes up then you can run the icons at the bottom. Well like i said this is still a ruff version, so please give me some slack im woring real hard to get this to work half decent its DOS guys. :) Please VOTE OR COMMENT. Want your next program to show up in Jinx IM me: Yahoo AIM nit3shift Email [email protected] Click Here to get Jinx Alpha 2
Some String/Memory Functions in C/ASM (no comments yet) I may submit some comments to when people ask for it. This code is IMO only usefull for who are coding an emulator and need some extra speed, which this code will probably give. Please note that a lot of the ASM code could still be optimized a bit, but that I leave to you ;)
This is the Code in Visuall C++ Console project to open and close your CDRom hope you find it usefull.. And i would love your comments...