Skip to content

User input is passed to a function as a map key, which displays the corresponding map value from 3 maps at one time.

Notifications You must be signed in to change notification settings

CHARBAINES/james-chapter1-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

james-chapter1-cpp

This is a C++ program for looking up a Bible verse and viewing three versions of the verse at the same time for comparison and study. For this test program I used the first chapter of the New Testament book of James. The text is from the following versions: King James Version, New International Version, and Revised Standard Version.

The files used are:

functions.h, maps_header.h, functions.cpp, main.cpp

These have been compiled for Linux and Windows.

Linux: chapter1

Windows: chapter1.exe

This program was a personal challenge to rewrite in C++ the Python program that I created for this lookup.

This gave me practice using header files, maps, functions, and linking of files at compile.

About

User input is passed to a function as a map key, which displays the corresponding map value from 3 maps at one time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages