Skip to content

Commit

Permalink
Quiz Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kcomkar committed Oct 26, 2020
1 parent cfd968a commit 7805180
Show file tree
Hide file tree
Showing 22 changed files with 4,679 additions and 1 deletion.
1,203 changes: 1,203 additions & 0 deletions Quiz.C

Large diffs are not rendered by default.

1,037 changes: 1,037 additions & 0 deletions Quiz.cbproj

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Quiz.cbproj.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<Transactions>
<Transaction>2020-10-26 16:54:47.600,=C:\Users\kcomk\Documents\Embarcadero\Studio\Projects\Project1PCH1.h</Transaction>
<Transaction>2020-10-26 16:54:47.631,=C:\Projects\GitHub\Quiz\Quiz.C</Transaction>
<Transaction>2020-10-26 16:55:14.893,C:\Users\kcomk\Documents\Embarcadero\Studio\Projects\Quiz.cbproj=C:\Users\kcomk\Documents\Embarcadero\Studio\Projects\Project1.cbproj</Transaction>
<Transaction>2020-10-26 16:55:14.893,C:\Users\kcomk\Documents\Embarcadero\Studio\Projects\QuizPCH1.h=C:\Users\kcomk\Documents\Embarcadero\Studio\Projects\Project1PCH1.h</Transaction>
<Transaction>2020-10-26 16:57:56.415,C:\Projects\GitHub\Quiz\QuizPCH1.h=C:\Users\kcomk\Documents\Embarcadero\Studio\Projects\QuizPCH1.h</Transaction>
<Transaction>2020-10-26 16:58:00.219,C:\Projects\GitHub\Quiz\Quiz.cbproj=C:\Users\kcomk\Documents\Embarcadero\Studio\Projects\Quiz.cbproj</Transaction>
</Transactions>
</BorlandProject>
8 changes: 8 additions & 0 deletions Quiz.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Editors]
Order=0
Focused=-1
[Editor_0]
CursorCol=1
CursorRow=82
TopLine=63
LeftChar=1
Binary file added Quiz.res
Binary file not shown.
4 changes: 4 additions & 0 deletions QuizPCH1.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#ifdef _WIN32
#include <tchar.h>
#endif

9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Quiz
# Quiz
<h3> A console based application to build computer based tests to conduct exams </h3>
<h4 style="font: Consolas">
<ul>
<li>Initially written in Turbo C </li>
<li>Recently adopted to RAD C++ Builder Version 10.3 </li>
</ul>
</h4>
Empty file added Win32/Debug/HISCORE.DAT
Empty file.
Empty file added Win32/Debug/Q.DAT
Empty file.
Binary file added Win32/Debug/Quiz.exe
Binary file not shown.
Binary file added Win32/Debug/Quiz.ilc
Binary file not shown.
Binary file added Win32/Debug/Quiz.ild
Binary file not shown.
Binary file added Win32/Debug/Quiz.ilf
Binary file not shown.
Binary file added Win32/Debug/Quiz.ils
Binary file not shown.
6 changes: 6 additions & 0 deletions Win32/Debug/Quiz.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

Start Length Name Class
0001:00401000 000025BC8H _TEXT CODE
0002:00427000 0000051D8H _DATA DATA
0003:0042C1D8 00000B004H _BSS BSS
0004:00000000 000000060H _TLS TLS
Binary file added Win32/Debug/Quiz.obj
Binary file not shown.
Binary file added Win32/Debug/Quiz.tds
Binary file not shown.
Binary file added Win32/Debug/QuizPCH1.pch
Binary file not shown.
Binary file added Win32/Debug/USER.DAT
Binary file not shown.
Empty file added __history/Quiz.C.~1~
Empty file.
Loading

0 comments on commit 7805180

Please sign in to comment.