PSX5Central
Non Gaming Discussions => Off-Topic => Topic started by: lionken07 on July 03, 2001, 06:53:40 AM
-
who else is takin\' programmin\' classes?? I\'m in my visual basic class right now. Nothin\' feels like creatin\' your own program without any errors~!
-
um...here\'s what I did today...just wanna share for those who care...
Private Sub cmdabs_Click()
num = txtinput.Text
txtabs.Text = Abs(num)
End Sub
Private Sub cmdsqrt_Click()
num = txtinput.Text
txtsqrt.Text = Sqr(num)
End Sub
Private Sub cmdsquare_Click()
num = txtinput.Text
txtsquare.Text = num * num
End Sub
Private Sub txtinput_Change()
End Sub
3 buttons, 1 label, and 4 textboxes
-
I know (Visual) BASIC, some PASCAL and Java. Finally getting something to work as it should is very satisfying. :)
-
I have been programming in C++ for the last few years. Last year I programmed a very cool game. I never finished it, but it is in great playable condition. I\'m going to put it on the internet within the next couple of days, so when I do, I\'ll give you a link.
Right now I am starting another game. It is going to be very cool. I can\'t say any more than that though, because I don\'t want anyone stealing my ideas. ;)
-
I\'m working on sed and awk in UNIX right now.
-
No classes. Only do it as a hobby. But, I have a room full of books on the subject.
Visual Basic.
C.
C++.
-
same here i have been reading up on C++ and have taken one class but it was for fun - never gotten into much anything too difficult i think the only game a made was like tetris and them there was the pong type game where you break bricks thats name has escaped me
-
I dreaded classes at school :D
I have been programming since the age of 10, that is when i got my C64 lol :D got hooked, and never looked back. :D
-
I\'m a computer science major at the glorious UGA (GO DAWGS!). They start us off with JAVA, but before I can continue I must take some logic/discrete mathematics courses. ::shudder:: (I need to turn my AC off.)
Can\'t wait! I\'ll be a game programmer one of these days!
-
I know some Java & Basic...... whoo.
-
Anybody still mess around with Microsoft QuickBasic?
Last time I used that language I made a kick-butt Hickquest game!
-
Originally posted by Troglodyte
Anybody still mess around with Microsoft QuickBasic?
Last time I used that language I made a kick-butt Hickquest game!
Last time i had a look at QBasic was for my cousin cause he needed some help for a school project, that was 6 years ago :D