Skip to content

iosipm/4003CEM-compilation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 4 commits ahead, 4 commits behind ac0745:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

4003CEM-compiling

Compiling by hand

Compile the main.cpp file into an executable called “byhand” using the 3 separate compile commands needed. This executable should be placed in the bin/ directory.

Compiling with cmake

Compile the main.cpp file into an executable using the supplied cmake project file. The project file has been set up to produce and executable called "main". This should be all the information needed to compile it.

Editing cmake

The files passwords.h, passwords.cpp and validate.cpp have been provided for you. passwords.h and passwords.cpp contain a pair of functions, validate.cpp contains a main() that uses those functions. Edit your CMakeLists.txt file to compile validate.cpp into an executable program called validate. passwords.h/.cpp should be treated as a library that is used by validate.cpp.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C++ 69.5%
  • CMake 30.5%