Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-12-2002, 05:30 AM   PM User | #1
The Wizzard
Regular Coder

 
Join Date: Jun 2002
Location: Lake Forest, CA
Posts: 259
Thanks: 0
Thanked 0 Times in 0 Posts
The Wizzard is an unknown quantity at this point
Programming

What do i need to learn in order to create my own programs, like you download and install on your computer? I probably sound like a n00b, but thats cuz i am at that stuff, not Web Development, i have never looked into programming... Does this involve C++?

Can someone please guide me. Thanks!
The Wizzard is offline   Reply With Quote
Old 07-12-2002, 06:44 AM   PM User | #2
Spookster
Supreme Overlord


 
Spookster's Avatar
 
Join Date: May 2002
Location: Marion, IA USA
Posts: 6,220
Thanks: 4
Thanked 80 Times in 79 Posts
Spookster will become famous soon enough
It all depends on what language you wish to write in. If you are fairly proficient in Javascript then both Java and C++ will be a little easier to learn as the syntax is quite similar. I learned Java as my first language and it was much easier as I was proficient in Javascript. If you wish to write standalone programs then C++ would probably be a better choice than Java. Java is much more portable across different platforms but creating standalone programs is more difficult. C++ is not easily portable across platforms but is easy to create standalone programs. They key to learning any language however is to try and focus more on the main concepts behind programming such as loops, conditional statements, variables, methods/routines etc. The main concepts exist in just about every language in one shape or another. Once you have those down and figure out what you need then it's just a matter of looking up the syntax of a particular language and filling in the blanks. I could go on and on. But whichever language you choose just ready through some tutorials or books and start out with just simple progams such as the traditional "Hello World" program in which you simply print out to the screen Hello World. Don't try to dive into something big to start with. Build up to and learn step by step and actually practice each step by writing some code.
__________________
Spookster
CodingForums Supreme Overlord
All Hail Spookster
Who gave you that Ugging infraction? Yeah that's right it was me!
Spookster is offline   Reply With Quote
Old 07-12-2002, 10:03 PM   PM User | #3
The Wizzard
Regular Coder

 
Join Date: Jun 2002
Location: Lake Forest, CA
Posts: 259
Thanks: 0
Thanked 0 Times in 0 Posts
The Wizzard is an unknown quantity at this point
Thanks Spook, I have another question...

What is Visual J++ ? Is that what you were talking about, Java and C++ ?

Thanks!
The Wizzard is offline   Reply With Quote
Old 07-12-2002, 10:38 PM   PM User | #4
Spookster
Supreme Overlord


 
Spookster's Avatar
 
Join Date: May 2002
Location: Marion, IA USA
Posts: 6,220
Thanks: 4
Thanked 80 Times in 79 Posts
Spookster will become famous soon enough
Java and C++ are both programming languages. Visuall J++ is a visual development software for creating programs written in java. There are other development software such as Borland JBuilder or Sun Microsystems Forte. Forte is actually pretty nice and ironically it is written in Java by the company(Sun Microsystems) who created the java language.
__________________
Spookster
CodingForums Supreme Overlord
All Hail Spookster
Who gave you that Ugging infraction? Yeah that's right it was me!
Spookster is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:45 AM.


Advertisement
Log in to turn off these ads.