Skip to content

info-uaic/IP_2015-2016_Minesweeper_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper 1

####Faculty of Computer Science, "Alexandru Ioan Cuza" University

University year: 2015-2016

Author: Chile Ovidiu Benone

Course: Introduction to programming


This projects was built for the Introduction in programming course. The purpose of the project was to prove the understanding of basic programming concepts in the C++ language.


Project made on Code::Blocks 13.12, language C++.

Running the source code may fail on some versions of Visual Studio because of one or more of the followings:

-the security put by Microsoft on ‘char’ functions(like strcpy, strcat, etc) from <string.h> library. Can be repaired by removing this security (or rewriting the code to follow this security); -kbhit() function may have an underscore ('_') in front of it (_kbhit()); -sleep(number_of_seconds_to_sleep) function may not have the underscore ('') in front of it.

About

This repo will hold one of the Minesweeper projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published