Skip to content

myasirbabar/solitaire-game

Repository files navigation

Solitaire-Game

Solitaire Game Build On C++ Console


How to begin

  • Open Visual Studio

  • Create a console application Program from template menu

  • Open Solution Explorer, and delete .cpp file from source menu

  • Add All these files by

    • either select all files and dragg to source folder in solution explorer
    • or Right click on source folder > Add exixting file > locate the files > select > add
  • In MENU bar select project > properties > linker > Input > additional dependencies > edit and add following in the additional dependencies and then select ok Winmm.lib

  • inside linker open System > subsystem > select console

  • Build and run your program, Happy Execution :)


About

Solitaire Game Build On C++ Console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published