Skip to content

CMD/4003CMD-building

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 27 commits ahead of ac0745:master.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 10, 2024 20:25
January 8, 2024 14:01
January 5, 2024 10:41
January 10, 2024 20:25
January 5, 2024 10:47
January 8, 2024 14:03
August 14, 2023 14:00
October 19, 2023 11:15
January 20, 2020 17:31

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++ 70.2%
  • CMake 19.2%
  • Shell 10.6%