View previous topic :: View next topic |
Author |
Message |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Fri Nov 06, 2009 10:14 pm Post subject: Whats the best language to learn for all general purposes? |
|
|
VB?
Flash?
Java?
C?
C+?
C++?
C#?
Delphi?
^ one of them please...
Currently I'm good at Flash (AS3).
I'm learning VB (in Programming 1 class).
I want to learn C++ but the syntax seems really odd, almost as odd as assembly.
I'm just not sure whats best, I don't want to waste my time studying/using it if it doesn't help but only one thing, for example: Flash - really only good for Flash-related items.
_________________
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sat Nov 07, 2009 1:07 am Post subject: |
|
|
probably C#
if you really want to start with C++, you may find it easier to work with C at first. mostly everything from C carries to C++, though not necessarily the other way around.
|
|
Back to top |
|
 |
NoMercy Master Cheater
Reputation: 1
Joined: 09 Feb 2009 Posts: 289
|
Posted: Sat Nov 07, 2009 1:55 am Post subject: |
|
|
i started with c++, but it takes years before u can make a window, thats wut annoyed me
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sat Nov 07, 2009 2:21 am Post subject: |
|
|
Win32 is pretty simple once you get the concept nailed down. Not a good idea to try without at least having the basics down though.
|
|
Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Sat Nov 07, 2009 6:40 am Post subject: |
|
|
I'd advice you to move from vb to c# and maby then from c# to C or C++.
Moving from VB to C or C++ would be fierce.
Why is flash in the list?
_________________
Intel over amd yes. |
|
Back to top |
|
 |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sat Nov 07, 2009 1:36 pm Post subject: |
|
|
Oh okay, thanks dudes. Hopefully next year (when I'm a JR) I'll take Programming 2 and we'll learn C#.
Also I put Flash in the list because thats what I'm best at out of all of them.
_________________
|
|
Back to top |
|
 |
Chaosis13 Master Cheater
Reputation: 0
Joined: 14 Aug 2007 Posts: 372
|
Posted: Sat Nov 07, 2009 4:48 pm Post subject: |
|
|
I find that the debugging of C/C++ code is very hard, and that Java can be very good for learning concepts. But as far as hacking goes, Java is worthless (although bots are possible).
I went from Ruby to Flash AS2 to C/C++ to AS3, Java, etc.
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sat Nov 07, 2009 5:12 pm Post subject: |
|
|
JesusLovesQlimax wrote: | I'd advice you to move from vb to c# and maby then from c# to C or C++.
Moving from VB to C or C++ would be fierce.
Why is flash in the list? |
no no no, this is bad advice.
VB is useless outside of maintaining legacy code. C# is much more elegant.
|
|
Back to top |
|
 |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sat Nov 07, 2009 5:49 pm Post subject: |
|
|
Guess I'll attempt to start learning C# lol.
Now, any compiler of choice? Visual Studio?
_________________
|
|
Back to top |
|
 |
SkeleTron Grandmaster Cheater Supreme
Reputation: 1
Joined: 28 Jun 2007 Posts: 1022
|
Posted: Sun Nov 08, 2009 3:14 am Post subject: |
|
|
0. ASM ftw!
1. C++
2. Java || Perl
3. PHP || Python
4. VB...
_________________
Reedemer. |
|
Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
|
Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Sun Nov 08, 2009 11:17 am Post subject: Re: Whats the best language to learn for all general purpose |
|
|
GOGOGOGOGOGOGOGOGOGOGOGO! wrote: | I'm learning VB (in Programming 1 class).
I want to learn C++ but the syntax seems really odd, almost as odd as assembly. | :D No one should ever touch VB.. This is what happens if you learn VB as your first language.
Anyway, Python is nice for all sorts of stuff and it's portable.
|
|
Back to top |
|
 |
False Prophet Expert Cheater
Reputation: -1
Joined: 28 May 2006 Posts: 121
|
Posted: Mon Nov 09, 2009 11:35 am Post subject: |
|
|
You can decompile C# IIRC.
There is no such thing as "better programming language". I don't understand why it keeps getting asked.
VB isn't really "Legacy", it's just really really bad because of the run times. VB is a RAD language. I write libraries in C for VB all the time.
I learned C fairly easy years ago, the syntax is easy to get the hang of and their are lots of nice IDE's out there(PellesC) to use. Lots and lots of source code to learn from.
Just take your pick, find something you think is fun and stick to it! If you mainly want to hack video games, then you should know that practically any language is capable of doing that.
Also, the "Java is worthless for hacking, but it can be used for bots"? What?
_________________
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Mon Nov 09, 2009 12:07 pm Post subject: |
|
|
Oggy wrote: | You can decompile C# IIRC.
There is no such thing as "better programming language". I don't understand why it keeps getting asked.
VB isn't really "Legacy", it's just really really bad because of the run times. VB is a RAD language. I write libraries in C for VB all the time.
I learned C fairly easy years ago, the syntax is easy to get the hang of and their are lots of nice IDE's out there(PellesC) to use. Lots and lots of source code to learn from.
Just take your pick, find something you think is fun and stick to it! If you mainly want to hack video games, then you should know that practically any language is capable of doing that.
Also, the "Java is worthless for hacking, but it can be used for bots"? What? |
He means memory editing other processes is fiddly to do in Java. It can be done but with a lot more hassle than it's worth
|
|
Back to top |
|
 |
&Vage Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Jul 2008 Posts: 1053
|
Posted: Mon Nov 09, 2009 3:28 pm Post subject: |
|
|
For faster development and compatibility use Java. For more wide coverage of your applications use C/C++.
|
|
Back to top |
|
 |
|