Whoever wants to discuss or chat about C/C++ can join this public group!
@global_C_Cplusplus_discussion
@global_C_Cplusplus_discussion
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
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
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
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
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?
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
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 😉)
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
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
📌 std::array in C++ isn't slower than array in C
📨 Read the article about comparison between std::array in C++ and array in C here.
👉 @cpp_programming_books
📨 Read the article about comparison between std::array in C++ and array in C here.
👉 @cpp_programming_books
📌 What's so hard about class types as non-type template parameters?
📨 Read the detailed article about how to use class types as non-type template parameters here.
👉 @cpp_programming_books
📨 Read the detailed article about how to use class types as non-type template parameters here.
👉 @cpp_programming_books
Here is the simple C++ code and what is the output of it?
You can see nice confetti animation if you find it right 😁
👉 @cpp_programming_books
#include <iostream>
using namespace std;
int main() {
int x = 5;
cout << x++ << " " << ++x;
return 0;
}
👉 @cpp_programming_books
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
After all, life is not that different from programming.
👉 @cpp_programming_books