First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
C++ to Perl OOP
Object Oriented conversion from C++ to Perl code How can we restrict the use of name and wage according to the pre- requirement name lengths is 80 only wage is allow only digit thank you =============== #include <iostream> #include <cstring> using namespace std; class employee { char name[80]; // privat... 21 Jun 2007 17:47
data abstraction vs encapsulation
What is meant by data abstraction ? What is meant by encapsulation ? What is the difference between them ? Kindly explain. Thanks V.Subramanian ... 21 Jun 2007 12:35
GUI enabling/disabling design pattern
I am faced with what I believe to be a VERY common problem. I have a feeling there is a Design Pattern to solve it... I have different GUI commands, such as cut/copy/paste that, depending on the state of things should be either enabled or disabled. Here is the kicker: the enabled/disabled stated is needed by m... 21 Jun 2007 07:51
How important is software maintenance?
Methods & Tools is currently conducting a one-question poll to know What part of your software development budget is devoted to maintenance. Go to www.methodsandtools.com/dynpoll/vote.php to participate and to see intermediate results. ... 18 Jun 2007 09:10
podwa�enie wielu publikacji ad. przypadk� u�ycia typu <include> i <extend>
Pytanie do zajmuj�cych si� modelowaniem systemowych przypadk�w u�ycia: w 'ca�ym' Internecie pisz�, i� przypadek u�ycia typu <include> nie mo�e istnie� 'samodzielnie', cytuj� jeden z wielu tak twierdz�cych fragment�w: "W��czany przypadek nigdy nie wyst�puje samodzielnie - jego egzemplarze mog� by� tylko cz�... 18 Jun 2007 06:52
newbie help : lexer in c++\c
hi to all . this may seem quite out of place . i've opted for building a lexical analyzer using c/cpp for my summer project . i know the required automata theory and i know c/cpp too . i've also read the 'lex and yacc' and now i'm stuck and i'm still not able to figure out how to go about starting the coding part o... 19 Jun 2007 06:50
Press Release - Reliable Software Technologies, Ada-Europe 2007
----------------------------------------------------------------------- FINAL Call for Participation *** UPDATED Program Summary *** 12th International Conference on Reliable Software Technologies - Ada-Europe 2007 25... 17 Jun 2007 10:51
(Alan Kay & Modeling R.W.) Re: Disadvantages of Dependency Inversion?
Universe wrote: On Jun 12, 10:31 pm, topmind <topm...(a)technologist.com> wrote: Universe wrote: DIP is uses indirection/abstraction for the purpose or reducing dependency, which is necessary and fine in many cases. However the proponents of DIP wrongly tend to ignore, or downplay th... 16 Jun 2007 15:35
Rudeness (Re: Whose Fish - OO solution)
Jordan Marr wrote: No news there. Only that you are projecting your modus operandi onto everyone else. Well, that's not new either. I am tired of all these personal insults and sinister motivation speculations. Go f8ck yourself, Jordi! You are the "bad" one because you... 16 Jun 2007 11:28
New project / datasets
My last few coding projects have been very object oriented roll-your- own business classes. I just finished an interview that went very well, and it looks like my next project may be a dataset only shop. Since I won't be able to roll my methods in with the datasets, what kind of patterns can I use? Where do I p... 18 Jun 2007 14:21
First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61