Posts: 4714 Reputation: 42
43 / /
Joined: Jan 2003
RE: programming n00b
quote:Originally posted by Millenium_edition
lol dude i'm 14 too and i understand the concept of classes
not everybody is like you. When I was 14 I didn't even know what a program was and I understood classes when was 20/21.
quote:Originally posted by KeyStorm
quote:Originally posted by Millenium_edition
VB's got OOP too...
At a veeery primary stage it has the defined types, but anything "serious" afaik.
I haven't worked with VB classes very much, but I think they're as serious as C++ ones. They have their contructors and destructors, attributes and methods, etc...
quote:Originally posted by leejeffery
but which 1 would u recomend first (in other words which is easiest )
If u want to Learn VB you can but im telling you its a boring Language that takes a hell of a long time to learn, im now learning the basics of C and it's much funner.
Posts: 4714 Reputation: 42
43 / /
Joined: Jan 2003
RE: programming n00b
quote:Originally posted by Vantage
If u want to Learn VB you can but im telling you its a boring Language that takes a hell of a long time to learn, im now learning the basics of C and it's much funner.
i don't agree on that... VB is funny, C may not be, specially when you have things like
code:while(*d++=*s++);
and pointers to functions returning pointers.... etc..