Wednesday, March 6, 2024

Software

  Found this introduction to C, it speaks of the benefits of using C. 


If any one want to help or follow there are instruction on how to start using C, with Codeblocks. Very easy to set up.


https://www.programiz.com/c-programming


The article speaks that C, is cross platform, probably is one of the reasons it was adopted in Linux. It was not: [quote]Linus stubbornness[/quote] - Lyberta.

https://www.codeblocks.org/

No comments:

Post a Comment

m

 The MVC or separete logic from presentation. is a well knowned paradigm.  Its knowned that MVC Frameworks implemented the Model View Contro...