Wednesday, April 22, 2020

Augusta Technical College Student Services Spring Semester Survey

We have been at our homes for a month; some of you started as online students and some of of you have had the challenge of becoming online students mid-semester. This survey is a check up on how you are doing in your classes and at your home. The end of the survey allows you to share your contact information if you would like some assistance from the College. We want to continue to support you at this time. Please let us know how we can be of assistance. Augusta Technical College Student Services
Spring Semester Survey

Monday, November 11, 2019

CH18 Sort and Search(CH21 STL)

CH18 Slides
Get Ex22SearchSort.cpp from ch21 datafiles. Do some time measurements around the various tasks in the program to evaluate the performance of the list and vector features. my file looks like this:
#include "stdafx.h"
#include iostream                                   
#include algorithm                                  
#include iterator
#include vector                                     
#include ctime
#include chrono
using namespace std;                                  



int main()                                            
{
 auto start = std::chrono::system_clock::now();


Timing info with chrono here


Open the Property Pages dialog for your project. For information on how to use the Property Pages dialog, see Property Pages.
Select the Configuration Properties, C/C++, Advanced page.
Edit the Disable Specific Warnings property to add 4996. Choose OK to apply your changes.
 turn off compiler error