Search Results

Search: Posts Made By: Marhinado John
Forum: Programming 09-28-2001
6,412
Posted By Marhinado John
hm... that's not my misspelling :( this forum has...
hm... that's not my misspelling :( this forum has completely erased all c++ templates tags :((((((
so this code looks wrong now :(
Forum: Programming 09-28-2001
6,412
Posted By Marhinado John
i misspelled some: template<class T>...
i misspelled some:
template<class T> FClass<T>::FClass() : T() {
//some code
}
Forum: Programming 09-28-2001
6,412
Posted By Marhinado John
c++ templates problems in g++
what we have:
class TClass {
public:
TClass();
};

template<class T> class FClass<T>: public T {
public:
FClass();
};

TClass::TClass() {
// some code
}
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy