内容简介:According to Sayan Chowdhury, these are the common questions of people trying to start their open-source journey,I will try to address these questions in a very brief way through this article. I will also include a few resources that will be very helpful w
How to build and promote a successful open-source project.
Apr 9 ·6min read
According to Sayan Chowdhury, these are the common questions of people trying to start their open-source journey,
- How to get started with open source?
- I know x, y, z languages, which project should I contribute to?
- How can I filter out projects that cater to my skill level?
I will try to address these questions in a very brief way through this article. I will also include a few resources that will be very helpful when you want to get started with your first open-source contribution.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++ Primer Plus
Stephen Prata / 张海龙、袁国忠 / 人民邮电出版社 / 2012-6-19 / 99.00元
C++是在C语言基础上开发的一种集面向对象编程、通用编程和传统的过程化编程于一体的编程语言,是C语言的超集。本书是根据2003年的ISO/ANSI C++标准编写的。通过大量短小精悍的程序详细而全面地阐述了C++的基本概念和技术。全书分为18章和10个附录,分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表达式、分支语句和逻辑操作符、函数重载和函数模板、内存模型和名称空间、类......一起来看看 《C++ Primer Plus》 这本书的介绍吧!