Forum: C++ Mar 23rd, 2006 |
| Replies: 4 Views: 3,416 youre right, sorry. here is the actual class :
class DataTreeItem
{
public:
DataTreeItem();
virtual ~DataTreeItem();
CString projectpath;
CString spec; |
Forum: C++ Mar 23rd, 2006 |
| Replies: 4 Views: 3,416 Hi!
I have a class called anItem which is defined something like this :
class anItem
{
CString string1;
CString string2;
long bla1;
long bla2; |
Forum: C Mar 13th, 2006 |
| Replies: 2 Views: 2,231 I absolutely do not know how you came up with the idea I was just too lazy to do my homework. I am not taking any courses.
But yeah, as a matter of fact I was looking for that library to save... |
Forum: C Mar 9th, 2006 |
| Replies: 2 Views: 2,231 Hello.
I am looking for a c library that emulates the double data type (64bit) with integers (32bit). it should have basic arithmetic functions like add, sub, mul and div.
already searched the... |