Take this survey!!!! Programmers Only!

Discuss popular GCS tools like ZZT, Megazeux and Adventure Game Studio, as well as programming and other topics related to game design.

What is your favorite programming language?

Poll ended at Mon Aug 06, 2007 9:14 pm

BASIC(In general;Qbasic,Visual Basic,etc.)
3
30%
C / C++
2
20%
Java / JavaScript
0
No votes
PowerShell
0
No votes
SQL
0
No votes
ASP.NET
0
No votes
Python
0
No votes
Fortran
0
No votes
Assembly
0
No votes
Other
5
50%
 
Total votes: 10

User avatar
dosraider
Admin
Admin
Posts: 9243
Joined: Tue Mar 15, 2005 2:06 pm
Location: ROTFLMAO in Belgium.

Post by dosraider »

Not interesting enough?
Been done already a zillion times on other more specialised sites?
Your questions are a bit ... how to say, puberal sometimes ?
When we wanna talk/discuss programming we know our own sites.
You're what ? 11 ? I'm 52, what's new for you is old news for me and probably most of the usual members.

Something as that I presume.

And you started with a surver, then it was a snertblart..... what's next ?
User avatar
Larry Laffer
Admin
Admin
Posts: 4143
Joined: Sun Feb 19, 2006 8:06 am
Location: Romania

Post by Larry Laffer »

What do you mean "Nobody votes"?

Check out the results: 7 votes! And that's well... the majority of the DGF active users :P
<center>
abyss wrote:I don't even know if starcraft 1 was a windows or dos games.
</center>

ModBot™ - Faster than the speed of spam!(and always taking it to where it belongs!)
User avatar
CPT Worm
<font color=gold>American Hero</font>
<font color=gold>American Hero</font>
Posts: 1383
Joined: Tue May 25, 2004 12:04 pm
Location: Shiloh, IL
Contact:

Post by CPT Worm »

You should try Allegro. It's really old, so you can program for DOS, as well as Windows, Linux, and Mac OS X. =O
Sustinendum Victoriam!
User avatar
Gamer_V
Gaming God
Gaming God
Posts: 1145
Joined: Thu Mar 03, 2005 11:46 am
Location: The Netherlands

Post by Gamer_V »

FINE THEN! I'll vote basic. Since it's the only one I know. (Though I should know Java according to school)
<TABLE width="100%" cellpadding="1" border="0"><TR><TD width="50%">
robhofen wrote:no warcraft is a rip off of age of empires and so are a lot of other games
</TD><TD width="50%">
Larry Laffer wrote:Your people are n00bs :laugh:
</TD></TABLE><CENTER>Image</CENTER> .
tinman47
Lord of Gaming
Lord of Gaming
Posts: 230
Joined: Sat Feb 24, 2007 1:07 pm

Post by tinman47 »

B) ...Yesssss...
User avatar
abyss
Moloral Compass
Moloral Compass
Posts: 754
Joined: Mon Nov 06, 2006 6:13 pm

Post by abyss »

I tried programming from flash and the best i can do is making a lousy looking character that looks like it was drawn badly in microsoft paint! I have no clue what I'm doing in flash programming so i'm sticking with gwbasic.
<i>Formerly known as Hulk Hogan.</i>
tinman47
Lord of Gaming
Lord of Gaming
Posts: 230
Joined: Sat Feb 24, 2007 1:07 pm

Post by tinman47 »

GW Basic? Isnt that like the really ancient version of BASIC? :shifty:
User avatar
dosraider
Admin
Admin
Posts: 9243
Joined: Tue Mar 15, 2005 2:06 pm
Location: ROTFLMAO in Belgium.

Post by dosraider »

In 1975, Microsoft launched its first product: a BASIC compiler for the MITS Altair, an early kit microcomputer.

When IBM launched its Personal Computer (PC), the software supplied included small ROM- and disk-based versions of BASIC. IBM's PC-DOS (written by Microsoft) included an expanded, disk-based version of BASIC called BASICA (advanced BASIC). Microsoft's MS-DOS for PC compatibles included a similar program called GWBASIC. The difference between BASICA and GWBASIC was that BASICA required the built-in ROM BASIC to be present.

Both BASICA and GWBASIC were interpreters that translate and execute one instruction at a time. Interpreters are easier to implement and require no memory for object code, but the code runs much slower than compiled programs.

QuickBASIC was a BASIC compiler launched around 1983 for commercial programmers who wanted to write larger programs in BASIC on PC's. Programs compiled with QuickBASIC ran four to ten times faster than under BASICA or GWBASIC. Microsoft claimed that, on an 8-MHZ IBM PC-AT, the QuickBASIC compiler could translate code at 150,000 lines per minutes (fast compared to many compilers for other languages). Furthermore, QuickBASIC was upwards compatible from the BASIC interpreters. QuickBASIC went through several upgrades, ending with version 4.5 released in 1988.

In 1987, IBM launched the PS/2 personal computers. Newer IBM and compatible PCS stopped including ROM BASIC with the hardware. Other factors, including the rapid development of applications software and increasingly sophisticated compiled languages, combined to make the original BASIC interpreters obsolete. Microsoft shipped a replacement, called QBASIC, with MS-DOS versions 5 (May 1991) and 6 (March 1993). QBASIC is a disk-based interpreter system that also shipped with Windows 95. QBASIC implements the same language as QuickBASIC, but does not include some of the advanced debugging commands. Internal memory management is also different.

A number of improvements distinguish QuickBASIC and QBASIC (together, QBs) from earlier BASIC interpreters. Source files are saved in ASCII format, whereas earlier BASIC systems stored compressed encoded source files. Both QBs include a full screen, menu-driven editor. The newer languages allow a maximum program/data space of 160K, where the previous limit was 64K. New data types were added for increased computing power.
User avatar
abyss
Moloral Compass
Moloral Compass
Posts: 754
Joined: Mon Nov 06, 2006 6:13 pm

Post by abyss »

http://en.wikipedia.org/wiki/Microsoft_ ... nterpreter
Their is info on gwbasic amd their is a pic of gwbasic as well. Much easier coding language than qbasic.
<i>Formerly known as Hulk Hogan.</i>
User avatar
dosraider
Admin
Admin
Posts: 9243
Joined: Tue Mar 15, 2005 2:06 pm
Location: ROTFLMAO in Belgium.

Post by dosraider »

Code: Select all

01110100 01101001 01101110 01101101 01100001 01101110 00110100 00110111 00100000 01101001 01110011 00100000 01100001 00100000 01100010 01101111 01110010 01100101 
:D
tinman47
Lord of Gaming
Lord of Gaming
Posts: 230
Joined: Sat Feb 24, 2007 1:07 pm

Post by tinman47 »

Wow,thats fuckin easy.And I use Qbasic! :D ... :huh:
Post Reply