Homework: Function Templates |
< Previous Next > |
g++ -std=c++0x hwkFunctionTemplates.cppFinally, when your code is executed, the output must match what's in hwkFunctionTemplates-stdout.txt exactly:
45 Yeah, my templated function works!
Points Item --------- -------------------------------------------------------------- _____ / 3 1 _____ / 1 2 _____ / 1 3 _____ / 5 Total
g++ -std=c++0x hwkFunctionTemplates.cpp -o hwkFunctionTemplates-yourlastname ./hwkFunctionTemplates-yourlastname &> hwkFunctionTemplates-yourlastname.txt diff /nfshome/hcarroll/public_html/3110/private/hwk/hwkFunctionTemplates-stdout.txt hwkFunctionTemplates-yourlastname.txt
Last Modified: