User profile: Jesse20ghet

User info
User name:Jesse20ghet
Name:Jesse
Location:Longview WA
Bio:My names Jesse and I'm really trying to learn as much as I can about C++ because its going to be my future as a programmer when I graduate college.
History
Joined:
Number of posts:10
Latest posts:

Infinite loop
[code]template<typename K, typename D> void Graph<K, D>::BreadthFirst( void (*visit) (D data) ) { q...

Weird Syntax error with iterator
list<Vertex<K, D>> map; list<Vertex<K, D> >::iterator m_iterator; //I get the error here error C...

Making a class function const
I did change that index part haha sorry. and the error I get is. error C2665: 'Row<T>::Row' : none ...

Making a class function const
How would I go about making this code const? Its part of a 2D array that inherits a single dimension...

Arrays
Oh got it! Thanks for that. Next problem lol. I edited it to the point of where I am now, and I n...