Having troubles with understanding the assignment to the pointers (using <dirent.h>)That is THE solution to that! Thank you very much, Peter87!
Having troubles with understanding the assignment to the pointers (using <dirent.h>)Let's say I have 11 files with extension ".exe" files in the folder c:/. And I want to create 11 poi...
Polymorphism in C++, couldn't find what's wrongThank you, [b]MikeyBoy[/b]. I'll look up the correct way. Sorry about the way I asked this question,...
Polymorphism in C++, couldn't find what's wrong[quote] [code]cout << "Triangle class area :" <<endl; return (width * height / 2); [/code] You a...
Polymorphism in C++, couldn't find what's wrongHello! I just have a base class and two derived classes to calculate the area of Rectangle and Trian...