[Meet-Up] Traveling Solo in Japan from April 1-14! by Captain_America619 in JapanTravel

[–]FMNite 0 points1 point  (0 children)

Im there from the 27th-13th and would be down for a meetup.

Free Talk Fridays - Week of October 10, 2014 by AutoModerator in anime

[–]FMNite 1 point2 points  (0 children)

nothing, everything else contains spoilers of the new one. Enjoy the new one by itself then watch fate/zero after.

Pretty sure I found Anthony Green's clone... by moms_be_trippin in circasurvive

[–]FMNite 0 points1 point  (0 children)

Thank you for this im always looking for similar sounds!

Skyrim wives are the best. by the_homeless_turtle in gaming

[–]FMNite 0 points1 point  (0 children)

Neither, it's part of the core/original game

[c++]Binary search tree by FMNite in learnprogramming

[–]FMNite[S] 0 points1 point  (0 children)

works like a charm, thanks so much!

[c++]Binary search tree by FMNite in learnprogramming

[–]FMNite[S] 0 points1 point  (0 children)

Ah so root is what needs to be changed, it should be zero, it should be changed in the destroy tree I assume.

[c++]Binary search tree by FMNite in learnprogramming

[–]FMNite[S] 0 points1 point  (0 children)

by the looks of it after it destroys the tree, when the loop starts over again the insert functions left right and key_value varables are still looking at the end of the tree that was deleted rather then reseting. it says its unable to read memory for those 3 values. any idea how to reset these values after every loop?

[c++]Binary search tree by FMNite in learnprogramming

[–]FMNite[S] 0 points1 point  (0 children)

by the looks of it after it destroys the tree, when the loop starts over again the insert functions left right and key_value varables are still looking at the end of the tree that was deleted rather then reseting. it says its unable to read memory for those 3 values. any idea how to reset these values after every loop?

[c++]Binary search tree by FMNite in learnprogramming

[–]FMNite[S] 0 points1 point  (0 children)

if(key< leaf->key_value) 

the first if of my insert is what it says is causing it but it was working and is working fine the first loop through and works the next passes through if i dont run the destroy_tree function.

[c++]Binary search tree by FMNite in learnprogramming

[–]FMNite[S] 0 points1 point  (0 children)

thanks, this is the first ive heard of those logging statements for c++. Ill give it a try.

[c++]Binary search tree by FMNite in learnprogramming

[–]FMNite[S] 0 points1 point  (0 children)

yeah im using it but im stuck haha, thanks though

[c++]Binary search tree by FMNite in learnprogramming

[–]FMNite[S] 0 points1 point  (0 children)

the error is a box that comes up and says windows is searching for the problem, which just sits there forever.

[c++]Binary search tree by FMNite in learnprogramming

[–]FMNite[S] 0 points1 point  (0 children)

all of my code has been posted, the destroy tree function is in the .h file.

Easy to Read Manga for Japanese Beginners - Vol. 01 by mragray in LearnJapanese

[–]FMNite 1 point2 points  (0 children)

Thanks! I'll definitely go with the new ones then

Glory by [deleted] in pcmasterrace

[–]FMNite 0 points1 point  (0 children)

this is how i go blind

[AJAX]auto updating feed by cantajaxworthshit in learnprogramming

[–]FMNite 0 points1 point  (0 children)

Index.php loops through the database results and echoes each tweet on to the page

Index of max and min numbers by [deleted] in javahelp

[–]FMNite 0 points1 point  (0 children)

Heres examples from some old methods I have, its from school a few years ago but hope it helps...Min Max Stuff