Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BioHazard90
  • Order by date
  1. BioHazard90

    instantiation in C#

    class MyProgram { static void Main() { int[] integers; // declare array integers = new int[10]; // size array } } In which line is the array actually instantiated?
  2. BioHazard90

    associates degree versus master's degree

    I have a four year degree in chemistry. Now I want to become a computer programmer. I'm willing to go back to school for a year or two. For an entry level programmer at this point in time, what's the approximate starting salary if I had an associate's degree in computer science? How about if...

Part and Inventory Search

Back
Top