Difference between revisions of "Workshop 5"
(Created page with 'Q:I'm getting the following error: w5.cpp:43:22: error: default template arguments may not be used in function templates without -std=c++0x or -std=gnu++0x at Line: …') |
(No difference)
|
Revision as of 18:40, 28 October 2013
Q:I'm getting the following error:
w5.cpp:43:22: error: default template arguments may not be used in function templates without -std=c++0x or -std=gnu++0x
at Line:
template <class T = double> Line43-> Array<T>::Array(int n){
Could someone pls help resolve this? Thanks