| View previous topic :: View next topic |
| Author |
Message |
RS Newbie cheater
Reputation: 0
Joined: 12 Jun 2007 Posts: 20
|
Posted: Tue Jun 26, 2007 7:49 pm Post subject: |
|
|
Your question is like asking what are the limitations of English, French, and Spanish or which coordinate system is best: Cartesian, cylindrical, or spherical.
For all intensive purposes, languages are not limited; it's just a matter of simplicity. Programming languages equate well with their verbalized counterparts: a spoken language might have a word that captures a concept succinctly while others would need a descriptive phrase (In programming, this equates to supported features).
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Tue Jun 26, 2007 8:55 pm Post subject: |
|
|
| RS wrote: | Your question is like asking what are the limitations of English, French, and Spanish or which coordinate system is best: Cartesian, cylindrical, or spherical.
For all intensive purposes, languages are not limited; it's just a matter of simplicity. Programming languages equate well with their verbalized counterparts: a spoken language might have a word that captures a concept succinctly while others would need a descriptive phrase (In programming, this equates to supported features). |
No matter how hard you try in Java, you can't manually manipulate the memory. That counts as a limitation.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
EKPwns How do I cheat?
Reputation: 0
Joined: 13 Jun 2007 Posts: 5
|
Posted: Tue Jun 26, 2007 9:05 pm Post subject: |
|
|
| I am pretty good in java, and ok in c++. I've taken about 4 years worth of java programming classes etc. I must admit, java < C++. One major downfall is that you can't change the array length in java, which you can do in c++.
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Tue Jun 26, 2007 9:38 pm Post subject: |
|
|
| EKPwns wrote: | | I am pretty good in java, and ok in c++. I've taken about 4 years worth of java programming classes etc. I must admit, java < C++. One major downfall is that you can't change the array length in java, which you can do in c++. |
Change array size in C++? How?
realloc on a pointer? that's like allocating some new memory space then copy the old array over and free the old one. The same could basically be accomplished in Java by declaring a new array reference, then use the System.arraycopy method.
Or do you prefer linked lists? C++ implements vectors in its standard library, and so does Java under the Vector class. You could implement your own linked list if you want.
I don't remeber any other way you can change array size in these two languages...
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
cxperl Expert Cheater
Reputation: 0
Joined: 23 Jan 2007 Posts: 163
|
Posted: Wed Jun 27, 2007 11:26 am Post subject: |
|
|
what about perl limitations? ive had no limitations in not being able to make a programm work the way i want hell programming is just a set of instructions anyway
i think perl is more user friendly with modules and stuff so yeah
c# can be related to perl a lot as i have herd but people say perl is easier until you get to regex lol
anyone know about ruby?
http://tryruby.hobix.com/
what you think was that fun OR WHAT!
_________________
"perl programmer, anyone says its scripting does'nt know perl." |
|
| Back to top |
|
 |
BRONiUS Expert Cheater
Reputation: 0
Joined: 26 Jun 2006 Posts: 154 Location: Vilnius, Lithuania
|
Posted: Wed Jun 27, 2007 1:29 pm Post subject: |
|
|
Of course assembly has the biggest possibilities, it is also fastest language.
_________________
Rhapsody in Blue is Epic. |
|
| Back to top |
|
 |
cxperl Expert Cheater
Reputation: 0
Joined: 23 Jan 2007 Posts: 163
|
Posted: Sun Jul 01, 2007 7:58 pm Post subject: |
|
|
assembly to me is core programming.
_________________
"perl programmer, anyone says its scripting does'nt know perl." |
|
| Back to top |
|
 |
|