Nowadays, we are used to hear about bits and bytes and sometimes, in the advertising, we see that the Internet speed is about 100 Mbps. Is that 100 megabytes per second? No, it isn’t. There are some differences between bits and bytes. Let’s see.
Read More →Today we are going to discuss about constants and variables,
which are the “things” that can hold data for us. This is part of The
Fundamentals of Programming Using C series.
Read More →This is the first article of The Fundamentals of Programming Using
C series. In this article,
we are going to show you some useful concepts about the programming world. We
will start by using pseudocode (explained below), advancing gradually until we
reach the desired language: C.
Read More →There is one thing in common with the languages C, C++ and
C#: their first letter. The fact of their name be similar makes some people
think that these languages are almost the same thing. But… is it true? Are there
any more similarities between these languages beyond their name?
Read More →