Why it worked
The video likely performed well due to the unexpected and relatable "hook" of a personal question from 'Mom', which grabs attention before transitioning to the educational content about C++.
Summary
The first slide is a humorous text message from "Mom" asking if the recipient is bringing a girl to Christmas. The subsequent slides display programming code related to C++ and a thumbnail for a "C++ Full Course for free" video, suggesting a shift in topic from personal life to educational content.
Structure
- 1Humorous personal question
- 2Introduction to C++ programming concepts
- 3Promotion of a free C++ full course
- 4Details about the course duration and creator
On-screen text
Mom
Are you bringing a girl to Christmas
this year?
now
C++
public Shape {
area(double radius) {
this->radius = radius;
this->area = 4 * 3.14 * pow(radius, 2);
this->volume = 4/3 * 3.14 * pow(radius, 3);
}
};
public:
Cube(double side) {
this->side = side;
}
FULL COURSE
6
Hours
6:00:00
C++ Full Course for free ⚡
7,9 млн просмотров • 4 года назад
Bro Code
This video is a beginner's introduction to C++ that
Сбор средств
Эпизоды (60) 1.C++ tutorial for beg