No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
In void run(), the second line has a while(true) loop. This loop is never broken out of. I noticed that you call project.setExit(true) when option 7 from the menu is selected. This seems like the value that should be placed in that first while() loop. Do you have a project.getExit() …
I am not the original author of this software project and the code is poorly documented. I am mainly a Java/C++ developer. The program displays the tree structure and allows files and folder to be selected. The program is getting errors with FileSystemTreeView when trying to return nodes on a …
First I would like to say my knowledge of C++ is limited; most of my experience is in Java. Also this is my first post to daniweb, so please excuse me if I didn't follow proper etiquette (but please let me know). That being said, I have a need to …
The End.
Matt_L