|
 |
|
 |
11-06-2004, 03:03 PM
|
#1 (permalink)
|
|
Regular Contributor
Join Date: Oct 2004
Posts: 219
|
where to start?
im pretty experienced im php for about a year now, every challanged i could think of, i found a way to do it, but i dont want to program sites. i want to start out making small programs, then eventaully building up to more complex things. how powerful is perl and what can you do in it? i got perl for dummies awhile ago, but i got bored with it cuz it was similar to php. what language should i learn first?
|
|
|
11-06-2004, 05:21 PM
|
#2 (permalink)
|
|
PHP Student
Join Date: Oct 2004
Location: Forest Grove, OR
Posts: 151
|
I found Visual Basic to be an easy programming language to use, but I think it gives you a skewed view of programming. After learning VB, I found it really really difficult to learn C/C++ and I still don't understand C. So you might want to start out making small C++ apps. At least with that language you can start out with small apps and make bigger ones without having to learn a whole 'nother language.
|
|
|
11-06-2004, 06:28 PM
|
#3 (permalink)
|
|
Regular Contributor
Join Date: Oct 2004
Posts: 219
|
do i need to install the source code for c++, or get a compiler of some sort? ive dont php, and some perl, i needed to install perl source code, but for like other languages you can't open then up in notepad and edit away, don't you need some compiler whatever that is?
|
|
|
11-06-2004, 07:28 PM
|
#5 (permalink)
|
|
Java fanboy
Join Date: Aug 2003
Posts: 1,166
|
C, C++, Java are all compiled languages; they need to transform source code into machine-readable code. You can fire up Notepad and edit the code, but you then need to compile it before you can run it. For C and C++, a free compiler that you can use is GCC. If you're interested in Java, you can download the Windows SDK from java.sun.com. I'm a Java programmer, so I'm more familiar with what you need for a sane programming environment in that than C/C++.
|
|
|
11-09-2004, 03:42 PM
|
#6 (permalink)
|
|
Regular Contributor
Join Date: Oct 2004
Posts: 219
|
i downloaded JavaTM 2 SDK, Standard Edition
Version 1.4.2, but i have no idea how to use it or what do? anyone give me some help?
|
|
|
11-09-2004, 04:06 PM
|
#7 (permalink)
|
|
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,505
|
Now that you have the framework, you can either write java in a text editor, or download and IDE. I suggest using an IDE. With netbeans ( an IDE ) you can write console, gui, or web apps.
http://netbeans.org
__________________
Mike
|
|
|
11-09-2004, 05:02 PM
|
#8 (permalink)
|
|
Regular Contributor
Join Date: Oct 2004
Posts: 219
|
if i were to use a text editor, how do i compile the txt files into the program?
|
|
|
11-09-2004, 05:06 PM
|
#9 (permalink)
|
|
PHP Student
Join Date: Oct 2004
Location: Forest Grove, OR
Posts: 151
|
For the Borland C++ compiler, once it is set up correctly you simply type in a command prompt:
bcc32 foobar.txt
though you should save the files as *.cpp
|
|
|
11-09-2004, 05:08 PM
|
#10 (permalink)
|
|
Regular Contributor
Join Date: Oct 2004
Posts: 219
|
i dont have borland yet, just the java one
|
|
|
11-09-2004, 05:15 PM
|
#11 (permalink)
|
|
PHP Student
Join Date: Oct 2004
Location: Forest Grove, OR
Posts: 151
|
Oops, my mistake. Hey, SDE, answer the man
|
|
|
11-09-2004, 05:47 PM
|
#12 (permalink)
|
|
Regular Contributor
Join Date: Feb 2003
Location: indisclosed
Posts: 210
|
You could always start with some bleeding edge. Learn C# and embedded it in XAML.
|
|
|
11-09-2004, 05:57 PM
|
#13 (permalink)
|
|
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,505
|
http://java.sun.com/j2se/1.4.2/install-windows.html
note the 'updating path' section. once you have your paths correct, you can use javac to compile a .java file.
Code:
javac myfirstjavaprogram.java
that would make a new compiled file called myfirstjavaprogram.class
any further details on this subject should probably be in a new post in the java forum =)
__________________
Mike
|
|
|
11-10-2004, 07:24 AM
|
#14 (permalink)
|
|
Java fanboy
Join Date: Aug 2003
Posts: 1,166
|
I'll be there 
|
|
|
11-10-2004, 01:26 PM
|
#15 (permalink)
|
|
Regular Contributor
Join Date: Oct 2004
Posts: 219
|
i dont any reasons why this thread cant continue. new people who want to start learning programing could find a lot of info in here. and for c/c++, what are some good compilers?
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -8. The time now is 05:20 PM.
|
Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting
|
 |
|