Question about computer programs
Forums at Modded Mustangs
Home Register FAQ Members List Calendar Blogs Garage Gallery Search Today's Posts Mark Forums Read Insurance


Go Back   Forums at Modded Mustangs > General Forum > The Clubhouse

ModdedMustangs.com is the premier Ford Mustang Forum on the internet. Registered Users do not see the above ads.
Reply
 
LinkBack Thread Tools
Old September 9th, 2008, 03:53 PM   #1
Hardcore Enthusiast
 
mustang fanatic's Avatar
 
Dont Tread On Me
 
Join Date: Jan 2007
Location: Orange County,CA
Posts: 2,142
mustang fanatic will become famous soon enoughmustang fanatic will become famous soon enough
iTrader: 0 reviews
Send a message via AIM to mustang fanatic Send a message via Yahoo to mustang fanatic
Default

Question about computer programs


I have been kind of perplexed lately, trying to figure out the relationship between and or the use for many different computer programs. Any computer gurus out there, this thread is for you. There is just so much info on the internet. I just want some basic definitions and maybe some examples of what you would use them for. Also which ones do you need special programs for. Here is the list:
  1. c++
  2. SQL
  3. Access
  4. Java
  5. C#
  6. Oracle
  7. Perl
  8. Visual Basic
  9. Microsoft Visio
  10. ASP.Net
  11. PHP
  12. MySQL

Thanks!

James
__________________
2007 Mustang GT - Pretty much stock. Pypes pypebomb a/b, Tri-ax shifter.
  Reply With Quote
Sponsored Links
Advertisement
 
Old September 9th, 2008, 05:35 PM   #2
Senor Pointy Boots
 
atlacatl213's Avatar
 
2003 Mustang V6
Needs Track Time
 
Join Date: Mar 2008
Location: LA, CA
Posts: 3,870
Blog Entries: 2
atlacatl213 is a splendid one to beholdatlacatl213 is a splendid one to beholdatlacatl213 is a splendid one to beholdatlacatl213 is a splendid one to beholdatlacatl213 is a splendid one to beholdatlacatl213 is a splendid one to beholdatlacatl213 is a splendid one to behold
iTrader: 0 reviews
Send a message via AIM to atlacatl213
Default

1. c++ (general purpose programming language, probably one of the most complex/hardest one to learn)
2. SQL (Language used for retrieving and managing data in database management systems)
3. Access (same as above but its Microsoft based)
4. Java (derived from C++ and its a programming language, mostly familiarly found on websites as part of networking)
5. C# (similar to C++)
6. Oracle (produced by Orical Corp, its a relational database management system)
7. Perl (Personally I wan to learn this language, its used as a general Unix scripting language that takes features from other programming languages)
8. Visual Basic (Microsoft based programming language thats used to make GUI interface applications, and work with active x)
9. Microsoft Visio (microsoft based program using vector graphics for the creation of diagrams)
10. ASP.Net (a web application framework that programmers use to build websites or any applications or services provided on the web)
11. PHP (originally for the same purpose as ASP.Net but eventally became a command line interface used in graphical applications)
12. MySQL (same as Oracle but developed by MySQL AB)
13. Python (higher end programming language used to enphasize programming productivity and code readability, pretty much to make code more readable and understandable. Similar to Perl)

Most of these language are cross platform meaning can be done in a windows environment or any other kind of Operating System that you might have. Depending on your OS, there are programs you could use to write, program, and execute the languages.

Down to it, each language influence each other and creates other languages like perl which was influenced by C and C++ which later down the line influenced to create Python and PHP.

What I love about Linux as well is that some distro flavors of Linux have some of the programs built to program in those languages.

Tutorials are always great to get a basic understanding how these languages work.

C++ Language Tutorial

SQL Tutorial

The Java™ Tutorials

C# Station: C# Tutorial - Introduction

Perl.com Home Page

Visual Basic Tutorial

Python Programming Language -- Official Website

PHP: Downloads

The best way is not to learn by buying a book since these languages tend to change as the years go. Though if you do go down that route, check out basic books written by O'reilly

O'Reilly Media | Spreading the knowledge of innovators
__________________

"Weakness is not your weakness. You are what you grow into..." - Jon Gomm
  Reply With Quote
Old September 9th, 2008, 07:26 PM   #3
Hardcore Enthusiast
 
mustang fanatic's Avatar
 
Dont Tread On Me
 
Join Date: Jan 2007
Location: Orange County,CA
Posts: 2,142
mustang fanatic will become famous soon enoughmustang fanatic will become famous soon enough
iTrader: 0 reviews
Send a message via AIM to mustang fanatic Send a message via Yahoo to mustang fanatic
Default

Cool, Thanks for all the info. That definitely helps a little.
__________________
2007 Mustang GT - Pretty much stock. Pypes pypebomb a/b, Tri-ax shifter.
  Reply With Quote
Old September 9th, 2008, 08:53 PM   #4
Regular
 
1965 Coupe
 
Join Date: Oct 2007
Location: Oregon
Posts: 356
zers is on a distinguished road
iTrader: 0 reviews
Default

What I love about Linux as well is that some distro flavors of Linux have some of the programs built to program in those languages.
All of them do, a text editor and a compiler (usually gcc) come standard on all linux desktop distributions.

also, c/c++ is not hard to learn, it's hard to master. And easily the most fundamental language to understand the rest of them.
__________________
http://i17.photobucket.com/albums/b57/mustangclint/SIG-Zers.jpg
  Reply With Quote
Old September 9th, 2008, 08:56 PM   #5
Fashion Guru
 
gooberhead320's Avatar
 
 
Join Date: Jul 2006
Location: Waterville, OH
Posts: 2,025
gooberhead320 has a spectacular aura aboutgooberhead320 has a spectacular aura aboutgooberhead320 has a spectacular aura about
iTrader: 2 reviews
Default

i took a problem solving with C++ class my first semester freshman year in high school and it was kind of easy to learn. there's a lot of shit that you need to know to make a program work and we were always using the book for help and always going back in chapters to see how to get a button to work or something
__________________


Originally Posted by 93hatch View Post
goobers car would whoop on ur fox so you sir fail
Originally Posted by 93hatch View Post
im so gay i wish my gf was as pretty as goober
I love 93hatch
  Reply With Quote
Old September 9th, 2008, 09:51 PM   #6
Safud: MM's Resident Hadji
 
Safi's Avatar
 
00 v6 & 99 Cobra
 
Join Date: Apr 2008
Location: Dallas/Houston, Tx
Posts: 4,881
Safi has much to be proud ofSafi has much to be proud ofSafi has much to be proud ofSafi has much to be proud ofSafi has much to be proud ofSafi has much to be proud ofSafi has much to be proud ofSafi has much to be proud ofSafi has much to be proud ofSafi has much to be proud of
iTrader: 4 reviews
Send a message via AIM to Safi Send a message via MSN to Safi Send a message via Yahoo to Safi
Default

so what exactly are you wanting to program....I can tell you what program language you need for what your wanting to do
__________________



Originally Posted by asiansensation78 View Post
Yeah Safi beat me on OG status lol
  Reply With Quote
Old September 9th, 2008, 10:04 PM   #7
meh
 
Notcho's Avatar
 
========
 
Join Date: Oct 2006
Location: New Braunfels, Tex / Seguin, Tex
Posts: 5,184
Notcho is a splendid one to beholdNotcho is a splendid one to beholdNotcho is a splendid one to beholdNotcho is a splendid one to beholdNotcho is a splendid one to beholdNotcho is a splendid one to beholdNotcho is a splendid one to beholdNotcho is a splendid one to behold
iTrader: 0 reviews
Send a message via AIM to Notcho
Default

I just started taking a class this semester that teaches Fortran 90 and Matlab.. so far we have been logging onto a remote Solaris box and writing the programs in a text editor and then compiling them...
__________________

'87 2.3 Notch with +4 cylinder mod



Ass, Cash, or Grass.. nobody rides for free
Black Stang Crew Member #11


  Reply With Quote
Old September 9th, 2008, 10:23 PM   #8
Priest of the Car Gods
 
ReverendDexter's Avatar
 
Clapped-out '90 GT 'vert
~5.5 seconds off TTOD :(
 
Join Date: Jan 2007
Location: Rohnert Park, CA
Posts: 13,808
ReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond reputeReverendDexter has a reputation beyond repute
iTrader: 0 reviews
Send a message via AIM to ReverendDexter
Default

Java isn't C/C++ derived, though it does have (frustratingly) similar syntax. The "big deal" about java is in the way it's compiled. It's not compiled down to machine-specific code, but instead to "bytecode", which is then run on an interpreter. The advantage to that is that any machine you can write a bytecode interpreter for can run any "compiled" java; so you don't have to compile specific versions for 32-bit x86, 64-bit x86, PowerPC chips, Alpha chips, Sparc, etc, etc. like you do with a true compiled language like C++. The disadvantage is that the interpretation makes it run slower (though not as much as people like to think).

There's other little details that aren't quite right with atlacatl's response, but it gets the gist across.
__________________

O o
/¯/______________________
|BLAAAAAAAAAAAAAAAAAAAAAAAAARGH!!!
\_\
  Reply With Quote
Sponsored Links
Advertisement
 
Reply

Thread Tools


Threads Similar to: Question about computer programs
Thread Thread Starter Forum Replies Last Post
Computer question TurboLX The Clubhouse 19 December 26th, 2007 05:28 PM
Paid to drive programs? Fox2102 The Clubhouse 11 September 9th, 2007 12:05 AM
computer question mtndew 2.3 Mustangs 1 May 20th, 2007 09:49 PM
X-CAL2 Programs acehogg69 2005 - 2010 8 April 19th, 2007 12:52 PM
computer question sb2f5marine69 5.0 Mustangs 12 March 6th, 2007 08:43 PM



All times are GMT -4. The time now is 07:46 AM.
Modded Mustangs is ©2005-2008, All Rights Reserved, And is Not Affiliated with Ford Motor Company.
Forum is powered by vBulletin ©2000 - 2012, Jelsoft Ent. Ltd. & SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

powered by vBulletin ©2000 - 2012, Jelsoft Ent. Ltd.