#cpp_faq результаты поиска

How CI/CD pipelines work (explained in 2 mins or less): A CI/CD pipeline is an automated workflow that facilitates continuous integration (CI) and continuous delivery or deployment (CD) by managing code building, testing, and release processes. It integrates the various stages…

NikkiSiapno's tweet image. How CI/CD pipelines work
(explained in 2 mins or less):

A CI/CD pipeline is an automated workflow that facilitates continuous integration (CI) and continuous delivery or deployment (CD) by managing code building, testing, and release processes.

It integrates the various stages…

If you want to become a great programmer, it's important to be good at math. Here's some basic math in C++ to get you started.

ChShersh's tweet image. If you want to become a great programmer, it's important to be good at math.

Here's some basic math in C++ to get you started.

Colleges do a terrible job of teaching C++. It’s not “C with Classes”. Injected into curriculums as a demonstration of early CS concepts, it leaves many with a sour taste. Students later immediately fall in love with the first language that *doesn’t* feel that way.

lauriewired's tweet image. Colleges do a terrible job of teaching C++.
 
It’s not “C with Classes”. Injected into curriculums as a demonstration of early CS concepts, it leaves many with a sour taste.
 
Students later immediately fall in love with the first language that *doesn’t* feel that way.

This is fundamentally the problem with how C++ is currently taught. The best way to “unlearn” a negative C++ bias, especially for students, is to look at how Modern C++ is actually done. Every year, CppCon has a “Back to Basics” Track, which they also upload to youtube. I…

lauriewired's tweet image. This is fundamentally the problem with how C++ is currently taught.
 
The best way to “unlearn” a negative C++ bias, especially for students, is to look at how Modern C++ is actually done.
 
Every year, CppCon has a “Back to Basics” Track, which they also upload to youtube. I…

Every time I share how I write Functional Programming in C++, people ask me how I debug FP programs. So here's my step-by-step tutorial on how I debug FP in C++


玩了好几天codex了, 总结一下: codex 是用来一把梭的。 codex 的工作场景和cursor 这样的不一样,不是通过多轮对话去完成作务的。 如果你想高效率的用好codex , 你应该先做大量的准备工作: 以创建一个网站为例, 1. 先和 chatgpt 进行打磨一份超详细的网站开发指南。 2.…

PandaTalk8's tweet image. 玩了好几天codex了, 总结一下:
codex 是用来一把梭的。  

codex 的工作场景和cursor 这样的不一样,不是通过多轮对话去完成作务的。  

如果你想高效率的用好codex , 你应该先做大量的准备工作:

以创建一个网站为例, 
1. 先和 chatgpt 进行打磨一份超详细的网站开发指南。 

2.…

C(++) - Programacion en C y C++.pdf . . . . . drive.google.com/file/d/1paV6JH…

elcdc_'s tweet image. C(++) - Programacion en C y C++.pdf 
.
.
.
.
.
drive.google.com/file/d/1paV6JH…

CPP / C++ Notes for Windows API Programming Win32 caiorss.github.io/C-Cpp-Notes/Wi…

5mukx's tweet image. CPP / C++ Notes for Windows API Programming Win32

caiorss.github.io/C-Cpp-Notes/Wi…

Great website that will walk you though all the steps needed to write, compile and debug C++ programs, no prior programming experience needed, plus it's free, link in the comments.

superSaiyanSkai's tweet image. Great website that will walk you though all the steps needed to write, compile and debug C++ programs, no prior programming experience needed, plus it's free, link in the comments.

I just discovered the entire playlist of C++ lectures from the same teacher at ITMO University! 30 videos ~45 hours of content My new fav playlist on YouTube now. Topics: 1. Passing by Value, RVO, NRVO 2. Rvalue-references, Move Semantics, Xvalue, Copy Elision, Lifetime…

ChShersh's tweet image. I just discovered the entire playlist of C++ lectures from the same teacher at ITMO University!

30 videos
~45 hours of content

My new fav playlist on YouTube now.

Topics:

1. Passing by Value, RVO, NRVO
2. Rvalue-references, Move Semantics, Xvalue, Copy Elision, Lifetime…

This is how I was taught C++ at ITMO University: 1. Implement my own 'printf' in pure Assembly 2. Implement Big Integer class with CoW and SOO 3. Implement the QuickHull algorithm 4. Learn Type Erasure and implement my own std::function 5. Implement Persistent Binary Search Tree…



Admittedly, professors are in a tough spot. To teach the concept, you fundamentally have to constrain the scope of the language. Many schools choose C++ out of practicality. Controversially, I think toy languages that *aren't* industry standards are better suited for this.

lauriewired's tweet image. Admittedly, professors are in a tough spot.
 
To teach the concept, you fundamentally have to constrain the scope of the language. Many schools choose C++ out of practicality.

Controversially, I think toy languages that *aren't* industry standards are better suited for this.

If you want to get started coding in C++, setting up your development environment can be challenging. And you'll need to know how to manage dependencies, automate builds, collab using version control, & use AI tools. In this course, you'll learn how to set up a…

freeCodeCamp's tweet image. If you want to get started coding in C++, setting up your development environment can be challenging.

And you'll need to know how to manage dependencies, automate builds, collab using version control, & use AI tools. 

In this course, you'll learn how to set up a…

No shitposting. This is a legit C++ tip. If 10 years of Haskell/OCaml and 3 months of C++ taught me anything, it's this.

ChShersh's tweet image. No shitposting.

This is a legit C++ tip.

If 10 years of Haskell/OCaml and 3 months of C++ taught me anything, it's this.
ChShersh's tweet image. No shitposting.

This is a legit C++ tip.

If 10 years of Haskell/OCaml and 3 months of C++ taught me anything, it's this.

ثريد أهم نصائح للمقبلين على سنة #cpp ! طويل قليلًا ولكن حاولت أجاوب فيه تساؤلاتكم المتكررة والمواضيع اللي غالبًا طالب الـ cpp يشيل همها ☺️

nadasworld7's tweet image. ثريد أهم نصائح للمقبلين على سنة #cpp !

طويل قليلًا ولكن حاولت أجاوب فيه تساؤلاتكم المتكررة والمواضيع اللي غالبًا طالب الـ cpp يشيل همها ☺️

C++17 is done! Here’s a quick overview of what’s new and what’s better. github.com/tvaneerd/cpp17…

steipete's tweet image. C++17 is done! Here’s a quick overview of what’s new and what’s better. github.com/tvaneerd/cpp17…

Day 1 of #DSAeveryday 🚀 Topics Covered: - Functions - Variables Function: - Every cpp (c++) program contains one or more function, one of them must be named as "main". - The OS (operating system) runs a cpp program by calling the main(). Now, try to write a simple function…

maybeshalinii's tweet image. Day 1 of #DSAeveryday 🚀
Topics Covered: 
- Functions
- Variables

Function:

- Every cpp (c++) program contains one or more function, one of them must be named as "main".

- The OS (operating system) runs a cpp program by calling the main().

Now, try to write a simple function…
maybeshalinii's tweet image. Day 1 of #DSAeveryday 🚀
Topics Covered: 
- Functions
- Variables

Function:

- Every cpp (c++) program contains one or more function, one of them must be named as "main".

- The OS (operating system) runs a cpp program by calling the main().

Now, try to write a simple function…

Learnt about functions in C++ today! - functions - forward declaration - functions with parameters - functions call in memory and scope - function overloading And solved some simple qns like.. Writing a function to - return factorial, prime or not, odd or even, palindrome or…

shivaraj215's tweet image. Learnt about functions in C++ today!
- functions 
- forward declaration 
- functions with parameters 
- functions call in memory and scope
- function overloading

And solved some simple qns like..
Writing a function to 
- return factorial, prime or not, odd or even, palindrome or…

If you want to stay up to date on the latest AI and Machine Learning research, reading academic papers can help. But they can be a bit intimidating and hard to understand sometimes. In this course, you'll learn how to approach and understand the theory, math, and structure in…

freeCodeCamp's tweet image. If you want to stay up to date on the latest AI and Machine Learning research, reading academic papers can help.

But they can be a bit intimidating and hard to understand sometimes.

In this course, you'll learn how to approach and understand the theory, math, and structure in…

If you want to improve your C++ skills, here's a course for you. You'll code in C++ and use the powerful open-source JUCE framework to build an audio plugin. You'll also gain a solid understanding of digital signal processing concepts, learn how to create a responsive GUI for…

freeCodeCamp's tweet image. If you want to improve your C++ skills, here's a course for you.

You'll code in C++ and use the powerful open-source JUCE framework to build an audio plugin.

You'll also gain a solid understanding of digital signal processing concepts, learn how to create a responsive GUI for…

Нет результатов для «#cpp_faq»
Нет результатов для «#cpp_faq»
Loading...

Something went wrong.


Something went wrong.


United States Trends