aaaaaaaa

本帖最後由 teratera 於 2017-11-6 23:12 編輯

aaaaaaaa

HelloWorld係基本野...(可以去google查下)
你可以學寫下Java/C#/VB...
如果你有興趣

TOP

HelloWorld即係一個print/show "Hello World" 出黎既program

TOP

訓練Logic。

MS Office都有VBA,可以寫Program。

TOP

樓上的答案都答唔到hello world同psp 有咩關係

我都想知hello world同psp 有咩關係

又或者係我理解錯左psp的意思?
所以psp係解print/show program?

TOP

學任何high-level程式語言,第一步通常都係學show一句句子出黎(e.g.Hello World),就好似學電腦,第一步就係要識開機 (我諗唔到用咩比愈好),

如果你能夠整到部psp出現任何一句你想要既句子(e.g. helo world),即係話你有能力寫得出psp程式

TOP

VBA is better which can use inside Office

TOP

PSP ....
樓主意思係咪 PHP ???

TOP

Hello World
當你run一個自己寫o既program, 個result show多數都係依句...亦有另一個意思...就係"歡迎來到(電子)世界"..

TOP

A "Hello World" program is typically one of the simplest programs possible in a computer language. While small test programs existed since the development of programmable computers, the tradition of using the phrase "Hello world!" as a test message was influenced by an example program in the seminal book The C Programming Language. The example program from that book prints "hello, world" (without capital letters or exclamation mark), and was inherited from a 1974 Bell Laboratories internal memorandum by Brian Kernighan, Programming in C: A Tutorial, which contains the first known version:

main() {
        printf("hello, world");
}

hello world同psp 有咩關係? 係咪代表可以突破到可以係psp上自行開發程式?

TOP