Home Tags C

Tag: C

Understanding Undefined Behaviour in C

0
In the first part of this article, we discussed sequence points in C as well as case studies of undefined behaviour, using various examples...

What’s New in C++11 and C++14?

1
The C++ general-purpose programming language has evolved considerably over time. In this article, the author discusses some of the changes brought about by the...

Understanding Undefined Behaviour in C

0
In computer programming, undefined behaviour is defined as ‘the result of compiling computer code which is not prescribed by the specs of the programming...

The Best Open Source Programming Languages for IoT

0
The Internet of Things is slowly but surely making an impact on how we live. From automated transport systems and self-driven vehicles, to smart...

Regular Expressions in Programming Languages: PHP and the Web

0
This is the fourth article in the series on regular expressions. In the past three articles, we have discussed regular expression styles in Python,...

Regular Expressions in Programming Languages: The Story of C++

0
In this issue of OSFY, we present the third article on regular expressions in programming languages. The earlier articles covered the use of regular...

Azure Functions gets Java support

0
Support for Java functions has been added to Microsoft’s Azure Functions serverless computing platform. The new beta inclusion is an addition to the existing...

Microsoft to release C# 8 with capabilities to improve code quality

0
  Microsoft has started preparing for the launch of the version 8 of its C# language. This new version will be mainly targeted to improved...

12 most in-demand programming languages

2
  Our needs, wants and demands are massively augmented with the help of machines, and so is the global market, which is thus wrapped up...

Minor differences between C and C++

0
  This article discusses the subtle and minute differences between C and C++. An article titled ‘Major Differences Between C and C++’ would have been quite...