Posts

Showing posts from January, 2018

The best steps to become C programmer in 2018

Image
       To become a programmer in C you need to know how your computer works.        retain in your  in your mind that the main notion of a “programming language” is to keep you away from the physical machine by providing tools such as objects, fancy types with consistent interfaces, and so on.       So, even C uses some abstraction, however the notions that you have to use to conceive a program in C are much, MUCH closer to how the computer is physically organized.            If you get customary with computer architecture and low-level programming, you will like C. But : you must be very  self disciplined , cause C will allow you to do anything, even errors, without complaining, and you soon get lost.        You ought fix rules and conventions, and follow them rigidly. Learn recurring idioms like  for ( i = 0 ; i < n ; i ++)  (note  < , not  <= ) and use them consistently. Even fixing and following hard rules for the layout of source code is very importa

Why you should learn Data science in 2018 ?

Image
        everybody can learn data science, its that you need to have interest in stats and subjects related to it .         frequently has been said about data science and its weight in the corporate world today. In world of Companies , nearly every resolution is taken based on careful and scientific analysis of data.        Data has been generated in petabytes and Exabyte on a daily basis. Data is only going to grow, that too at an extremely fast pace.       well , one thing is for sure that Data Science is not a bubble that will burst in a couple of time but it is will be much more advanced and faster in the days to come. In this article you will find out what is this “data” and what is “data science” and what does it mean for you.        Data science is a combination of various scientific methods, processes, and systems to extract insights from the large datasets (which is otherwise hidden).             Since the rise of the Internet, there has been a constant spi

Why you should learn C++ language in 2018 ?

Image
       C++  is resting assured a great language to be learned anytime.       Aside from a lot of  advantages that others mentioned in the other answers here,  C++ has been improved a lot in the latest years having been added many modern features to it as well as many frameworks ―   Poco C++ Libraries ,  Boost ,  Casablanca  ― have been making available support for developing all sort of applications from  Embedded Systems  to  Web Services .        Here are a little motives why you should learn  C++ : ―  in fact learning how to program        It is nice easy to hear someone says  C++  is much harder than languages like  Swift ,  C# , and c . It is really correct.        It means neither that in  C++  you will automatically learn much more nor that you can not do it in any other of those languages. Just, in  C++  tiny details matter.        It turns out every design and programming problem in  C++  has a various, deeper grade and  C++  place all the responsibility o