Skip to content

Programs in Java, C, C++ to explore bit structure of various data types. Included as well are programs illustrating Bit Operations.

Notifications You must be signed in to change notification settings

SaniyahBokhari/BitManipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a set of programs to demonstrate how to examine 
the bit structure of various data types in Java/C/C++.

Install the desired Directory on personal machine
e.g BitOperations

Open Terminal and cd to BitOperations Directory
by specifying the appropriate path where Directory
was installed.

The following commands demonstrate how to compile and 
run the various programs in their respective languages.

.......................................................
JAVA Commands
.......................................................
Compile:

javac BitOperations.java

Run:

java BitOperations
.......................................................


.......................................................
C Commands
.......................................................
Compile:

gcc -o BitOperations BitOperations.c

Run:

./BitOperations
.......................................................


.......................................................
C++ Commands
.......................................................
Compile:

g++ -o BitOperations BitOperations.cpp

Run:

./BitOperations
.......................................................

About

Programs in Java, C, C++ to explore bit structure of various data types. Included as well are programs illustrating Bit Operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published