acquisition Questions

3

Solved

Suppose I have a class like this: #include <iostream> using namespace std; class Boda { private: char *ptr; public: Boda() { ptr = new char [20]; } ~Boda() { cout << "callin...
Blaubok asked 27/6, 2010 at 23:51

6

I am a newbie to zope and I previously worked on Django for about 2.5 years. So when I first jumped into Zope(v2) (only because my new company is using it since 7 years), I faced these questions. P...
Barge asked 10/11, 2009 at 8:5
1

© 2022 - 2024 — McMap. All rights reserved.