Saturday, 28 October 2017

Games with C++

Chess(Kings of 64):

     Not only simple programs we can also do some interesting games using C/C++ , here we have found Chess which can be played by two players in it using simple C++ programs which is the application of full of arrays and the usage of conditional statements in it.


                                            Here you go for game: Kings of 64(chess).rar

     This was done by me and my friend, thanks for being my partner, I hope you people like this.

Requests

If anybody need any books, articles simple games in C/C, please just send me a mail or reply to this post.⏬

Reserches

My Research Work 1:

          By my recent research on Dynamic Storage Management using Doubly Linked List, I have created this ppt from many references. 
         As we know that this can be done in both using bit maps and linked lists I have choosen to linked lists since I'm just starting my works. Here you can get my ppt:Download

     Here I have discussed about three major segments of the management fragmentation, compaction and garbage collection.