here is a quick snippet of what I am trying to do:
template<typename T>
circularList::addNodeData(T* data) // want to pass struct here
{
// use struct here
}




Posted 05 October 2012 - 09:10 PM
template<typename T>
circularList::addNodeData(T* data) // want to pass struct here
{
// use struct here
}
Posted 06 October 2012 - 04:41 AM
template<typename T>
circularList<T>::addNodeData(T* data) // want to pass struct here
{
// use struct here
}
template<typename T>
circularList<T>::addNodeData(circularList<T> &obj) // want to pass struct here
{
// use struct here
}
Posted 06 October 2012 - 07:23 AM
Posted 06 October 2012 - 02:14 PM
Posted 07 October 2012 - 08:45 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
