Standard Search
About 4 results
https://hacdias.com/2016/11/25/differences-between-bits-and-bytes/ · 25 Nov 2016
For some, the difference between bits and bytes may be subtle and it can lead to a lot of mistakes and false advertisement.
https://hacdias.com/2016/11/11/fundamentals-programming-constants-variables/ · 11 Nov 2016
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.
https://hacdias.com/2016/11/10/fundamentals-programming-beginning/ · 10 Nov 2016
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...
https://hacdias.com/2016/11/01/differences-c-plus-sharp/ · 1 Nov 2016
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 la...