现有基础是Linux下C/Python,看了C++的入门书籍,实在不喜欢C++,但以后想从业互联网公司,有什么工种适合Linux下C/Python开发,并且不需要C++技能的吗?
PS:题主在校学生,对互联网职位还没有清晰的了解,但是看了好多招聘信息都要求“精通(熟练)C/C++”,所以很困惑C++是一定要学的吗?
回复内容:
不用啊,我当年就没学cpp,照样找工作,笔试面试问cpp就说不会。你要有一种气质,不能猥琐,就很平常淡定地说不会就好了。
不过我现在觉得没必要这样,就算你不喜欢,不用就是了,学一遍了解一下还是有必要的,反正花不了几个时间,何必跟自己过不去呢。 这还不简单,去找linus,肯定不需要c++ 其实我不喜欢Python,不过还好Python比C++好避开。 C++那么好玩你竟然要避开 题主可能只是想知道只会C不会C++行不行,不一定想避免C++。现实是如果你不写嵌入式程序的话,公司要求C语言,基本上就要求C++,虽然很多公司用C++实质上是带类的C语言。如果你不想精通C++特性,但至少要把类这个功能搞清楚。 应届生谈谈对于C++的看法。
对于C++,我也是只在能写的水平, 大一的时候,再HDU刷一百多道水题后,就再也没用C++写过东西了。
那时候对编程语言有种偏执的看法, 加上之后接触Java这种尽量减少程序员思考的语言后,更是对C++敬而远之。(有种论调说因为Java的虚拟机不断优化使得部分代码的执行效率已经无限接近甚至超过C/C++了,所以便有了那还学个屁C++啊这种想法)
之后参加各种校园招聘,才是真正悲剧的时候,笔试必考C++,面试的是Java岗位,刚坐下面试官就说这次面试我们来聊聊C++和基础数据结构吧,悔不当初啊。
为了校招,C++还是很重要的
当然,我们学习一门语言,并不仅仅在于面试的时候很再面试官面前忽悠几句。
随着阅历渐渐增长, 开始从能实现业务逻辑就好了转变写更好更快更健壮的代码,这时候,大神门会建议你去看 Effective XXX, XXX设计模式, Thinking in XXX这类的书,以期写出更健壮可维护的代码。而另一方面,为了让代码跑得更快, 你可能要去读源码,接触JNI,算法优化,于是发现怎么都绕不过C,C++。
对于职业的进阶,C,C++也是非常重要。
现在打算再毕业前,找段空闲时间好好学习下C/C++,操作系统, 基础这种东西,在学校不打好,工作后可是非常难补回来的。 auto it = std::partition(v_num.begin(),v_num.end(),[](int n){return n这么流畅舒服用起来无比顺手的语言你竟然想避开,唉。 据说把C++搞定之后,学别的过程式语言会变得很容易。 来我们微软做Bing吧,也是互联网,而且他们用的是C#,可以满足你的所有要求。 避不开的话就去接受它。一直纠结这个的话,阻碍你进步的就不是c++了,而是“如何避免c++”了。

TomergelistsinPython,youcanusethe operator,extendmethod,listcomprehension,oritertools.chain,eachwithspecificadvantages:1)The operatorissimplebutlessefficientforlargelists;2)extendismemory-efficientbutmodifiestheoriginallist;3)listcomprehensionoffersf

In Python 3, two lists can be connected through a variety of methods: 1) Use operator, which is suitable for small lists, but is inefficient for large lists; 2) Use extend method, which is suitable for large lists, with high memory efficiency, but will modify the original list; 3) Use * operator, which is suitable for merging multiple lists, without modifying the original list; 4) Use itertools.chain, which is suitable for large data sets, with high memory efficiency.

Using the join() method is the most efficient way to connect strings from lists in Python. 1) Use the join() method to be efficient and easy to read. 2) The cycle uses operators inefficiently for large lists. 3) The combination of list comprehension and join() is suitable for scenarios that require conversion. 4) The reduce() method is suitable for other types of reductions, but is inefficient for string concatenation. The complete sentence ends.

PythonexecutionistheprocessoftransformingPythoncodeintoexecutableinstructions.1)Theinterpreterreadsthecode,convertingitintobytecode,whichthePythonVirtualMachine(PVM)executes.2)TheGlobalInterpreterLock(GIL)managesthreadexecution,potentiallylimitingmul

Key features of Python include: 1. The syntax is concise and easy to understand, suitable for beginners; 2. Dynamic type system, improving development speed; 3. Rich standard library, supporting multiple tasks; 4. Strong community and ecosystem, providing extensive support; 5. Interpretation, suitable for scripting and rapid prototyping; 6. Multi-paradigm support, suitable for various programming styles.

Python is an interpreted language, but it also includes the compilation process. 1) Python code is first compiled into bytecode. 2) Bytecode is interpreted and executed by Python virtual machine. 3) This hybrid mechanism makes Python both flexible and efficient, but not as fast as a fully compiled language.

Useaforloopwheniteratingoverasequenceorforaspecificnumberoftimes;useawhileloopwhencontinuinguntilaconditionismet.Forloopsareidealforknownsequences,whilewhileloopssuitsituationswithundeterminediterations.

Pythonloopscanleadtoerrorslikeinfiniteloops,modifyinglistsduringiteration,off-by-oneerrors,zero-indexingissues,andnestedloopinefficiencies.Toavoidthese:1)Use'i


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Chinese version
Chinese version, very easy to use

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Zend Studio 13.0.1
Powerful PHP integrated development environment

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool
