Results for "Category: Miscellaneous"
If you hook up 8 LED lights to the parallel port, you can use this program to make them dance in cool patterns, or you can output a number to the port, and the lights will light up that number in binary. Requires basic electronics skills to hook up, but you basically connect 8 leds to pins 2 through 9 on the port, and ground them to pin 25. If you don't know how to do that, then just read the code to find out how to use the port. This will NOT work on NT, 2000, or XP without some workarounds since those operating systems don't allow direct access to the port. In order to use this code in Windows NT, 2000, or XP, which does not normally let you directly access the computer's ports, please visit the following link to download PortTalk. There is an explanation there on why it is needed and what it does. The downloaded file will contain a readme.txt file which contains instructions on how to use it. The link: http://www.beyondlogic.org/porttalk/porttalk.htm
KNOW assembley & 01110000111000110 langauge programming for c/c++ Once you see how compilers translate seemingly innocuous statements into a ton of machine code, you'll want to search for better ways to accomplish the same thing yeah i think i can help you to do this task by giving your brain a light to the world of amaz*ing assembly language and some machine codes in this article i will try to help you cover the basis such as the advantages of assembley langauge programs Speed. Assembly language programs are the fastest programs Space. Assembly language programs are smallest. programs Capability. You can do things in assembly which are impossible in high level languages. Knowledge. Your knowledge of assembly language will help you write better programs, even when using high level languages and you can really create stunning programs then the numbering systems and the logical operations Data Organization Arithmetic Operations on Binary and Hexadecimal NumbersLogical Operations on Bits Bit Strings and operations in logic Signed and Unsigned Numbers +/- and 0 and the mnemonics and some tips hope you like it and vote for me
my first article!!! This artivle show you how to extract resources from your app and then copy them into the windows Directory
This submission contains two programs, one for copying CMOS data from the memory to a file and vice versa, and one for deleting the CMOS password (and why it sucks). I created this program in my old Turbo C++ compiler. To compile in other compilers, try replacing with and replacing inportb with inp and outportb with outp.
Sorta like the matrix, works best in full screen mode(alt+enter), WILL ONLY WORK ON XP!!
2 Matrix screensaver in one. All I ask is for you to vote.
45 essential programmers for beginners
The aim of this tutorial is to show you how to write a developed kernel in C++. At this stage you should be fairly competent in the use of C++ and to have a little knowledge of how protected mode functions would be recommended. I’ll try my best to walk you through the more important parts of the code.
To explain how to develop interrupt routines for use in a personal operating system and an introduction on how to write kernel mode drivers.
This code contains 58 C++ useful Programs. 58c++Progs is for those who are interested in learning almost all features of C++. It will be interested by one who wan't to master the code...This is a product of www.vivekpatel.cjb.net don't forget to rate it!!! as your encouragement allows me to share more work.
Yust a Little yoke...please smile :)
This code just shows you how to open and close the cd tray, pretty straight forward
This article teaches beginners a few things, not all but I am gonna include in other tutorials, I will only make a sequel to tutorials if you like the prequal
This little program gives you the possibility to check out other running applications’ windows informations - for example: handle, caption, parent’s handle and the most interesting one: the class name of this window and its parent’s, very useful if you are doing some subclassing. All of that packed in a nice 2 threads algorithm Have fun with it.
This tutorial contains not 1… not 2… not 3… but 20 well commented and easy to understand codes with different categories like: Array, Colors (textcolor), String Manipulation, Condition (if else), Executing DOS Commands, Displaying Data in .txt Files, Graphics (graphics.h), Random Values, Loops, Special Characters, Positioning (gotoxy), Suspension (delay/sleep) and more. Please vote or submit comments or tell me what more can I add so that I can update this tutorial.
QUIZ
Please, rate this code, Your vote - our motivation by Shantanu Bansal This is a tricky c/c++ program or code to help writting a program without using (;) semicolon. In this example, program will print a line without using semicolon. Help mail: [email protected]
This code demonstrates using CreateRemoteThread to inject a dll containing code you want to run convertly into another process. Doing this allows you to run inside another process, so you have no footprint that shows up in TaskManager=0)
This article is back Again !! Due to some specific reason[Person]..I removed it purposely.But till then everyday i had to deal with 15/20 pals of PSC for the article and requesting to resubmit it again.So it's here again.Enjoy.
This code uses the Video Display Unit (VDU) Concept. this program can compiled and executed on DOS mode (I used Turbo c++ 2.0 compiler) On execution It gives a continue clock at Right-Below corner. After execution It gives promp again to you but clock continues untill you terminate the Dos screen.