Microsoft Visual Basic

BearsMod1

New member
Joined:
Aug 30, 2012
Posts:
1,809
Liked Posts:
176
Anyone used it before or uses it?

I am using it for a class, and i am struggling with it. Any help would be appreciate it.
 

Jntg4

Fire Forum Moderator
Donator
Joined:
Apr 26, 2010
Posts:
26,017
Liked Posts:
3,297
Location:
Minnesota
My favorite teams
  1. Chicago White Sox
  2. Chicago Cubs
  1. Chicago Fire
  1. Chicago Bulls
  1. Chicago Bears
  1. Chicago Blackhawks
  1. Chicago State Cougars
  2. DePaul Blue Demons
  3. Illinois-Chicago Flames
  4. Loyola Ramblers
  5. Northern Illinois Huskies
  6. Northwestern Wildcats
It is really easy.

Is it the new VB or the old VB?
 

Crystallas

Three if by air
Staff member
Donator
Joined:
Jun 25, 2010
Posts:
20,016
Liked Posts:
9,558
Location:
Next to the beef gristle mill
My favorite teams
  1. Chicago Bulls
I haven't used visual basic since version 4. But all programming is the same and super easy. Define object, call object.
 

Happy Human 1001

New member
Joined:
Aug 27, 2011
Posts:
4,115
Liked Posts:
663
Location:
NW Burbs
I haven't used visual basic since version 4. But all programming is the same and super easy. Define object, call object.
once you understand how straightforward it is, you don't need anyone to explain it to you. It's just getting to that point that's hard
 

Crystallas

Three if by air
Staff member
Donator
Joined:
Jun 25, 2010
Posts:
20,016
Liked Posts:
9,558
Location:
Next to the beef gristle mill
My favorite teams
  1. Chicago Bulls
once you understand how straightforward it is, you don't need anyone to explain it to you. It's just getting to that point that's hard

This is true. Break it down to the basics. What is the objective? Define it by building it. Decide how you want to call the object, now compile the script, or use the proper lead-in/out(extension) to determine what way you want to run the script.


IMO, if you want to learn how to code, run a non-newb *nix environment(skip the debian/redhat/google types like Ubuntu ect), view the source, learn from the best examples. Tinker and build. If you aren't easily distracted, you'll know how to program in nearly every language within a month.
 

Happy Human 1001

New member
Joined:
Aug 27, 2011
Posts:
4,115
Liked Posts:
663
Location:
NW Burbs
I mostly know C++ (from a college course) and am currently working with Action Script. Learning Action Script has been a little nightmarish because superficially it resembles C, but when you get into the nitty-gritty it is very different.

After doing a little research, I discovered it is basically a derivative of Javascript, and I'm sort of learning both right now (I'm really just interested in Action Script, but there are more good Javascript resources to learn from).
 

BearsMod1

New member
Joined:
Aug 30, 2012
Posts:
1,809
Liked Posts:
176
I mostly know C++ (from a college course) and am currently working with Action Script. Learning Action Script has been a little nightmarish because superficially it resembles C, but when you get into the nitty-gritty it is very different.

After doing a little research, I discovered it is basically a derivative of Javascript, and I'm sort of learning both right now (I'm really just interested in Action Script, but there are more good Javascript resources to learn from).

i heard if you know or get the concept of one of the programming software i.e. visual basic you get the hang of all of them like java
 

ShiftyDevil

CCS Donator
Donator
Joined:
Apr 28, 2011
Posts:
7,276
Liked Posts:
4,663
My favorite teams
  1. Chicago Blackhawks
  1. Washington Huskies
i heard if you know or get the concept of one of the programming software i.e. visual basic you get the hang of all of them like java

All coding is just two things, actually knowing what you want to do, and understanding how to ask how.

Once you can do that, it's not that hard, there are limitless resources out there so that you can sufficiently teach yourself for free.
 

Crystallas

Three if by air
Staff member
Donator
Joined:
Jun 25, 2010
Posts:
20,016
Liked Posts:
9,558
Location:
Next to the beef gristle mill
My favorite teams
  1. Chicago Bulls
there are limitless resources out there so that you can sufficiently teach yourself for free.


:yep: Very true.

The bulk of the internet was/still is built on self-taught programmers. I don't mean people who throw up a ready-made software suite on a hosting plan, and call it a day, I mean the majority of the back end.

The main reason, is because many engineering degrees have an unwritten expiration date. You can get employed by a firm datamining or programming, but once that structure goes obsolete, it's easy for you as well. That's why you have to be motivated to self-learn, otherwise taking those "refresher" courses will only catch you up a little and start the cycle over again.
 

Happy Human 1001

New member
Joined:
Aug 27, 2011
Posts:
4,115
Liked Posts:
663
Location:
NW Burbs
i heard if you know or get the concept of one of the programming software i.e. visual basic you get the hang of all of them like java
I actually don't know anything about visual basic, if it's an object-oriented language (and I think it is) then that's pretty much true for other object-oriented languages. I'd say that some of the older languages seem pretty different to me, based on limited exposure to them. But most newer languages are object-oriented, and you pretty much use same approach to all of them.

You just have to know how to make the compiler happy with your work, so it will compile your program. That varies from language to language- using all the right syntax, and placing various bits of code correctly (some stuff has to be nested w/ other stuff, other stuff maybe can't be nested at all).
 

Iwritecode

Well-known member
Joined:
Jun 2, 2011
Posts:
2,002
Liked Posts:
1,094
The main reason, is because many engineering degrees have an unwritten expiration date. You can get employed by a firm datamining or programming, but once that structure goes obsolete, it's easy for you as well. That's why you have to be motivated to self-learn, otherwise taking those "refresher" courses will only catch you up a little and start the cycle over again.

That's not necessarily true. I'm a COBOL programmer and at my job I work on some programs that are older than me. Basically, they are using what has worked for the last 30+ years and if it ain't broke, don't try to fix it.

The problem they are running into is that the programmers that know the language are all nearing retirement age and it's getting more difficult to find younger ones that do. Now they have to bring in programmers that know the newer languages and teach them COBOL on the fly.
 

cbo0485

CCS Donator
Donator
Joined:
Aug 20, 2012
Posts:
2,295
Liked Posts:
916
That's not necessarily true. I'm a COBOL programmer and at my job I work on some programs that are older than me. Basically, they are using what has worked for the last 30+ years and if it ain't broke, don't try to fix it.

The problem they are running into is that the programmers that know the language are all nearing retirement age and it's getting more difficult to find younger ones that do. Now they have to bring in programmers that know the newer languages and teach them COBOL on the fly.

I work in IT as a J2EE Application Admin in the financial industry, and that is SOOOOOO true.

And a piece of advice for when you do java. For the love of god, make your code j2ee compliant, do not rely on an IDE that wraps everything you do in the application servers classes. Because when its time to migrate, which you'll inevitably have to do within a year or two, it'll be 10x harder to complete.


Sent from my iPhone 5 using Tapatalk
 

BearsMod1

New member
Joined:
Aug 30, 2012
Posts:
1,809
Liked Posts:
176
i need to make a restaurant bill fee calculator.

i got the code for it but don't know what to do.

any one help would be appreciated THANK YOU
 

nvanprooyen

Moderator
Staff member
Donator
CCS Hall of Fame '19
Joined:
Apr 4, 2011
Posts:
18,757
Liked Posts:
27,292
Location:
Volusia County, FL
My favorite teams
  1. Chicago Bears
If you are serious about doing development work, my advice would be to get away from things that make you think procedurally and understand object oriented methodology / design patterns out of the gate. Then it is simply a matter of syntax to write good code in any language. It's not about writing code, it is about solving problems (and ultimately doing that in a well thought out, scalable and maintainable way). Sorry for the rant...
 

BearsMod1

New member
Joined:
Aug 30, 2012
Posts:
1,809
Liked Posts:
176
If you are serious about doing development work, my advice would be to get away from things that make you think procedurally and understand object oriented methodology / design patterns out of the gate. Then it is simply a matter of syntax to write good code in any language. It's not about writing code, it is about solving problems (and ultimately doing that in a well thought out, scalable and maintainable way). Sorry for the rant...

i just need to do it for hw.
 

nvanprooyen

Moderator
Staff member
Donator
CCS Hall of Fame '19
Joined:
Apr 4, 2011
Posts:
18,757
Liked Posts:
27,292
Location:
Volusia County, FL
My favorite teams
  1. Chicago Bears
i need to make a restaurant bill fee calculator.

i got the code for it but don't know what to do.

any one help would be appreciated THANK YOU


Is this still VB? B/c I am about to go on a whole new rant objects, methods and properties and how they interrelate to help you think through this. Writing code is the easy part. Getting your head to the place conceptually necessary is the hard part. For most new devs I've seen anyways.
 

BearsMod1

New member
Joined:
Aug 30, 2012
Posts:
1,809
Liked Posts:
176
Is this still VB? B/c I am about to go on a whole new rant objects, methods and properties and how they interrelate to help you think through this. Writing code is the easy part. Getting your head to the place conceptually necessary is the hard part. For most new devs I've seen anyways.

yep, it is vb.
 

nvanprooyen

Moderator
Staff member
Donator
CCS Hall of Fame '19
Joined:
Apr 4, 2011
Posts:
18,757
Liked Posts:
27,292
Location:
Volusia County, FL
My favorite teams
  1. Chicago Bears
So what goes into calculating a restaurant bill?

- Items making up the order
- The amount of money associated with each item
- The tax rate for your particular geography
- Enforced tip rate? Based on the number of the party?
- Coupons / deals to deduct from the total?
- Anything else?
 

nvanprooyen

Moderator
Staff member
Donator
CCS Hall of Fame '19
Joined:
Apr 4, 2011
Posts:
18,757
Liked Posts:
27,292
Location:
Volusia County, FL
My favorite teams
  1. Chicago Bears
I actually need to bounce for the night, but will come back around tomorrow. VB is one of those things I haven't touched in years, but the principles remain the same regardless of language. Although some tend to be less sophisticated than others.
 

Top