Changes

Jump to: navigation, search

Workshop 5

293 bytes added, 19:40, 28 October 2013
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: …'
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
1
edit

Navigation menu