I am searching for an open source basic that is made using object oriented techniques in c++. Do you know any basic like that? 
opensource Basic
You're looking for the basic language or the c++ language?
c++ can be done nicely with Anjuta IDE, though I think that only runs on linux.
Basic, I think, is owned by Microsoft, so it would be illegal to have an open-source version.
c++ can be done nicely with Anjuta IDE, though I think that only runs on linux.
Basic, I think, is owned by Microsoft, so it would be illegal to have an open-source version.
FreeBASIC is just about the best free BASIC out there. It's open source and runs on lots of platforms and has quite a substantial user community due to the fact that it's very similar to an enhanced version of the old QBASIC that came with DOS.
I would advise using FreeBASIC.
Link: http://www.freebasic.net/
Link: http://www.freebasic.net/
| Studio Madcrow wrote: |
| FreeBASIC is just about the best free BASIC out there. It's open source and runs on lots of platforms and has quite a substantial user community due to the fact that it's very similar to an enhanced version of the old QBASIC that came with DOS. |
go to some of the programmers site like programmersheaven.com or planet-source-code.com there, search for programming languages in C++. I think you should find some nice basics
Related topics
