PSX5Central

Non Gaming Discussions => Off-Topic => Topic started by: lionken07 on July 03, 2001, 06:53:40 AM

Title: Programmin\'...
Post 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~!
Title: Programmin\'...
Post by: lionken07 on July 03, 2001, 06:57:41 AM
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
Title: Programmin\'...
Post by: Samwise on July 03, 2001, 07:00:24 AM
I know (Visual) BASIC, some PASCAL and Java. Finally getting something to work as it should is very satisfying. :)
Title: Programmin\'...
Post by: IronFist on July 03, 2001, 08:41:50 AM
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. ;)
Title: Programmin\'...
Post by: EmperorRob on July 03, 2001, 11:26:39 AM
I\'m working on sed and awk in UNIX right now.
Title: Programmin\'...
Post by: Living-In-Clip on July 03, 2001, 12:37:44 PM
No classes. Only do it as a hobby. But, I have a room full of books on the subject.

Visual Basic.
C.
C++.
Title: Programmin\'...
Post by: Sublimesjg on July 03, 2001, 12:45:03 PM
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
Title: Programmin\'...
Post by: Toxical on July 03, 2001, 07:19:47 PM
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
Title: Programmin\'...
Post by: on July 05, 2001, 08:36:00 AM
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!
Title: Programmin\'...
Post by: SmallLady on July 06, 2001, 07:15:23 AM
I know some Java & Basic...... whoo.
Title: Programmin\'...
Post by: on July 06, 2001, 07:53:50 AM
Anybody still mess around with Microsoft QuickBasic?

Last time I used that language I made a kick-butt Hickquest game!
Title: Programmin\'...
Post by: Toxical on July 06, 2001, 08:52:54 AM
Quote
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