Software Engineering Project 4
Purpose:
Using reminder application as a library for our new project (library reserves checkout system).
Important:
Adding a library requires a lot of steps, but there is this great video on youtube that shows you the steps to take.
https://www.youtube.com/watch?v=9JTooLxhmC0
Start by installing the project and then adding the appropriate.dll file to the build folder of the project. From there make sure you add the path in the .pro file. LIBS += "path" (This will be your own path)
All the files you need to get Project 4 are under the Project 4 folder.
Providing extra files incase you need them.
LINE 72 on Mainwindow.cpp is where you modify DueTime for check back in. (can be made sooner or later)
Added folder "Library" within "Project 4", it's what made dll possible
//=====================================================================
Software Engineer Project 3
Reminder Application.
The user is presented with an Application to Create, Update, Remove a Reminder. When the time comes, the application will notify the user with the reminder.
Note:
- When the Reminder time is reached, the Update and Remove lists will be updated.
- If the Reminder is removed, the reminder will not trigger.
- If the reminder, then it will trigger to the updated time.
- Checks time every 4 seconds. (becuase of allowing systems to deal with load)
Reminder uses Military Time (24h).
Under Project 3 -> FinalBuild folder you will have access to all the necessary files that are needed.
NOTE: have the Current.pro match your .pro file
DISCLAIMER: Closing the application will result in not saving the reminders! Just minimize the window.
//=====================================================================
Software Engineer Project 2
Rullo Assignment
Files you need for Running Game:
VeronicaLopez:
view.h //Functionality to show the grid and all
acad3mics:
model.h // ecdev456 and acad#mics worked on this to make sure CheckMath and CheckWin happens accordingly
tandrews:
main.cpp // Need this for the menu etc.
IF you need a Driver for direct testing:
ecdev456:
ecdevDriver.cpp // You need model.h and view.h in your Project for this too work.
VeronicaLopez:
viewTest.h and viewTest.cpp // you need model.h in acad3mics folder in order for it to work
//=====================================================================
Project 1:
Recreation of Nonogram
People on the project will be uploading their own header file in order to keep track of work.
You can find the work people contributed in their own folder.
The code you need from each persons folder is:
tandrews4:
NonoGram.cpp //This is the main.cpp needed to get the game running.
acad3mics:
picross.h //This helps in the introduction to the game.
VeronicaLopez:
VeronicaLopezNanoGram.h //Creates the board and references to other header files.
ecdev456:
ecdev456.h //Load and Save functionality
Special File.txt //Required in order to be able to Save and Load properly.