Page 1 of 1 |
WaveRunner
Posts: 200
Location: Israel - Dont like it? Get LOST!
|
Posted: Tue, 29th Jun 2004 20:53 Post subject: Programming laguages? |
|
 |
ok,im currently programming in VB6...not an expert. but can learn all the stuff very easily.
im looking forward to study a new language....any suggestions?
My Rig:
AMD Barton 2500+
768DDR PC2100 [266Mhz]
Gigabyte GA-7VT600P-RZ
Radeon 9800pro 128MB [R350].
AC97 5.1 onboard Sound Controller.
CD+RW and CD-ROM Drives.
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
Phluxed
VIP Member
Posts: 4911
Location: Oakville, Ontario, Canada
|
Posted: Wed, 30th Jun 2004 14:42 Post subject: |
|
 |
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
Hitman02
Banned
Posts: 709
Location: USA
|
Posted: Wed, 30th Jun 2004 18:33 Post subject: |
|
 |
|
|
Back to top |
|
 |
|
Posted: Tue, 26th Oct 2004 01:52 Post subject: |
|
 |
Delphi, as it's quite similiar to VB in structure and syntax, and you can advance to Delphi .Net
|
|
Back to top |
|
 |
|
Posted: Mon, 14th Mar 2005 01:47 Post subject: |
|
 |
I think that you should try Smalltalk.
|
|
Back to top |
|
 |
|
Posted: Mon, 14th Mar 2005 18:19 Post subject: |
|
 |
Study some OO and go for C# or Java
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
|
Posted: Mon, 21st Mar 2005 03:52 Post subject: |
|
 |
Id Second Smalltalk, its the dady of oop and if you can grasp the fundamentals of oop then id move to VB.net as this is now fully oop and should no longer be treated as a kiddie language, C# is fine but personaly id avoid Java.
If you do try VB.net then be prepared to relearn the language as it has changed dramaticaly from vb6 and make sure you get hold of 2003 version otherwise you wont get globals unless u make a class with shared properties.
with 2003 you can declare them with the keyword SHARE instead of DIM.
|
|
Back to top |
|
 |
|
Posted: Mon, 21st Mar 2005 09:57 Post subject: |
|
 |
|
|
Back to top |
|
 |
|
Posted: Sun, 3rd Apr 2005 17:40 Post subject: |
|
 |
Delphi. No questions asked.
If you really know what your doing the best choice would actually be pascal, provided you know how to write your own libraries for it, it really is the most powerful and flexible language out there.
Java and C/~ are all limited in functionality at some point.
|
|
Back to top |
|
 |
|
Posted: Mon, 4th Apr 2005 09:36 Post subject: |
|
 |
My humble opinion:
Delphi: average IDE based applications. Without serious knowledge.
C++: system applications. Requires some knowledge.
Assembler: cracking and reversing. Requires complex knowledge.
|
|
Back to top |
|
 |
|
Posted: Wed, 6th Apr 2005 13:50 Post subject: |
|
 |
I'd say ASM, that was the first language I learned. It's not really that hard, although, it's not bad to know some advanced math when dealing with ASM.
|
|
Back to top |
|
 |
SycoShaman
VIP Master Jedi
Posts: 24468
Location: Toronto, Canada
|
Posted: Wed, 6th Apr 2005 16:44 Post subject: |
|
 |
What is C#? A variant of C/C++?
hey bagshatar, can u check my post about C++ help...it involves ASM and maybe u can help me.
Im really good with math, so if ur explanation involves math, np 
|
|
Back to top |
|
 |
|
Posted: Wed, 6th Apr 2005 16:53 Post subject: |
|
 |
Syco, C# An object-oriented language devised
and promoted by Microsoft, intended to replace Java, which
it strongly resembles.
C++ is
<language> One of the most used object-oriented languages, a
superset of {C} developed primarily by Bjarne Stroustrup
<bs@alice.att.com> at AT&T Bell Laboratories in 1986.
In C++ a class is a user-defined type, syntactically a
struct with member functions. Constructors and
destructors are member functions called to create or destroy
instances. A friend is a nonmember function that is
allowed to access the private portion of a class. C++ allows
implicit type conversion, function inlining, overloading
of operators and function names, and default function
arguments. It has streams for I/O and references.
|
|
Back to top |
|
 |
Page 1 of 1 |
All times are GMT + 1 Hour |