如何避开学习C++语言?
现有基础是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++”了。

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

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The speed of mobile XML to PDF depends on the following factors: the complexity of XML structure. Mobile hardware configuration conversion method (library, algorithm) code quality optimization methods (select efficient libraries, optimize algorithms, cache data, and utilize multi-threading). Overall, there is no absolute answer and it needs to be optimized according to the specific situation.

An application that converts XML directly to PDF cannot be found because they are two fundamentally different formats. XML is used to store data, while PDF is used to display documents. To complete the transformation, you can use programming languages and libraries such as Python and ReportLab to parse XML data and generate PDF documents.

There is no built-in sum function in C language, so it needs to be written by yourself. Sum can be achieved by traversing the array and accumulating elements: Loop version: Sum is calculated using for loop and array length. Pointer version: Use pointers to point to array elements, and efficient summing is achieved through self-increment pointers. Dynamically allocate array version: Dynamically allocate arrays and manage memory yourself, ensuring that allocated memory is freed to prevent memory leaks.

Use most text editors to open XML files; if you need a more intuitive tree display, you can use an XML editor, such as Oxygen XML Editor or XMLSpy; if you process XML data in a program, you need to use a programming language (such as Python) and XML libraries (such as xml.etree.ElementTree) to parse.

There is no APP that can convert all XML files into PDFs because the XML structure is flexible and diverse. The core of XML to PDF is to convert the data structure into a page layout, which requires parsing XML and generating PDF. Common methods include parsing XML using Python libraries such as ElementTree and generating PDFs using ReportLab library. For complex XML, it may be necessary to use XSLT transformation structures. When optimizing performance, consider using multithreaded or multiprocesses and select the appropriate library.

It is impossible to complete XML to PDF conversion directly on your phone with a single application. It is necessary to use cloud services, which can be achieved through two steps: 1. Convert XML to PDF in the cloud, 2. Access or download the converted PDF file on the mobile phone.

XML formatting tools can type code according to rules to improve readability and understanding. When selecting a tool, pay attention to customization capabilities, handling of special circumstances, performance and ease of use. Commonly used tool types include online tools, IDE plug-ins, and command-line tools.

To convert XML images, you need to determine the XML data structure first, then select a suitable graphical library (such as Python's matplotlib) and method, select a visualization strategy based on the data structure, consider the data volume and image format, perform batch processing or use efficient libraries, and finally save it as PNG, JPEG, or SVG according to the needs.
