-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add name & rollno to *.cpp and *.h files
- Loading branch information
Abhinav Anand
committed
Sep 1, 2018
1 parent
36a88be
commit 96c7c51
Showing
18 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#ifndef COMMAND_MODE_H | ||
#define COMMAND_MODE_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#ifndef COMMANDS_H | ||
#define COMMANDS_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#include "cursor_control.h" | ||
|
||
using namespace std; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#ifndef CURSOR_CONTROL_H | ||
#define CURSOR_CONTROL_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#ifndef KEYMAP_H | ||
#define KEYMAP_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#include "list.h" | ||
|
||
using namespace std; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#ifndef LIST_H | ||
#define LIST_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#include <iostream> | ||
|
||
#include "util.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#ifndef NORMAL_MODE_H | ||
#define NORMAL_MODE_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#include "search_mode.h" | ||
#include "commands.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#ifndef SEARCH_MODE_H | ||
#define SEARCH_MODE_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#include "snapshot.h" | ||
|
||
using namespace std; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#ifndef TREX_SNAPSHOT_H | ||
#define TREX_SNAPSHOT_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#include "util.h" | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
/** | ||
* Name: Abhinav Anand | ||
* Roll Number: 2018201037 | ||
**/ | ||
|
||
|
||
#ifndef UTIL_H | ||
#define UTIL_H | ||
|
||
|