Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #37.0K
~2K People Reached
Favorite Forums
Web Development x 4
2 Posted Topics
Hey all, I would really appreciate it if you can help me with this problem. The basic idea, read all the files in a folder, and print them as links to each file. Which does work. But now, after it gets out of the foreach loop, I need it to … | |
Re: richard bach, when I compile exactly what you have, i don't get a problem. Using Visual Studio 2008. V.9.021022.8 [CODE]#include <iostream> using namespace std; class base { protected: struct node{}; }; class derived :public base { struct node *prev; }; class A { public: int a; }; struct B : … |
The End.