Thread
:
Munske's Algorithm
View Single Post
03-18-2005, 04:29 PM
#
4
(
permalink
)
Valmont
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Don't you mean this:
Code:
void convert_path(){ for(int i = 0; i < counter; i++){...
Observe the "i++". Yours was "counter++".
__________________
Valmont
View Public Profile
Find More Posts by Valmont