element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Code Exchange
  • Technologies
  • More
Code Exchange
Polls What programming language should EE's learn first?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Code Exchange to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: bluescreen
  • Date Created: 13 Feb 2014 4:26 AM Date Created
  • Last Updated Last Updated: 11 Oct 2021 3:01 PM
  • Views 9858 views
  • Likes 0 likes
  • Comments 88 comments
Related
Recommended

What programming language should EE's learn first?

  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • johnbeetem
    johnbeetem over 12 years ago +2
    Oh goodie, language wars! Personally, I think C and C++ are terrible first programming languages. C is a great language for writing compact code that maps directly into machine language, but for teaching…
  • Former Member
    Former Member over 12 years ago +2
    Ruby! It's python's beautiful little sister.
  • Former Member
    Former Member over 12 years ago +2
    Very important distinction here is that the question specified "EE", not "CS"! EEs should learn C first, but not bother with C++ so much. C compilers are available for every processor made and by learning…
Parents
  • tpcipri
    tpcipri over 12 years ago

    I learned C by reading books and writing code but I had to take a couple of courses to get a handle on C++. If I hadn't learned C first I might have been able to learn C++ on my own because I've learned all the other languages rather quickly, and on my own. Java is very much like C but safer. If you really want to get down to the nuts and bolts of the hardware you will not be able to avoid C/C++. C is not too hard to learn but can get a newbie into a lot of trouble, but only once you get into pointers and a lot of work can be done without pointers at an introductory level.

     

    When teaching new students you want them to have wins so they enjoy the learning experience. Writing my first "Hello World" in C was fun and easy, once I got the IDE set up correctly. Writing the code took a couple minutes. I labored for hours on the IDE. That was back in the DOS days and you had memory models to deal with because at one time someone thought computers would never need more than 64K of memory and Intel stuck to that limitation for a long time. To use more than 64K you had to segment memory and it got complex quickly. When I started using Microsoft VB it was a similar experience for different reasons. I better understood the concepts in the IDE but there were still a lot of decisions to make for my first application and event driven coding is much more complicated than sequential coding.

     

    Now the CPUs are getting really advanced and I don't think it is practical for someone to have to learn assembly language as a first tool. Aseembler is more advanced and would be better learned after the student learns the hardware concepts in the computer so my happen in the second or third year of his or her education. I saw that Python was highly rated but I haven't learned it yet. I have heard great things about it though.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to tpcipri

    Teno Cipri wrote:

     

    That was back in the DOS days and you had memory models to deal with

    That's one aspect of x86 that I'm happy to see fade into history. Trouble is that an EE is much more likely to be involved in the nitty gritty details of getting a newly designed system to boot the first time, so when that system is x86 they're much more likely to have to deal with real mode and all the old segmentation problems even if that's only as much as working out what the minimum requirements to get to protected mode are.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • Former Member
    Former Member over 12 years ago in reply to tpcipri

    Teno Cipri wrote:

     

    That was back in the DOS days and you had memory models to deal with

    That's one aspect of x86 that I'm happy to see fade into history. Trouble is that an EE is much more likely to be involved in the nitty gritty details of getting a newly designed system to boot the first time, so when that system is x86 they're much more likely to have to deal with real mode and all the old segmentation problems even if that's only as much as working out what the minimum requirements to get to protected mode are.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube