programming get start 一問

2010-05-27 4:29 am
I want to learn computer programming, like java and C++, and I wat to know where to 'write' a program. Do I need any software or other program for me to 'write' a program? And where can I find some sources for this? Or any rgood eference book for meto read?

thank you

回答 (1)

2010-05-27 6:23 pm
✔ 最佳答案
To write a program, you only need to use Notepad included in Windows,
or any other text editor
to write the source of the program. After that, you need to use a
compiler to convert your source into an executable file. This compiler
needs to be downloaded from the Internet. Different computer language
use different compilers. For example, you need to download JDK
from Sun in order to make Java program.

There are many many books that teach you how to write programs
For a 14 years old guy like you, I don't think that learning Java/C++
is a good start. Visual Basic may be more appropriate for you.
If you insist on it, I suggest you looking for some
fundamental programming book, such as "How to program in C++"
and "How to program in Java". These are very good books for beginners
and even for advanced programmers.

Hope this helps.


收錄日期: 2021-04-13 17:16:10
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20100526000051KK01338

檢視 Wayback Machine 備份