Skip to content

RapidFire3/MSB_Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MSB_Repo

Introduction

The MSB_Repo is a simple C++ program that is responsible for finding the most significant bit of a 64-bit signed integer.

Usage

This program was executed on a Linux so please make sure that gcc installed on your machine. Following that,
you will have to do is open up command line session. Navigate to the MSB_Repo/src directory and execute the
following commands below.
g++ -o 'EXEC_NAME' MostSignificantBit.cpp
./'EXEC_NAME' [64-BIT SIGNED INTEGER]

About

Responsible for locating the most significant bit of an integer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages