PC Review


Reply
Thread Tools Rate Thread

How to add objects during runtime?

 
 
Allen
Guest
Posts: n/a
 
      29th Sep 2009

I want to make a program which can allow the user to hire employees at
regular bases. In other words, every time an employee is hired the program
should be able to create an object by itself for that employee.
--
Thanks
Allen

 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      1st Oct 2009
Answered in another group were you already posted this. Please don't post
the same question to multiple groups (at least not separately).

Also this is pretty vague (are you looking for a list of object, are you new
to programming concepts ?)

"Allen" <(E-Mail Removed)> a écrit dans le message de groupe de
discussion : F7E5FC99-14C9-4F92-8A55-(E-Mail Removed)...
>
> I want to make a program which can allow the user to hire employees at
> regular bases. In other words, every time an employee is hired the
> program should be able to create an object by itself for that employee.
> --
> Thanks
> Allen
>


 
Reply With Quote
 
Allen
Guest
Posts: n/a
 
      1st Oct 2009
Hi Patrice,
I program since 1997 in C and C++ for the love of programming, only. Now, I
am trying to program in Windows. I believe if one forum does not have an
answer; I can try another forum. If that would not bother you. I even
tried to post in Italian group, but they did not understand me.

--
Thanks
Allen
"Patrice" <http://scribe-en.blogspot.com/> wrote in message
news:%(E-Mail Removed)...
> Answered in another group were you already posted this. Please don't post
> the same question to multiple groups (at least not separately).
>
> Also this is pretty vague (are you looking for a list of object, are you
> new to programming concepts ?)
>
> "Allen" <(E-Mail Removed)> a écrit dans le message de groupe de
> discussion : F7E5FC99-14C9-4F92-8A55-(E-Mail Removed)...
>>
>> I want to make a program which can allow the user to hire employees at
>> regular bases. In other words, every time an employee is hired the
>> program should be able to create an object by itself for that employee.
>> --
>> Thanks
>> Allen
>>

>


 
Reply With Quote
 
Mr. Arnold
Guest
Posts: n/a
 
      3rd Oct 2009

"Allen" <(E-Mail Removed)> wrote in message
news:413C464E-2B19-4065-A841-(E-Mail Removed)...
> Hi Patrice,
> I program since 1997 in C and C++ for the love of programming, only. Now,
> I am trying to program in Windows. I believe if one forum does not have
> an answer; I can try another forum. If that would not bother you. I even
> tried to post in Italian group, but they did not understand me.
>


You say you know C and C++, then it shouldn't be to hard for you to
understand Java in the book, if you want to deal with objects, which can be
applied to .NET too.

You should learn the basics.

What is Object-oriented-programming?

(OOP) is a programming paradigm that uses "objects" and their interactions
to design applications and computer programs.

The key concepts of OOP are the following:
Class
Object
Instance
Method
Message passing
Inheritance
Abstraction
Encapsulation
Polymorphism
Decoupling

http://en.wikipedia.org/wiki/Object-...ed_programming
No matter what development platform Java, .Net or others OOP is OOP.

http://math.hws.edu/eck/cs124/downlo...Zulu-Natal.pdf
http://www.blackwasp.co.uk/ObjectOrientedConcepts.aspx


What are design patterns?

Design patterns are recurring solutions to software design problems you find
again and again in real-world application development. Patterns are about
design and interaction of objects, as well as providing a communication
platform concerning elegant, reusable solutions to commonly encountered
programming challenges.

http://www.developer.com/design/article.php/1502691
http://www.dofactory.com/Patterns/Patterns.aspx
http://computerprogramming.suite101....d_antipatterns
http://msdn.microsoft.com/en-us/library/ms954638.aspx
http://www.designpatternsfor.net/Pre...px?tid=3&cid=4


Head First Book

<http://books.google.com/books?id=LjJcCnNf92kC&dq=head+first+design+patterns&printsec=frontcover&source=bn&hl=en&ei=f4nGStBE0piUB9LgpZID&sa=X&oi=book_result&ct=result&resnum=8#v=onepage&q=&f=false>

http://www.freebookspot.in/Comments....lement_ID=2985



__________ Information from ESET NOD32 Antivirus, version of virus signature database 4477 (20091002) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



 
Reply With Quote
 
Patrice
Guest
Posts: n/a
 
      5th Oct 2009
> I believe if one forum does not have an answer; I can try another forum.

You may want to wait jsut a bit before doing that. The problem is that it
wastes the time of those who tries to answer a question that has already
been answered somewhere else.

So before posting :
- check if the group seems appropriate or have enough traffic
- if multiple groups are suitable you may want to crosspost (ie. post the
same message to multiple groups so htat if someone answerrs you'll get the
answer in all the groups you posted).
- avoid to multipost

> I even tried to post in Italian group, but they did not understand me.


I wouldn't have done that. Once again imagine if we all doing that...

--
Patrice



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to get instance id of runtime objects in .NET? lyubomirskiy@gmail.com Microsoft Dot NET Framework 3 19th Jul 2006 09:40 AM
Getting objects of a App while runtime Halimaji Nijazi Microsoft VB .NET 1 23rd Jan 2006 01:20 PM
Extending objects at runtime =?Utf-8?B?SmFtZXM=?= Microsoft C# .NET 3 30th Nov 2005 05:38 AM
creating different objects at runtime Stephen Remde Microsoft VB .NET 2 24th Nov 2003 07:29 PM
creating different objects at runtime Stephen Remde Microsoft Dot NET 0 22nd Nov 2003 05:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:54 AM.