I know half of C, how long does it take one to learn? and why does qbasic have graphix? i thought it was suppose to be a beginner language? can I make a text editor with this language? swhaha
: I know half of C, how long does it take one to learn? and why does qbasic have graphix? i thought it was suppose to be a beginner language? can I make a text editor with this language? swhaha
QBasic is another language and is essentially as 'complete' as C is (anything you can solve in one you can theoretically solve in another). If you want to use it, go right ahead. It probably provides a handful of useful operating system commands to give you more quick control over graphics, if that's what you're keen on.
You can make a text editor in QBasic if you're keen on it.
Comments
QBasic is another language and is essentially as 'complete' as C is (anything you can solve in one you can theoretically solve in another). If you want to use it, go right ahead. It probably provides a handful of useful operating system commands to give you more quick control over graphics, if that's what you're keen on.
You can make a text editor in QBasic if you're keen on it.