| View previous topic :: View next topic |
| Author |
Message |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Mon Oct 29, 2007 10:00 am Post subject: which lg? |
|
|
which lg should i start with ?
well i know alot in programig already but i never learned them so good so i whant to restart and which lg is the best 1 to start with?
visual basic
c++
delphi (pascal)
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Mon Oct 29, 2007 10:21 am Post subject: |
|
|
Delphi is good for beginners...
Don't learn VB =\
if you want real programming right away start with C++/C#.
|
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Mon Oct 29, 2007 10:24 am Post subject: |
|
|
| Symbol wrote: | Delphi is good for beginners...
Don't learn VB =\
if you want real programming right away start with C++/C#. |
Is C++ a good base if you are gonna learn java in school?
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25823 Location: The netherlands
|
Posted: Mon Oct 29, 2007 10:36 am Post subject: |
|
|
no, then best learn C#
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Mon Oct 29, 2007 10:46 am Post subject: |
|
|
| Dark Byte wrote: | | no, then best learn C# |
okaj thanks
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Mon Oct 29, 2007 4:57 pm Post subject: |
|
|
This isn't really a question you should ask others. It all depends on what you want to do. I will say C/ASM is the best route to go, but others will say another language because it has different strengths and weakness, and usually and argument ensues.
RAD Programming: Delphi > VB
Functional: C or ASM
OOP: C++ > C# > Java
|
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Mon Oct 29, 2007 9:53 pm Post subject: |
|
|
| Flyte wrote: | This isn't really a question you should ask others. It all depends on what you want to do. I will say C/ASM is the best route to go, but others will say another language because it has different strengths and weakness, and usually and argument ensues.
RAD Programming: Delphi > VB
Functional: C or ASM
OOP: C++ > C# > Java |
if i whant to make programs and drivers and games it should be c++/java/C#/asm
im right ?
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Mon Oct 29, 2007 10:45 pm Post subject: |
|
|
| ups2000ups wrote: | if i whant to make programs and drivers and games it should be c++/java/C#/asm
im right ? |
Well, C (and in-line ASM) are the only language you can make drivers in (also possible in C++, but requires tweaking), and it is also better for making small, fast programs. Java's is only good for games embedded in web pages (and to some extent portable applications) so unless you plan on doing something like that I would stay away from it. C# and C++ are languages that you would use for games more than anything else, but keep in mind that C# is a lot like Java, so learning one generally means you learn the other. RAD languages (like VB) are generally only good for extremely simple programs (the exception to this is Delphi) or something that is really GUI heavy but has little underlying code, like a calculator.
In the end though you will have to make your own decision on what you want to learn based on what you want to do.
|
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Tue Oct 30, 2007 12:04 am Post subject: |
|
|
| Flyte wrote: | | ups2000ups wrote: | if i whant to make programs and drivers and games it should be c++/java/C#/asm
im right ? |
Well, C (and in-line ASM) are the only language you can make drivers in (also possible in C++, but requires tweaking), and it is also better for making small, fast programs. Java's is only good for games embedded in web pages (and to some extent portable applications) so unless you plan on doing something like that I would stay away from it. C# and C++ are languages that you would use for games more than anything else, but keep in mind that C# is a lot like Java, so learning one generally means you learn the other. RAD languages (like VB) are generally only good for extremely simple programs (the exception to this is Delphi) or something that is really GUI heavy but has little underlying code, like a calculator.
In the end though you will have to make your own decision on what you want to learn based on what you want to do. |
okay thanks for the info
i think i will start with c++ (becuse i just have books for c++\delphi\vb)
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
|