There are total 32 c/c++ source code files, with 359,273 hits in Source Code.

Displaying 1 to 15 of 32 files.

  Shuffle Game
» 4.5 KiB - 18,098 hits - Last Update: February 2, 2024
The primary objective of the Shuffle Game is to arrange a set of numbers in ascending order within a grid. Players achieve this by making valid moves that swap the position of numbers in the grid. The game keeps track of the number of moves made by the player.

  Graphics Header Library File (graphics.h)
» 11.2 KiB - 1,913 hits - Last Update: January 4, 2023
Graphics header library file (graphics.h) which contains definitions for graphics drivers, Colors for setpalette and setallpalette, graphical elements such as lines, and patterns.

  Ping C Program
» 7.1 KiB - 3,840 hits - Last Update: January 18, 2021
This sample C program demonstrates how an ICMP ping app can be written using the SOCK_RAW socket type and IPPROTO_ICMP protocol. Ping is a necessary tool in any Operating System to debug the IP address of the network device to see if the device is reachable.

  C++ Wave File Writer
» 6.1 KiB - 2,535 hits - Last Update: February 13, 2021
This C++ program is capable of turning a text file describing the notes of a piece of music into an audio file (.wav). The program reads the contents of the input file i.e. input.txt, constructs Song, Voice and Note objects describing the notes in the file, and call the different functions of Song and Voice and Note C++ classes.

  L1 Cache implementation in C
» 299.2 KiB - 3,375 hits - Last Update: January 4, 2021
This is a C program to demonstrate cache mechanism by simulating a cache in C. The source code can run in any C Compiler with minor modifications if required. It can run on real memory traces as input to your cache simulator. We have implemented two cache replacement policies i.e. least recently used (LRU) and First-in first-out (FIFO) replacement policies.

  Vigenere Encryption and Decryption in C++
» 9.0 KiB - 3,460 hits - Last Update: January 1, 2021
In this C++ source code, we show classes capable of encoding and decoding messages according to the Vigenere cipher. Both classes i.e. VigenereEncrypt and VigenereDecrypt inherit from the EncryptedFileWriter and EncryptedFileReader classes respectively. Both these classes override the encrypt function of EncryptedFileWriter and decrypt function of EncryptedFileReader to achieve the desired results.

  Tic Tac Toe Game pro
» 174.0 KiB - 32,892 hits - Last Update: February 14, 2020
Pro version of Tic Tac Toe console Game. It has been fully ported to latest C++ standard and can be build/compiled for 32bit or 64bit windows architectures using Visual Studio 2017.Complete Visual studio project is provided with the source code, so just download the code, open up the solution in visual studio and run the program.Enjoy!

  Car Race Game
» 28.6 KiB - 17,923 hits - Last Update: December 30, 2018
This is a simple C++ program to make a car race game. It uses object oriented approach to generate different objects in the game such as using Car, Obstacle and Timer classes.

  Snake Game
» 17.6 KiB - 8,012 hits - Last Update: February 1, 2018
Snake Game

  Cache Coherence Mechanism
» 12.5 KiB - 7,241 hits - Last Update: January 31, 2018
This project simulates the cache coherence problem graphically.

  Paint in DOS
» 66.6 KiB - 7,149 hits - Last Update: January 31, 2018
C program to demonstrate Paint in command mode.

  256-bit Serpent VB Implementation
» 6.8 KiB - 4,693 hits - Last Update: May 15, 2010
This is an extremely slow but working Visual Basic implementation of the 256-bit Serpent algorithm. Since Visual Basic is bogged down by memory problems and lacks the power that C provides, high level speeds for this algorithm may never be achieved in VB.

  Great Librarian
» 34.0 KiB - 20,642 hits - Last Update: May 15, 2010
A C source code dy which a librarian can operate his library more fast without any resistration book.

  Tic Tac Toe Game
» 17.2 KiB - 3,964 hits - Last Update: May 15, 2010
Basic version of Tic Tac Toe Game

  Snake Game
» 18.8 KiB - 62,169 hits - Last Update: May 15, 2010
This program simulates the game "snake". A string of characters moves on the screen according to arrow keys pressed by user. If it touches itself or screen boundary, the program terminates. When the snake moves, in arbitrary screen positions some digit (1-9) appears.

 Page 1 of 3  1  2  3  »