Vova's Code

Up to: index.html



I am not hacker. I am writing code mostly for money. So 99.99% of the code I ever made is
property of the companies I worked for. However while learning I did a number of simple
programs which can be opened for Web public. Some of them were done long time ago and
look obvious now. But I present them as is. These small programs can be helpful for
people who do not know the specific subject.
Besides I did a few projects while was doing my Master in CS. I decided to place this code
here also. I believe if some student wants to cheat he will do it anyway and if he wants
to learn he will learn not regards the solutions exist on the Web or not.



I don't have any Copyright and don't have any limitations to use this code. You can use it as is,
you can make any changes, etc. The only one thing: I will be happy to know that people use it.
So if you will let me know this will be cool.
Note: Some of the files have .txt extention, so you may want just remove this extension.
I hope this code will help to somebody. Enjoy!



Well, what I have here:
1. How to use DLL in Win32?
2. How to make synchronization in Win32?
3. Few small interesting C++ problems.
4. A number of small Windows drivers.
5. Bubble sort algorithm.
6. Quick sort algorithm.
7. A number of base C++ classes.
8. Another bulk of sort algorithms.
9. List class.
10. Huffman code algorithm.
11. Postfix arithmetic calculator.
12. Implementation of graphs.
13. Direct graphs.
14. Red-Black Tree implementation.
15. Minimum Cost Spanning Tree implementation.
16. Implementation of Sets using Binary Trees.
17. Simulation of Old UNIX File System.
18. A few web programming programs.
19. I/O Capture Using PTYs.
20. Instant Messaging via Shared Memory yang/yin programs.


Up to: index.html