how do i create a class called Largest thatworks with only unsigned long values with the following methods(functions)
Largest()
bool getnext()
unsigned long value()const
i need help how to begin
i need
Largest.h
Largest.cpp
and largestDriver.cpp()
to be included as my files
also how do i protect Largest.h from the mulitple inclusion with the #pragma once tag.



LinkBack URL
About LinkBacks


