Sysop: | KK4QBN |
---|---|
Location: | Chatsworth, GA |
Users: | 48 |
Nodes: | 10 (0 / 10) |
Uptime: | 95:52:37 |
Calls: | 900 |
Calls today: | 0 |
Files: | 138,634 |
U/L today: |
0 files (0K bytes) |
D/L today: |
674 files (817M bytes) |
Messages: | 26,287 |
Posted today: | 1 |
I am trying to write a program using FreeBASIC and I hit a limitation
that causes me to consider another langauge to get past said FreeBASIC limitation. The program that I'm writing is a DOS program and a side project. At the moment I have two options available: C++ (either DJGPP or Open Watcom) or Free Pascal.
Why not just plain-ole C?
I am trying to write a program using FreeBASIC and I hit a limitation that causes me to consider another langauge to get past said FreeBASIC limitation. The program that I'm writing is a DOS program and a side project. At the moment I have two options available: C++ (either DJGPP o Open Watcom) or Free Pascal.
Hi
What limitation are you running across. There are some other basic compilers out there.
Learning a nother programming lanuage is not easy for everyone. I find
that Pascal is easer to learn then C.
I think Ruby should be used to teach object oriented programming. It is SO object-oriented that it's almost awkward to write procedural code in it (exactly the opposite of most languages that had objects grafted on after the fact).