Skip to content

Commit

Permalink
[Project -> Personal Benefits] Project Done~!
Browse files Browse the repository at this point in the history
We got a perfect score. :)

Nevertheless, Post-Development and Code and lastly Repo Redecor is now allowed.
  • Loading branch information
CodexLink committed Oct 9, 2019
1 parent c277222 commit 6ee7d2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion TTRM_CoreInitializer.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Task To Remind Me C++ CLI using Win32 API = RIP Portabiltiy
Primarily Created for Data Structure and Algorithm Basic Level Class
Initially Created by Janrey "CodexLink" Licas, 08/15/2019, 15:35
Represented as Data Struct Group 7
Represented as Data Struct Group 5
*/

#include "__TTRM_SourceCore/TTRM_CoreDeclarations.h"
Expand Down
6 changes: 3 additions & 3 deletions __TTRM_SourceCore/TTRM_CoreComponents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Task To Remind Me Core Components
* Side Note: Technical Project Specific Essential Function Header File
* File Category Type: Technical and Core Function Body Definition, "CoreFunc".
* Version: Close Beta Stage
* Version: Version Initial.10092018.1955
*
* Project Lead, Janrey "CodexLink" Licas
* Project Director, Rejay "figureness" Mar
Expand Down Expand Up @@ -176,7 +176,7 @@ unsigned short TTRM::Cmpnt_Initializer() noexcept(false)
RECT ConsoleWindow, ClientScrWindow;
HMENU Console_BtnClose = GetSystemMenu(ConsoleWnd, FALSE);

SetConsoleTitle("Tasks To Remind Me C++ CLI, Close Beta Stage | Data Structure Group 5 >> https://github.com/CodexLink/TaskToRemindMe_CPlusPlus");
SetConsoleTitle("Tasks To Remind Me C++ CLI, Version Initial.10092018.1955 | Data Structure Group 5 >> https://github.com/CodexLink/TaskToRemindMe_CPlusPlus");

std::cout << std::endl
<< std::endl
Expand Down Expand Up @@ -1635,7 +1635,7 @@ void TTRM_WinToast::toastFailed() const
* Task To Remind Me Core Components
* Side Note: Technical Project Specific Essential Function Header File
* File Category Type: Technical and Core Function Body Definition, "CoreFunc".
* Version: Close Beta Stage
* Version: Version Initial.10092018.1955
*
* Project Lead, Janrey "CodexLink" Licas
* Project Director, Rejay "figureness" Mar
Expand Down
8 changes: 4 additions & 4 deletions __TTRM_SourceCore/TTRM_CoreDeclarations.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Task To Remind Me Core Declarations
* Side Note: Technical Project Specific Essential Function Header File
* File Category Type: Core Function Definitions, "CoreDef".
* Version: Close BETA Testing Checkpoint, File Point Candidate #1
* Version: Version Initial.10092018.1955, File Point Candidate #1
*
* Project Lead, Janrey "CodexLink" Licas
* Project Director, Rejay "figureness" Mar Senar
Expand Down Expand Up @@ -51,14 +51,14 @@ using namespace WinToastLib;
// ! String Literal Project Description Defined Macro Declarations
#define PROJECT_NAME L"Tasks To Remind Me C++ CLI"
#define PROJECT_SHORTCODE L"TTRM for C++"
#define PROJECT_VER L"Close BETA Testing Checkpoint"
#define PROJECT_VER L"Version Initial.10092018.1955"
#define PROJECT_CREATOR L"Data Structure Group 5"
#define PROJECT_LINK L"https://github.com/CodexLink/TaskToRemindMe_CPlusPlus"

// ! String Literals Version
#define PROJECT_NAME_STRL "Tasks To Remind Me C++ CLI"
#define PROJECT_SHORTCODE_STRL "TTRM for C++"
#define PROJECT_VER_STRL "Close BETA Testing Checkpoint"
#define PROJECT_VER_STRL "Version Initial.10092018.1955"
#define PROJECT_CREATOR_STRL "Data Structure Group 5"
#define PROJECT_LINK_STRL "https://github.com/CodexLink/TaskToRemindMe_CPlusPlus"

Expand Down Expand Up @@ -325,7 +325,7 @@ class TTRM_TaskData
* Task To Remind Me Core Declarations
* Side Note: Technical Project Specific Essential Function Header File
* File Category Type: Core Function Definitions, "CoreDef".
* Version: Close BETA Testing Checkpoint, File Point Candidate #1
* Version: Version Initial.10092018.1955, File Point Candidate #1
*
* Project Lead, Janrey "CodexLink" Licas
* Project Director, Rejay "figureness" Mar Senar
Expand Down

0 comments on commit 6ee7d2b

Please sign in to comment.