Something stupid

  • Thread starter Thread starter Alhexx
  • Start date Start date
Status
Not open for further replies.
Actually, you can compare them to the extent that "they're both programming languages" and then go on to say "Javascript has better (more consistent with itself and programming in general...) syntax". Which is what I was saying before.
 
On 2001-12-13 15:06, dagsverre wrote:
My eyes! MY EYES!!! What was that up there?

If "message" must be an implicit variable, much like "result" in Delphi...so that only the last assignment to message in the function is shown, and not until the function exits...then *perhaps* it could pass as a "good-intention-that-failed" thing. I fear that that is not the case though, in which case it's the stupidest syntax I've seen until now.
Honestly, Dag, there's a whole lot more of ridiculous syntax in VB.
When I first started taking lessons for it, (It's a core I had to take for my Pre-U) I was like "Huh? That doesn't seem quite right. That seems to go against standard logic."
And all my lecturer told me was "It's VB, what do you expect?"
 
well i'm not one for java so i guess i would be flogged. vb is the first "real" programming language i learned. the first was qbasic and the casio and TI calculator languages. i guess i'm just full of usless info. oh well chaney is still too old.
 
[HACK cough] You call VB a REAL programming language? Save me from this heresy!  :evil:
 
Yeah, exactly how is VB a more real language than Casio and TI languages? Technically they're the same, interpreted script languages designed for doing a limited number of things (performing numerical calculations vs. boosting script kiddie self-images), though one might argue that the Casio and TI languages are more logically constructed than VB.

(I'm beating a dead horse here though, this will be my last I think)
 
ok ok i get the message :rolleyes:. but VB can be "powerful".....ish.  but next semester i'm gonna try and get programming 1. then i'll learn c++ and if i have the free time and the intrest i'll start to look into java.
[edited] 275 2001-12-14 16:19
 
Uhm, VB is more like a Scripting Language than a programming language. (Refer to Dag's post above)
 
What have I done?

Joey Post #1: It won't do anything, except causing an error - the call has got to be:
Code: [Select]
Code:
Private Sub Command1_Click()  MsgBox "Congratulations! You've just activated a virus that will blow up the galaxy!!"End Sub

VB: As for me: I hate it, too. I just use it, b'cause I haven't learned anything else. But I'm gonna start with C++ next year.


Everybody: The app hasn't got any code. It is just a simple form w/o any messages or anything else like this...

 - Alhexx
 
while i'm fond of the programs i've made in vb i have to say:
amen
 
fice actually, i dont consider VB a REAL programming language, because it was build on another language, and the only thing you really have to know is how to use a mouse and type if statements

i also must say tht VB has no real power. it only has the power that those OCX things give it.

Edit: after i read this, i noticed it was kinda against alhexx. no worries, man. i was AMAZED by what you did with it.
[edited] 249 2001-12-14 22:14
 
yea. i wish i was as good as you are with vb. i'm not that good with ti. but i an do more than darkness. actualy he's better at networkinternet stuff. i'm good a anti security stuff cause i have lots of stupid ideas. :naughty: is that talant or luck?
 
im leaning towards luck. you can do more in vb thn me because i dont program in vb as much as you do. I let that talent deteriorate along with my P166.

btw: check your private messages, and start talking to me by using that instead of making a thread.
 
I'm afarid that you are right. But VB has more detailed error messages, giving you less debugging headache. The mystery: VB's undo code is not found anywhere. Anyone knows?

Actually, MS meant to use VB alongside with VC++. Just make and OCX through C++, and VB can use it! Made a buggy program with VB? No problem! A compile option lets you debug it with VC++.

VB also has what VC++ have. But instead of libraries, VB uses ActiveX controls.

Personally, I like VB because it is easier to understand that VC++(which, until now, I don't really understand it either. Care to teach me?)

The only difference between VB and VC++ is that VC++ programs has the ability to wear "skins"(Typically, it isn't the "true" interface like VB, it's just a bunch of bitmaps.) and also that in VB it is harder to create a new object than how you do it in VC++.
 
Oh dear.

How *do* you answer something like that?

Joey .... if you aren't going to inhabit the same reality as us, don't talk to us either....
 
On 2001-12-15 06:16, Joey wrote:
I'm afarid that you are right. But VB has more detailed error messages, giving you less debugging headache. The mystery: VB's undo code is not found anywhere. Anyone knows?

Actually, MS meant to use VB alongside with VC++. Just make and OCX through C++, and VB can use it! Made a buggy program with VB? No problem! A compile option lets you debug it with VC++.

VB also has what VC++ have. But instead of libraries, VB uses ActiveX controls.

Personally, I like VB because it is easier to understand that VC++(which, until now, I don't really understand it either. Care to teach me?)

The only difference between VB and VC++ is that VC++ programs has the ability to wear "skins"(Typically, it isn't the "true" interface like VB, it's just a bunch of bitmaps.) and also that in VB it is harder to create a new object than how you do it in VC++.
Joey, are you trying to say that your mind is programmed in VB? :wink:
 
Heehee :-)
This is a completely serious question Joey but were you rat-arsed / caned when you wrote that 'coz it sure as hell sounds like it  :naughty: and where can i get some, something that messes up your mind that much must be really expensive.  :lol:
 
Joey: How long do you program in VB? I do for 'bout 2.5 years, and I got sick of it. It's fine, b'cause it's easy, but have you ever tried to declare a variable as an unsigned long integer?
VB only supports:


    • Unsigned 1-Byte Integer (Name: Byte)
    • Signed 2-Byte-Integer (Name: Integer)
    • Signed 4-Byte Integer (Name: Long)

    You see any Signed 2- or 4-Byte Integers? Well, I don't. Have you ever tried to declare a variable type woith a variable array in it? Something like this:
Code: [Select]
Code:
Public Type sh*tVB  NumEntries As Integer  Entries(1 to NumEntries) As LongEnd Type

That's one of the main reasons why there isn't any 'Export to MS3D' function implemented in Ultima ...


Darkness: WHAAA !! 588 Posts? In 2 Months ? WHAT ARE YOU DOING? Last time I visited this board you had 490+ posts ...

Let's see:

Oct 05 - Oct 31 = 27 Days
Nov 01 - Nov 30 = 30 Days
Dec 01 - Dec 15 = 15 Days
27 + 30 + 15 = 72 Days

588 Posts / 72 Days = 8.166666666666666666666666666666 PPD (PostsPerDay)

That means : 1000 - 588 = 412 Posts to go
412 / 8.1666666666666666666 = 50

Dec 15 - Dec 31 = 17
Jan 01 - Jan 31 = 31
31 + 17 = 48

That means, on February 2, 2002 you will have No Life Status ...


I just wonder if there is another status at 10K posts named : "Go and find a Job!"

 - Alhexx

 - edit -
Had to correct BBcode ...
[edited] 169 2001-12-15 20:47
 
hehe make that feb 7, 2002. im going to visit family in california for like 5 days :)
 
Status
Not open for further replies.
Back
Top