Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

camparision

 
   Database Help (Home) -> Object-Oriented RSS
Next:  emilio23@op.pl  
Author Message
kris

External


Since: Mar 15, 2004
Posts: 2



(Msg. 1) Posted: Mon Mar 15, 2004 11:12 pm
Post subject: camparision
Archived from groups: comp>databases>object (more info?)

i would like to the syntax,semantics,implementation, and evolution of
DATA TYPES in the following laguages
1.C
2.C++
3.JAVA
4.PERL
5.FORTRAN
please give me information regarding above and also any links where i
can learn more about data types in different languages

thank you.

 >> Stay informed about: camparision 
Back to top
Login to vote
Randy A. Ynchausti

External


Since: Mar 09, 2004
Posts: 5



(Msg. 2) Posted: Tue Mar 16, 2004 1:51 am
Post subject: Re: camparision [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

kris,

 > i would like to the syntax,semantics,implementation, and evolution of
 > DATA TYPES in the following laguages
 > 1.C
 > 2.C++
 > 3.JAVA
 > 4.PERL
 > 5.FORTRAN
 > please give me information regarding above and also any links where i
 > can learn more about data types in different languages

You should also include the Smalltalk language in your study. It is a
strongly-typed system that is bound at run-time. Everything is an object in
Smalltalk. Basically, it has only a few (less than 10) keywords. It's
semantics are the easiest I have every seen (and I have programmed
commercially in C, C++, FORTRAN, Pascal, etc.). It's semantics are:

anObject doSomethingWith: anotherObject

where "doSomethingWith:" represents the name of a method. Both "anObject"
and "anotherObject" are objects. You need to master two concepts to
understand Smalltalk:

1) Everything is an object

2) You get objects to behave by asking them to perform their methods

Now all you lack regarding Smalltalk is a little practice.

Regards,

Randy<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: camparision 
Back to top
Login to vote
Arto Viitanen

External


Since: Mar 16, 2004
Posts: 7



(Msg. 3) Posted: Tue Mar 16, 2004 12:00 pm
Post subject: Re: camparision [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

   >>>>> "kris" == kris <kamanivk.DeleteThis@hotmail.com> writes:

kris> i would like to the syntax,semantics,implementation, and evolution of
kris> DATA TYPES in the following laguages 1.C 2.C++ 3.JAVA 4.PERL 5.FORTRAN
kris> please give me information regarding above and also any links where i
kris> can learn more about data types in different languages


You might like to check white papers etc. of Microsoft's .NET. It defines
Common Language Runtime, which (to my knowledge, I have not programmed much
on .NET) means similar data types on all .NET languages.

--
Arto V. Viitanen av.DeleteThis@cs.uta.fi
University of Tampere, Department of Computer Sciences
Tampere, Finland <a style='text-decoration: underline;' href="http://www.cs.uta.fi/~av/" target="_blank">http://www.cs.uta.fi/~av/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: camparision 
Back to top
Login to vote
kris

External


Since: Mar 15, 2004
Posts: 2



(Msg. 4) Posted: Tue Mar 16, 2004 12:38 pm
Post subject: Re: camparision [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Arto Viitanen <av.DeleteThis@cs.uta.fi> wrote in message news:<we3c89l1i4.fsf.DeleteThis@cs.uta.fi>...
   > >>>>> "kris" == kris <kamanivk.DeleteThis@hotmail.com> writes:
 >
 > kris> i would like to the syntax,semantics,implementation, and evolution of
 > kris> DATA TYPES in the following laguages 1.C 2.C++ 3.JAVA 4.PERL 5.FORTRAN
 > kris> please give me information regarding above and also any links where i
 > kris> can learn more about data types in different languages
 >
 >
 > You might like to check white papers etc. of Microsoft's .NET. It defines
 > Common Language Runtime, which (to my knowledge, I have not programmed much
 > on .NET) means similar data types on all .NET languages.

but i would like to know data types of other languages, comparision would be great.
thank you.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: camparision 
Back to top
Login to vote
Robert Klemme

External


Since: Oct 01, 2003
Posts: 48



(Msg. 5) Posted: Wed Mar 17, 2004 2:10 pm
Post subject: Re: camparision [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Still this is the wrong group. Either go to news:comp.object or try to
dig something up with Google.

robert

"kris" <kamanivk.TakeThisOut@hotmail.com> schrieb im Newsbeitrag
news:18d6a6f1.0403160938.52a98897@posting.google.com...
 > Arto Viitanen <av.TakeThisOut@cs.uta.fi> wrote in message
news:<we3c89l1i4.fsf.TakeThisOut@cs.uta.fi>...
   > > >>>>> "kris" == kris <kamanivk.TakeThisOut@hotmail.com> writes:
  > >
  > > kris> i would like to the syntax,semantics,implementation, and
evolution of
  > > kris> DATA TYPES in the following laguages 1.C 2.C++ 3.JAVA 4.PERL
5.FORTRAN
  > > kris> please give me information regarding above and also any links
where i
  > > kris> can learn more about data types in different languages
  > >
  > >
  > > You might like to check white papers etc. of Microsoft's .NET. It
defines
  > > Common Language Runtime, which (to my knowledge, I have not programmed
much
  > > on .NET) means similar data types on all .NET languages.
 >
 > but i would like to know data types of other languages, comparision
would be great.
 > thank you.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: camparision 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
oops help - Question 1:- Describe the following with the help of examples: 1)Generalization and its role in Inheritance. 2)abstract Classes 3)State Diagrams. 4)OMT and its impact in programming. 5)future of Object Oriented languages. Qusetion2: -Identify the..

Idempotent ODBMS iterators - I am building a client/server ODBMS in Java. It occurred to me that one way of helping to guarantee the consistency of the database was to ensure that all atomic requests were idempotent -- that is, that if a particular request is performed more than..

Modelling Books (with XDb2) - Following script for an experimental db models several books, each of which can have various number of genres, authors, publishers, etc. Sample query is shown near end. Downloadable db at www.xdb2.com/example/ex110.asp // Create items in directory to..

Help Understanding OODBMS' - <font color=purple> ;> 3) Are relationships recorded in the same way as in an RDB - 1:M and</font> <font color=purple> ;> M:M? I assume that program code has to place the IDs in a "table" to</font> ...

How can I make the date field change automatically when I .. - Lynn - I have a field called lastUpdated and it is a manual field that we change whenever we get a new email/phone/address/add a course, etc in a training table. What coding do I use for that field? I tried it on the berfore and also on the after....
   Database Help (Home) -> Object-Oriented All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]