C/C++ Programming
5.63K subscribers
18 photos
1 file
12 links
My personal interests and love for C/C++ lead me to open this channel and share books, useful materials with you!
Download Telegram
Channel created
Whoever wants to discuss or chat about C/C++ can join this public group!

@global_C_Cplusplus_discussion
C/C++ Programming pinned Deleted message
Happy International Women's Day! 🎉

Today, we celebrate the incredible achievements and contributions of women around the world. To all of our female subscribers, thank you for your strength, courage, and resilience.

And to the mothers, sisters, wives, and daughters of our male subscribers, we appreciate and honor your vital role in shaping our lives, families and communities. Let's continue to empower and support each other every day. 💐

👉 @cpp_programming_books
Hi guys! Our channel is still small but I wanted to know if we have some subscribers who own Telegram channel(s) like this one (maybe for other programming languages).
Anonymous Poll
66%
No, I don't have
25%
Yes, I have one
9%
Yes, I have some
Hey guys!

If you are interested about all the books that are being added to the ProgReference.com website, please, consider joining to @ProgReference channel!

👉 @cpp_programming_books
Hi guys! 👋

Looks like this channel accomplished great milestone and reached over 3k subscribers who are eager to learn about Software engineering! Thank you all🥳

👉 @cpp_programming_books
C/C++ Programming pinned Deleted message
Hello guys 👋

I have a quick question and I need all of your answers! I have a plan to add `To Do list` service feature to ProgReference.com for managing daily tasks. Do you want to use it to improve your productivity?
Anonymous Poll
83%
Yes, I will definitely use
13%
Maybe, because I already use another site
4%
No, I'm not interested in such stuff
This media is not supported in the widget
VIEW IN TELEGRAM
Hello guys 👋

Starting tomorrow I'm going to post latest news and useful articles related to C/C++ to make you more engaged and learn more! (*Books will also be there 😉)
Anonymous Poll
92%
Great, let's do it!
8%
Maybe, it is not needed...
📌 Qt 6.8 LTS Released!

And this release is packed with support for new desktop, mobile, and embedded platforms, hundreds of improvements, and exciting new features to boost your development experience and meet the needs of demanding applications.

📨 Check out the highlights here!

👉 @cpp_programming_books
No offence, Just a meme...

👉 @cpp_programming_books
Here is the simple C++ code and what is the output of it?


#include <iostream>
using namespace std;

int main() {
int x = 5;
cout << x++ << " " << ++x;
return 0;
}


You can see nice confetti animation if you find it right 😁

👉 @cpp_programming_books
Output will be ...
Anonymous Quiz
33%
6 7
47%
5 7
14%
5 5
6%
0
One way or another, prepare to work and learn and fail and then work and learn and fail some more.
After all, life is not that different from programming.

Interesting quote from the author of one of the upcoming books...

👉 @cpp_programming_books
Is it really true? Is writing tests a sign of weakness?

👉 @cpp_programming_books
Someone relates?...

👉 @cpp_programming_books