|
|
|
|
|
View previous topic - View next topic |
Author |
Message |
Ninkazu Demon Hunter
Joined: 08 Aug 2002 Posts: 945 Location: Location:
|
Posted: Tue Jun 03, 2003 4:06 pm Post subject: Programming is fun, school isn't |
[quote] |
|
Wow, I never thought programming class would be so completely boring and easy.I'm trapped in a room for 4 hours every morning with a whole bunch of n00bs. So basically I've been programming in QB while my teacher drones on about stuff the others are supposed to learn. (it's a C++ class) anyway, I think I have to get back to "work." I hope getting my major in CS isn't going to be so completely mind numbing.
|
|
Back to top |
|
|
akOOma Wandering Minstrel
Joined: 20 Jun 2002 Posts: 113 Location: Germany
|
Posted: Tue Jun 03, 2003 6:55 pm Post subject: |
[quote] |
|
I know what you feel.... _________________ Keep on codin'
-----------------
-----------------
Just another post to increase my rank...
|
|
Back to top |
|
|
DrV Wandering Minstrel
Joined: 15 Apr 2003 Posts: 148 Location: Midwest US
|
Posted: Wed Jun 04, 2003 12:51 am Post subject: |
[quote] |
|
(Long ranty post follows)
I looked at my local college (it's about 1 mile from my front door to the campus) for any computer courses of interest, but (luckily?) they only had Introduction to the Internet and Introduction to Windows. Woo hoo! Like I really want to take those... and now my parents want me to take a programming course next year in high school, giving up my beloved study hall (sleeping time) for Programming Visual Basic... somehow, I think I could probably teach the class better than the teacher. The really sad thing is, one of my friends took it last year and flunked the class. He must be as dumb as rocks or something... while on the subject of computer-clueless friends of mine, I was talking to another friend on the subject of programming. He has downloaded a Python interpreter and written the equivalent of Hello, World, so now he thinks he's some expert computer science major or something, able to talk glibly about any computer-related subject that might come up. So we were talking about my learning C++. He says, "Can you give me C++?". I kind of doubt he even knows the difference between an IDE and a compiler, so I aimed him at a Dev-C++ download. He got it, and started reading online C++ tutorials. This is a very bad thing. He now says insane things; for example, he wants me to work with him writing a game similar to Railroad Tycoon, about which he commented, "Man, do you know how object-oriented that would have to be? You know, all that smoke from the trains and the grass and everything?" I just about knocked him over the head with the nearest blunt object, but I was too busy trying not to laugh out loud and puke my guts out at the same time.
Okay, got that out of the ol' system... :P _________________ Don't ask no stupid questions and I won't send you away.
If you want to talk fishing, well, I guess that'll be okay.
|
|
Back to top |
|
|
Ninkazu Demon Hunter
Joined: 08 Aug 2002 Posts: 945 Location: Location:
|
Posted: Wed Jun 04, 2003 2:07 am Post subject: |
[quote] |
|
Wow, he has a very severe case of n00b syndrome. I had that once myself on the old disc.server DarkBoard. I'm better now :)
|
|
Back to top |
|
|
DrunkenCoder Demon Hunter
Joined: 29 May 2002 Posts: 559
|
Posted: Wed Jun 04, 2003 4:18 pm Post subject: |
[quote] |
|
What I stall can't understand is why you're coding QB in a C++ class... why not explore C++ instead? _________________ If there's life after death there is no death, if there's no death we never live. | ENTP
|
|
Back to top |
|
|
Ninkazu Demon Hunter
Joined: 08 Aug 2002 Posts: 945 Location: Location:
|
Posted: Wed Jun 04, 2003 4:39 pm Post subject: |
[quote] |
|
Because I can't really code much of anything without a graphics editor (not available) for OpenGL (since DirectX isn't on here) and also I can't do any cool 3D things without a modeling program (also some uh... modeling TALENT) but in QB, I can do little loopity deals that are easy and fun.
Example (not my code)
Code: | 1 IF g = 0 THEN SCREEN 12 ELSE rot = rot + .1
2 rot2 = rot2 + .1 + .2 * p
3 FOR g = -8 TO 8
4 IF rot2 > 25.1 OR rot2 < 0 THEN p = NOT p ELSE CIRCLE ((320 + 10 * rot2 * SIN(1 * rot)) + ((9 - ABS(g)) * SGN(g) * 6) * SIN(rot), (350 + 10 * SIN(1 * rot)) + (((9 - ABS(g)) * SGN(g) * 2) + 4) * SIN(rot)), 9 - ABS(g), ABS(14 - 4 * ABS(g))
5 CIRCLE ((160) + ((9 - ABS(g)) * SGN(g) * 10) * COS(rot), (400 + -30 * SIN(1 * rot)) + (((9 - ABS(g)) * SGN(g) * 2) + 4) * SIN(rot)), 9 - ABS(g), 1 + ABS(g)
6 CIRCLE ((480) + ((9 - ABS(g)) * SGN(g) * 10) * COS(rot), (400 + 30 * SIN(1 * rot)) + (((9 - ABS(g)) * SGN(g) * 2) + 4) * SIN(rot)), 9 - ABS(g), 1 + ABS(g)
7 NEXT g
8 PRINT
9 IF INKEY$ = "" THEN GOTO 1 ELSE END |
Check it out. 9 lines but totally 1337
|
|
Back to top |
|
|
|
Page 1 of 1 |
All times are GMT
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|