Results for "Category: Miscellaneous"
Complete code to animate your Windows' StartButton,justhave a fun !
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++)!!
Brief introduction to printf and using C/C++'s basic variables
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.
This is a tutorial I wrote to teach C++ to people who want to learn it. I decided to post it here to help as many people as possible. Please leave feedback, and if you like it vote ;)
using this addon pack for MasterX you can create your own windows inside your MasterX video game.
Struggling with pointers in C or C++? This tutorial takes a unique approach to explaining pointers.
A very basic run-through of how to implement command-line arguments, with code.
This tutorial is for those beginers, who dont know about loops. Just read it, and see for yourself. http://thadood.ath.cx/~fatal
Demonstrates how the appearance of a program can be pleasing to the eye. Included are simple functions, various loops, and simple division. Just pure fun for beginners.
Ever needed to detect if the esc key or fkeys or any key to be detected? Well this program will convert chars to int and vise versa. Thus giving you the ability to detect keystrokes. Complete with a small tutorial on how to use this program to your advantage. Though not fancey it will hopefully suite your purposes. Thanks ~kc~
Need A Cool Menu? Here you go. You can change the text and highlight color in seconds. Though not commented very well it is easy to see what is happining. Made by a begginer for expert programs Please email me and tell me what you think!!
I had a problem when downloading mp3's. With no cd burner or network i couldn't get my mp3's to a friends house. So i made an mp3 splitter. A normal 4.0 mb song could fit on three disks. but it this splitter can support up to 30 mb's. I doubt any song is longer than that
This is a simple calendar,showing one month at a time.You can use arrow keys to change year and month.
This is just a modification of the source code of the original author. I fixed it so it will look CLOSER to the 1st scene in the THE MATRIX movie, where NEO first appears. This demonstrates the use of DELAY() func... BEST RUN ON FULL SCREEN MODE... note for the author: forgive me for modifying ur code... wel i just corrected it!
After looking at functions like printf() and scanf() and their ability to accept any number of arguments I got curious to see how its done. This article explains how to create a function that will allow any number of parameters to be passed to it, and ho to accept those extra parameters.
I have put so much time into creating this book. This book is for free. This book is good for those who already know the basics of C++. I will be working on adding to it in the coming months. The code examples I have used in the book are only partial and will not compile. If you need the compilable version, no problem I will write them for you if you ask. If you need me to add something you would like to know about, just let me know.
I found a website with free compilers and tools, I tohught you might want to take a look.
The differences between C++ and Java
A tutorial that explains and gives examples for static_cast, reinterpret_cast, const_cast, and dynamic_cast.