Workshop 5

From CDOT Wiki
Revision as of 19:40, 28 October 2013 by Harawasia (talk | contribs) (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: …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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