如何避开学习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

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

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











PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

The five basic components of the Linux system are: 1. Kernel, 2. System library, 3. System utilities, 4. Graphical user interface, 5. Applications. The kernel manages hardware resources, the system library provides precompiled functions, system utilities are used for system management, the GUI provides visual interaction, and applications use these components to implement functions.

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Golang is better than Python in terms of performance and scalability. 1) Golang's compilation-type characteristics and efficient concurrency model make it perform well in high concurrency scenarios. 2) Python, as an interpreted language, executes slowly, but can optimize performance through tools such as Cython.

Python is easier to learn and use, while C is more powerful but complex. 1. Python syntax is concise and suitable for beginners. Dynamic typing and automatic memory management make it easy to use, but may cause runtime errors. 2.C provides low-level control and advanced features, suitable for high-performance applications, but has a high learning threshold and requires manual memory and type safety management.

To install Laravel, follow these steps in sequence: Install Composer (for macOS/Linux and Windows) Install Laravel Installer Create a new project Start Service Access Application (URL: http://127.0.0.1:8000) Set up the database connection (if required)

Python is better than C in development efficiency, but C is higher in execution performance. 1. Python's concise syntax and rich libraries improve development efficiency. 2.C's compilation-type characteristics and hardware control improve execution performance. When making a choice, you need to weigh the development speed and execution efficiency based on project needs.
