| View previous topic :: View next topic |
| Author |
Message |
JohnT Expert Cheater
Reputation: 0
Joined: 24 May 2011 Posts: 130 Location: Next To Osama
|
Posted: Sat Jun 18, 2011 5:26 pm Post subject: |
|
|
| the best lanquage is VB and Java these are the best although i dont know so much
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Sat Jun 18, 2011 5:31 pm Post subject: |
|
|
| JohnT wrote: | | the best lanquage is VB and Java these are the best although i dont know so much |
Please stop spam posting in every section with useless junk.
_________________
- Retired. |
|
| Back to top |
|
 |
Zacky Grandmaster Cheater
Reputation: 19
Joined: 23 Nov 2008 Posts: 808
|
Posted: Sun Jun 19, 2011 1:16 am Post subject: |
|
|
AH, I know what I want to do now!!
I want to make math applications. I first want to make an application that can solve quadratic equations, using the formula:
http://www.sosmath.com/algebra/quadraticeq/quadraformula/img11.gif
I want to make a neat GUI that allows the user to put a value for "a", "b", and "c" to get two possible answers.
Although this may be difficult, I might just make something small like:
a + b = c
Then the user can fill in two variables and get an answer out of the third one.
Yes! This is perfect! And hopefully. if I get enough experience with this, I can create full calculators that allow a wide variety of calculations to be made.
All in Java too. I hope this works out for me. Do you know anything that I can use to get me started?
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Sun Jun 19, 2011 4:44 am Post subject: |
|
|
| yeah sure use antlr to generate a lexer/parser for your grammar then all that's left is the code generation
|
|
| Back to top |
|
 |
Zacky Grandmaster Cheater
Reputation: 19
Joined: 23 Nov 2008 Posts: 808
|
Posted: Sun Jun 19, 2011 5:48 am Post subject: |
|
|
| Slugsnack wrote: | | yeah sure use antlr to generate a lexer/parser for your grammar then all that's left is the code generation |
Sorry, I didn't understand that lol...
I'm going to look these up.
|
|
| Back to top |
|
 |
Daaneo Cheater
Reputation: 0
Joined: 12 Jul 2007 Posts: 47
|
Posted: Wed Jun 22, 2011 1:20 pm Post subject: |
|
|
| Zacky wrote: | | Slugsnack wrote: | | yeah sure use antlr to generate a lexer/parser for your grammar then all that's left is the code generation |
Sorry, I didn't understand that lol...
I'm going to look these up. |
Lol'd. If I were you I'd just start with VB, as it's relatively easy to learn, and from there you can start learning a different language.
|
|
| Back to top |
|
 |
Ax3l Cheater
Reputation: 1
Joined: 22 May 2011 Posts: 37
|
Posted: Wed Jun 22, 2011 2:52 pm Post subject: |
|
|
Start with C# , its as easy as VB , but you'll learn all C-based languages better(which is very useful) like C++ , C , PHP , Java, Javascript,...
_________________
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Jun 22, 2011 3:25 pm Post subject: |
|
|
I personally think it's more important to learn logic and general data structures that go into programming aswell as just the langauge.
Logic is the grammar of your programs and the language is the words (metaphorically speaking), so no matter how many words you know, you'll still be illiterate unless you can put them together coherently with grammar.
_________________
|
|
| Back to top |
|
 |
Zacky Grandmaster Cheater
Reputation: 19
Joined: 23 Nov 2008 Posts: 808
|
Posted: Wed Jun 22, 2011 3:44 pm Post subject: |
|
|
| Ax3l wrote: | | Start with C# , its as easy as VB , but you'll learn all C-based languages better(which is very useful) like C++ , C , PHP , Java, Javascript,... |
oh. If that's the case, then I guess I'll switch to that C#.
| HomerSexual wrote: | I personally think it's more important to learn logic and general data structures that go into programming aswell as just the langauge.
Logic is the grammar of your programs and the language is the words (metaphorically speaking), so no matter how many words you know, you'll still be illiterate unless you can put them together coherently with grammar. |
Would learning the logic and data structure be part of the process if I just begin learning a language from a tutorial in a book?
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Jun 22, 2011 4:08 pm Post subject: |
|
|
| Zacky wrote: | | Ax3l wrote: | | Start with C# , its as easy as VB , but you'll learn all C-based languages better(which is very useful) like C++ , C , PHP , Java, Javascript,... |
oh. If that's the case, then I guess I'll switch to that C#.
| HomerSexual wrote: | I personally think it's more important to learn logic and general data structures that go into programming aswell as just the langauge.
Logic is the grammar of your programs and the language is the words (metaphorically speaking), so no matter how many words you know, you'll still be illiterate unless you can put them together coherently with grammar. |
Would learning the logic and data structure be part of the process if I just begin learning a language from a tutorial in a book? |
Maybe, it all depends on the book. I suggest getting a book that's aimed at college freshmen, those will most certainly have a healthy dose of both.
I enjoyed the book "Data Abstraction and Problem Solving with Java" (Carrano/Prichard), although it's not a beginner book, so precede it with a introductory book to Java.
_________________
|
|
| Back to top |
|
 |
|