プレイ日記
Q-Man ghetsis009
I just got this. It seems pretty different from C++. Any tips for a beginner on BASIC?
3そうだね
プレイ済み
返信[1]
親投稿
Andres TanookiOcarina
The "Instruction List" section on the official SmileBASIC website teaches you how to use all the keywords. Considering how you have prior knowledge with a programming language, you should be able to understand the basic functions of this application. But be careful; the syntax is different to that of C++, having more of an interpreted language syntax rather than a compiled language.
2そうだね
未プレイ
返信[2]
親投稿
Frood Volkanon
Fire up the way-way-back machine. This is programming the way it was before OOP. SmileBASIC does have user-defined functions with parameters and local (temporary) variables, which is a huge improvement over early BASIC. But there are no structs or classes. No local persistent state. Only global variables are persistent.
1そうだね
プレイ済み
返信[3]
親投稿
Andres TanookiOcarina
And keep in mind that this isn't the original BASIC. Just think of it as an extension to BASIC, just like C++ is an extension to C, so you'll be bound to see some new keywords here and there.
1そうだね
未プレイ
返信[4]
親投稿
Q-Man ghetsis009
Thank you both. I shall take a look at the website and hopefully won't mix up any C++ with BASIC.
2そうだね
プレイ済み