Dangling pointers in C : A practical tutorial

Introduction Dangling pointers in C – Usage and how to prevent them. Great guide for C newbies and Embedded systems programmers. Tutorial with practical examples. Dangling pointers are those that do not point to valid objects. Pointers are like sharp knives that have tremendous power in...
Read more
Dangling Pointers in C Programming – Be Strictly Avoided

Table of Contents Add a header to begin generating the table of contents Dangling Pointers : Be “STRICTLY” Avoided ! Pointers are like sharp knives in C-Programming which are having tremendous power. Pointers, when used properly reduces the complexity of the programs to a great extent. But, on...
Read more
Python Vs Javascript : Are You a Noob or Nerd?

Table of Contents Add a header to begin generating the table of contents Introduction With Internet being center of everything we do Python vs JavaScript choice has become a discussion point. Now that its out in the open there is an extensive cluster of programming languages...
Read more
Multithreading in Java : A Practical View

Table of Contents Add a header to begin generating the table of contents Introduction This article explains what threads are in Java. It elaborates on their uses and on how to implement multi-threading in Java. In a multitasking environment, having multiple threads helps the programmer...
Read more
Selecting the Right Operating System for Your next Embedded Design

Table of Contents Add a header to begin generating the table of contents Introduction From robots, cars, home appliances to calculators, thermostats, ATMs and mobile phones, embedded systems are everywhere. And at the heart of almost every embedded system is its operating system (OS), which plays a critical role in keeping...
Read more