Hmm this looks intresting...
http://secondlife.com/
I would check it out but theres a stupid age limit...and a fee ><;
Moderator: Neerowolf
Roadkill wrote:Basic is the easiest language to learn. That's why it's called basic.
and, now, Terra, you got it all wrong. I think it took less that 7lines to program a hello world program. I spent more time on the box and buttons than the programming.
VERSION 2.00
Begin Form Form1
Caption = "Hello World!"
ClientHeight = 540
ClientLeft = 1095
ClientTop = 1515
ClientWidth = 2445
Height = 945
Left = 1035
LinkTopic = "Form1"
ScaleHeight = 540
ScaleWidth = 2445
Top = 1170
Width = 2565
Begin Label Label1
Alignment = 2 'Center
Caption = "Hello World!"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "Arial"
FontSize = 12
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 255
Left = 120
TabIndex = 0
Top = 120
Width = 2175
End
End#include <iostream.h>
int main() {
cout << "Hello World! ";
}what's the best way 2 learn C++?
Users browsing this forum: No registered users and 2 guests