I know VB, well to very well, but I don't know C++ that well.
I have Newbie knowledge of C++...

In VB you can declare Types
VB Code:
  1. Type WHATEVER
  2.      A as Integer
  3.      B as Boolean
  4.      C as String
  5. End Type
you get the idea! How is this done in C++? Can it be done?

Also, second question, I've heard the words Class, Method, Objects... how does this all fit togeter. Like are classes methods of something. Methods have classes in them? I dunno.

Could some one clear this up?

Thanks

NOMAD