This code displays all the basic 127 ASCII characters numbered so you can know which number that character is if you want to use it. Plus a highly detailed description of every line and a small tutorial on displaying ASCII characters that you program in C++ with a sample program in the notes at the end of the .cpp file.
This code is useful since it is very small.You can place it in any C program and use it to protectyour program from being used by people you dont like.
This is a simple C++ program to demonstrate the thread synchroniztion by producer consumer problem. Please read the read me file for further details . . .
This is a huge complete tutorial package teaching classes, variables, functions, Hello World, include files, preprocessor, comments, math operators, converting variables, and tons more in several paragraphs each lesson, going in order of difficulty. It includes an Examples folder and further references along with an introduction to C++ and a normal text and a Rich Text tutorial, so you get whatever suits you. Enjoy!
This program is two-way degree converter. It has ability to convert from Fahrenheit to Celsius, and reverse. This is small program, which is written for beginners programmers in "C". This simple program shows how to use scanf, switch, printf and do-while loop functions. It also shows how to make sub functions, and how to pass them into main program.
This article outlines the principles of interfaces as commonly seen in other object oriented languages. Provided examples of implemented C++ interfaces. Questions and comments are always welcome. Voting is not necessary - comments are much more useful to me.
Address Book V.2 is programmed in C and uses 1 header file. This program has a few new features from my first 1 and has been re-programmed for easier use. The address book has 6 options, simple ones like ie. 1. Add a Contact, 2. View Contacts, 3. Convert contacts to HTML file....And so on.
To convert Binary to decimal and vice versa. I still in process of this code. I'm trying to get the 2's complement of a binary number. I started it off, but need help on it. Please leave comments, suggestion, and vote, thanks.
For those of you that came accross my Bank program will love this one. Added features are colorful displays more functionalities between Finanace Organizer and the ATM classes and more. So please respond to this email for program specifics and help. redhatmandrake@hotmail.com <<cipher>> (*_*).
This program is HIGHLY commented. This should easily guide you through loops, and help you with any questions you have. If you have anymore questions on loops, email me. PLEASE give feedback.
This is a very simple program, but a great time saver. It contains 20 different colors that a programmer can use when using the MFC AppWizard (exe). I hope that this will be helpful. I'll update it when I have more colors. If you like what you see, vote for it!
this code is for the person who is dumbfounded about arrays. In the example charactor arrays are fully explained in detail. This is a must download for a beginner.
Este sistema de control de alumnos simula un sistema que puede ser usado en escuelas para llevar el control de los alumnos. Tiene opciones de altas, bajas, modificaciones, consultas y listado de calificaciones, acepta un total de 50 alumnos como maximo y se pueden dar de alta su nombre, telefono, direccion, tres calificaciones parciales y una final.
This code is an example implementation of the standard Dictionary ADT. It is implemented as an Address book that uses hashing(instead of a basic sequential search) so that add, search, and delete should run with a Big-O value of O(1) or at least close to it!
This code is a relatively small amount of code that will create an empty application window. It's Windows coding, what you need for any Windows application you want to make. This is a good place to start, you can add from here.
THe pupose of this program is to show simply how to create a dynamic array on run time. It allows a person to enter in the amount of arrays he wants to make of the struct and creates them. It will also tell you how many btyes were create with the struct and will save your information to a file.
This is great for beginners because it should help them with a lot of things, such as creating Windows applications and CommandButtons, as well as messageboxes and things like that.
This was just a simple program to generate a Christmas tree with lights on it blinking. For a better result type 18 for number. After that, just press any key to see the blinking lights.
I actualy made this program 4 an friend of mine 2 teach him a bit better programming in C++.But i thought it whas a good idea 2 upload it here so i did.Now my discription:
Convert a given number into words (ex. 1000 to one thousand) simple coding standard is used. If you know how to transfer from c to c++ to vb to j++ to c#, you will have a very powerful tool transforming codes across languages
A Simple notepad to replace my windows notepad. This program is just a beta. There will be lots more added in the feature. So far it has a encryption option, so you can have private notes :).
The tutorial is about conditiona sentences in c++. If, else, switch, case, default, do, while. for, continue, break, return.Very easy to understand.For beginners.With examples.
I recommend this article to every and anybody! This article explains why you should delay declaring variables until just before they get used. It is a concept all developers should be familiar with.
It takes a date in dd-mm-yyyy format all in separate fields and then displays output replacing month value with appropriate month name. Sample output :-
This asks the user for the width and height of a rectangle and then draws that rectangle with *'s. A detailed explanation is included in with the source code.
To delete a file there exists a service 0x417 under interrupt number 0x21.Since this is a dos service under interrupt 0x21,we shoud use intdos() function to carry out the file deletion.ths service number is always placed in the AH register.The segment address of the file to be deleted must be stored in DS register whereas the offset address must be placed in DX register.Here is a programm whic achieves this...?
This code is all about the famous card trick of David Blain's Street Magic.Download it now and have fun while learning!!The magic will tell you the card you will select.Take a deck of Card and enjoy !!
Have you ever asked the user to enter a number and then a letter is entered that ruins the program? Well here is the solution and explanation to solve this problem. This tutorial will explain how to use a specific function that will allow you to enter
This program accepts any string from user and two characters,first one is for searching within the source string and the second one is for replacing all occurances of the first character which was searched in the source string.It then displays appropriate output.
Use recursive functions to compute the fibonacci sequence.The starting and the ending numbers of the sequence were to be given by the user.Example: It starts with 2 and ends with a number not greater than 100.
just enter ur name and click any button of keyboard u'll find that ur 1st name n second name r getting displayed alternatively.....ooohh its great..!!!
This program aims at explaining the concept of handling exceptions using a simple example. This is mainly for the sake of understanding, and is fully commented. Let me know if you have any comments. The submission was messy earler. so i have corrected it and resubmitted it along with a zip file.
I like playing Cards.Iam bored by clicking again and again to play hearts,freecell..so I developed this program to click once and play both !!To use the program,simply copy the program to c:\windows\desktop.The complete command is...c:\copy hearts.exe c:\windows\desktop <enter>
This is an introduction to Object-Oriented programming in C++.I didn't explain everything in pure details, so don't expect step-by-step howto! I presented keywords, identificators, operators, lavers, comments, preprocessor commands and declarations.This is just an intro to OOP in C++, more of tutorials/articles will be uploaded in the future.Check my website for more detailes.I do not ask for rates nor I expect them.If anything goes wrong, please download the tutorial from my website.
Are you looking for a tutorial that can teach you c++ programming right from the beginning, then you are at the right place. While searching across the internet you will find a lot of good tutorials but there are only a few tutorial for those who have not printed a single character on the screen. I have written this tutorial for an absolute beginner. It will teach you the BASICS OF C++ PROGRAMMING. Don't miss it. You can also read it online at my website.
This is a sipmle library search algorithm. You can create a new library database or add a new book your created library database and you can search a book in your database. You can search with the author or the book's title. If you don't know the author no problem, press ENTER or you don't know the title no problem too, press ENTER too. Well, if you know the author or the title you can successfull about the search. For more info: balogh_4@hotmail.com
This is the second part of my tutorial for MasterStream/MasterConsole. It will parallel MasterStream to Pascal and C to show you the similarities and differences.
This will teach you the in's and out's of MasterStream and MasterConsole by Jared Bruni. This can also teach you the basics of C++ if you pay attention. ;) Who knows, maybe even advanced users can get some use out of this!
The object of this project is to write a C++ application to simulate the allocation of memory for processes using static contiguous partitions (MFT) under two partition-allocation strategies: 1. first-fit and 2. best-fit. this program measures the storage utilization, using internal fragmentation measurements for the two storage placement strategies.
The purpose of this is to show how you can multiply variables by the int mult function. This could be good for a text rpg game. I am a beginner in C++, I have had 2 days experience. Check out my site @ freewebs.com/3datom/index.html
Nice Splitter will split your big file to smaller size, so you can use it to upload faster or maybe you still use floopy ? But not only that, its use nice code (I hope :)) for beginner like me hehe ...
This code allows the user to specify a number which corosponds to the ASCII character. Good for programmers that need to know which number corosponds to which ASCII character.
The article is about Numerical Systems.It explains decimal, octal and hexadecimal numbers, their converstion and calculation with examples and explanation.I also explained calculation with complements and calculation with BCD codes and Floating point numbers.I do not ask for rating nor I expect it! If something goes wrong here, please visit my website and download the tutorial from there.
This shows you how to show and use the GetOpenFileName API. This is in ASM so you'll need MASM to compile it. I know this is C++ section but we need an ASM section!! I don't really expect any votes for this because it's mainly aimed to show the PSC owner(s) that we need another world ;)
This program takes an integer value as level parameter and draws pyramid structure of numbers upto the given level. It displays output like this :- (where level is given 5)
This is my first manual. I wrote this because I felt like doing it. I think the main reason is that I am a coder. I am constantly searching, buying and downloading manuals, tutorials and stuff like this. So, I thought why not helping others. How good this material is... you'll be the judge of it. This is the first - so, I'll not be dissapointed of bad ratings.:)
This teaches about most of the preprocessor directives including: ifndef, ifdef, else, elif, if, pragma, define, include, undef, warning, and error. It teaches uses, what it means, exceptions, and etiquette in an easy to understand way. Included is a normal text version and a rich text vesion, so everybody gets the correct form for their system. Enjoy!
This is a very simple code just for the beginners only.This program will help the beginers to learn to use loops,Screen designing,If-Else Statement etc.
I got tired of going through folders to get to programs I use a lot so I decide to make a program that will access them all for me and remember them everytime
This application gives you the surface of a cube, square, and circle it also gives you the hypotinuse of a right triangle. its real ez to use just check it out and see
Well this project is not nearly done. Its the begining a very primative Mini OS. Since I am not awesome in Win32 api yet i enjoy making these type of things in DOS. It uses the mouse, but can do nothing with it so far. Working on drag and drop right now. Yes I can see im am far off from finshing this. However i was wondering does anyone know about a double back buffer, I really need help with it. So far i have three kinds of message boxes, and three kinds of windows. I have folders also. The colors of the graidents can be changed through the code itself right now which will change when im done with certain parts. Vote or Comment :*) If anyone can help on Double Buffering pelase IM me AIM\Yahoo: Nit3shift Email: JNixon21@excite.com. Thanks.
I was looking for this on PSC, couldnt find one. This thing displays your pc systemtime and systemdate on a windows form (non mfc) and updates every second thru a timer.
My code opens a TxtFile an crypts Byt fpr Byt. YOu also need a KeyTxtFile. The Key has to bee 100 chars long. Its an very simple program, but dificult to decrypt if you dont have the key.
This program in C displays a text file irrespective of the length of the file. The only constraint is hard disk space, which should be sufficient to accomodate a very small temporary file the program creates to index into the text file position. The program can display very long lines of text also.
You specify the path to the text file, hit enter, and it is displayed for you in DOS. Just a simple example of file reading. (Program can read any ASCII type file such as .html, .txt, ect...)
The purpose of this code is to have the user enter three numbers then for the computer to add, multiply, avarage, and find out what is the largest number and what is the smallest number. This program also shows how to make variables and is well commented.
Perhaps no other construct has been criticized in the programming history as the goto statement. People believe that the use of goto in all forms is evil.
Looking at errors from a broader view. Keep watching the matrix for 5 mins and you'll discover something that you never knew. If you like it don't hesitate to rate me ;)
Do You wanna help Sachin Tendulkar? Show him this code and he will hug you for sure!This is a resturant billing system..it takes Print Outs also.The code is huge so try to understand by breaking method.
This Article shows the different typed of Function Calling Conventions and also demonstrating it live by disassembling a C++ Program in Win32DASM and IDA. Fully Explained and the Disassembled Listing is Highly Commented.
A few Win32 classes to make your life easier:The Form class,just call .Create(...) and .AttachWindow(...) to create it.Maby you want to put some events to your controls?No problem,just type .AddEvent(...).Or maby you have an array of controls?No problem again,assign a .AddArrayEvent(...) and you got it.As you can see it is more for newbies and those who have passed from VB,and to experineced people to lower allot of useless lines,just use the header and forget about ever having problems with Win32 creation.If many will wote i will upload more functions,and classes.Remember,this is not MFC,it has only the functions that are usefull,not all so many useless functions and initializations like MSC :))))))))
This article is to prove to all MSVC++ is just fine, in fact, its the exact same as any C++, MFC is just an included option to make it easier for fast programs to be made, but to take out the over 2 million lines of code in MFC, inside the headers, #define WIN32_LEAN_AND_MEAN, here is the full window programmed from scratch with no MFC at all, should work on any ANSI compliant C++ compiler, New Users: IN MSVC++ make a new win32 application, and make it an empty project, then put this main file in the project, and compile, link and run, ta-da!
Its not my own article...actually i have taken this article from a classic book window programming book having title "Programming windows by Charlz Petzold" and i would like to share ..... i m confident that u like it....enjoy!
This is a project i did for my six weeks project in school. Which i was pretty much finished the day she assigned it. It was a group project, and i felt i could take it on myself and made a 100. THis are very detailed. This is all dynamic data wize and run all in one class.