Posts
 
Reputation
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.

~2K People Reached
Favorite Tags
php x 4
c++ x 1

2 Posted Topics

Member Avatar for YousefAB

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 …

Member Avatar for YousefAB
0
1K
Member Avatar for kv123

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 : …

Member Avatar for YousefAB
0
128

The End.