God bless OOP
February 9, 2008 at 6:38 pm (Uncategorized)
Tags: C++, OOP, programming
I’m still having difficulty implementing OOP ( stands for Object-Oriented Programming ) into my sources. But if you think about it, OOP makes life much easier and faster! Well it doesn’t make life faster but programming at least. And that, in turn, makes life more “enjoyable” specially when you don’t have compile-time errors as I just had! I don’t know why it just doesn’t work! OOP I mean. And that is exactly why I’m passionately waiting for my book C++ How to Program ( a great book by the way ) to come. Its early classes approach is what I was looking for. I doesn’t really make you wait years ( figuratively ) to know what is a class and what is an object, which are, in fact, what make C++, a real C++. Anyway, I gave up on classes and OOP for now till my book comes and I can finally see how to work efficiently with objects. For now, I think the development of autopoker.cpp ( refer to previous posts && the same as poker.cpp just changed the name ) is in a soft freeze
because of the fact that I can’t think of ANY way to continue it without classification ( implementing OOP ). And because I don’t know how to work with objects, therefore, it’s stalled!