C++ - Reddit
Ir al canal en Telegram
Stay up-to-date with everything C++! Content directly fetched from the subreddit just for you. Join our group for discussions : @programminginc Powered by : @r_channels
Mostrar más227
Suscriptores
Sin datos24 horas
-27 días
-130 días
Archivo de publicaciones
227
227
Data Structures and Algorithm Preparation Resources
When I started preparing for coding interviews, even I face a big challenge of WHAT ALL TO STUDY, HOW TO STUDY and FROM WHERE TO STUDY, so I have created a GitHub repo having good resources for preparing for coding tests and interview to get into good product base companies.
Repo includes some good articles, links, other resources, questions from GFG, Leetcode, etc. with solutions which I will be updating everyday, and
A roadmap (also for beginners who don't have any knowledge of programming languages) to prepare effectively for product based companies.
LINK: https://github.com/sachuverma/DataStructures-Algorithms
I will be updating it everyday, and also your contributions will also be appreciated.
If you like my work star⭐ the repo, and share with someone who will be benefitted from it.
https://redd.it/m6xoh2
@r_cpp
227
The coffin for the C++
The C++ coffin has been designed and is being prepared by many nigh sayers.
Will that coffin be used? I do not know.
I happen to think P0847 is one of the bigger nails in the coffin being prepared for C++. In my opinion, the Motivation section from P0847 makes the mockery out of modern C++. Probably accidentally.
Going further std lib has many small nails for the C++ coffin. And ABI is the ultimate last big nail.
https://redd.it/m6x60f
@r_cpp
227
Discoverable algorithms in C++
http://code-ballads.net/discoverable-algorithms/
https://redd.it/m6u6jt
@r_cpp
227
How to Overload Operators in C++
https://www.freecodecamp.org/news/how-to-overload-operators-in-cplusplus/
https://redd.it/m6frk8
@r_cpp
227
double linked list hw assignment
can someone help me with c++programming homework assignment willing to pay. its on double linked list
https://redd.it/m6mifv
@r_cpp
227
Where had Singletons gone from game engines?
I'm trying to refresh my rusted C++ (from university times in 200x) and found that I don't see any "Singleton class" in modern C++ code. On that day game engines were filled with Singletons and now seem less popular.
What happened, maybe anyone can give a simple explanation?
https://redd.it/m6ic2p
@r_cpp
227
Which cpp library to use for working with audio?
I am trying to create a guitar tuner in cpp and searching for a library which I can use. What do you guys suggest? Any other advice related to this project is also welcome :)
https://redd.it/m6fude
@r_cpp
227
Is Mingw dead?
Been using mingw for compiling my wok in cpp/c++ in vscode, but after reinstalling my windows i`ve found that they're site is just gone, any idea what happen and do u have any alternative(i'm quite new to programming).
https://redd.it/m6iokz
@r_cpp
227
First C++ OSS Project - Liquid Parser/Renderer
https://github.com/adamharrison/liquid-cpp
https://redd.it/m6htud
@r_cpp
227
How to write 'Hello World' in WebAssembly
https://opensource.com/article/21/3/hello-world-webassembly
https://redd.it/m6fsle
@r_cpp
227
Where can a global company find senior C++ engineers
While the question may seem trivial, I'm working in a rather high paying company, looking for highly proficient C++ software engineers, and yet we are having trouble finding such people. Many of our interviewees fumble in what seems like rather basic details of the language.
So I'm curious, where does one find senior C++ engineers who are actually well familiar with the language?
https://redd.it/m6cqdi
@r_cpp
227
Modern C++ class members and initializations the right way
Using In-member initialization, using constructors smartly, and using class members functions in a safe and proper way to avoid mistakes -
1. Use member initializers in the same order as their declaration
2. Prefer in-class member initializer over constant initializations OR over default constructor.
3. Don’t cast away const, ever!
4. Use delegating constructors to represent common actions for all constructors of a class.
https://medium.com/pranayaggarwal25/using-modern-class-members-and-initializations-c11e931c3ba
https://redd.it/m64h96
@r_cpp
227
Meeting C++ Online Job Fair starts in 3 hours
https://meetingcpp.com/meetingcpp/news/items/Find-your-dream-Cpp-job-on-March-16th-.html
https://redd.it/m66a2a
@r_cpp
227
A Guide to Preparing for C++ Software Developer Interviews in the Trading Industry
https://www.mako.com/blog/how-to-prepare-for-trading-industry-software-developer-interviews
https://redd.it/m64ywy
@r_cpp
227
Recently got back in to programming. Looking for a project to refresh my memory
As the title states. I just recently got back in to programming after a long long break
​
Im looking for something relatively simple and better yet if its usefull in one way or another in everyday PC use
​
Thank you in advance!
https://redd.it/m64z7b
@r_cpp
227
A very simple and minimalistic video downloader I made
I made a very simple and minimalistic video downloader using Youtube-dl. Here is the link to download the installer. Also, here is the source code.
If it's not working for you or if you have any comments, leave them down below, I would like to improve because I am still a beginner at C++ programation.
https://redd.it/m5tyht
@r_cpp
227
Poetic Use Of Strings
Hey, I made a string function to calculate the last words of lines for a sestina poem.
#include <iostream>
#include <string>
using namespace std;
int main(){
string sestiOne;
string sestiTwo;
string sestiThree;
string sestiFour;
string sestiFive;
string sestiSix;
cout << "enter the last words for your sestina, in order per the first stanza. ";
getline (cin, sestiOne);
getline (cin, sestiTwo);
getline (cin, sestiThree);
getline (cin, sestiFour);
getline (cin, sestiFive);
getline (cin, sestiSix);
cout << sestiOne << endl;
cout << sestiTwo << endl;
cout << sestiThree << endl;
cout << sestiFour << endl;
cout << sestiFive << endl;
cout << sestiSix << endl;
cout << sestiSix << endl;
cout << sestiOne << endl;
cout << sestiFive << endl;
cout << sestiTwo << endl;
cout << sestiFour << endl;
cout << sestiThree << endl;
cout << sestiThree << endl;
cout << sestiSix << endl;
cout << sestiFour << endl;
cout << sestiOne << endl;
cout << sestiTwo << endl;
cout << sestiFive << endl;
cout << sestiFive << endl;
cout << sestiThree << endl;
cout << sestiTwo << endl;
cout << sestiSix << endl;
cout << sestiOne << endl;
cout << sestiFour << endl;
cout << sestiFour << endl;
cout << sestiOne << endl;
cout << sestiFive << endl;
cout << sestiThree << endl;
cout << sestiSix << endl;
cout << sestiTwo << endl;
cout << sestiTwo << endl;
cout << sestiFour << endl;
cout << sestiSix << endl;
cout << sestiFive << endl;
cout << sestiThree << endl;
cout << sestiOne << endl;
cout << sestiTwo << " " << sestiFive << endl;
cout << sestiFour << " " << sestiThree << endl;
cout << sestiSix << " " << sestiOne << endl;
return 0;
}
https://redd.it/m5s7yx
@r_cpp
227
Help wanted: Porting the Codepad text editor to MacOS
https://github.com/lukedan/codepad
(Not to be confused with codepad.org.)
I've been working on this text editor for \~4yrs. I've envisioned this to be an editor that's fast and lightweight - comparable to sublime text, while also being open source and extremely customizable. Features I've implemented include a code editor, a binary editor, a tab system, a tree-sitter plugin, and a LSP plugin.
All the functionalities use an abstraction layer of the underlying OS and library APIs. Currently I've implemented this layer for Windows and Linux (the Linux version is a bit outdated as I'm waiting for g++11). Since I don't have an iMac/MacBook at hand, I'd appreciate it if someone can take a stab at implementing the layer for MacOS, and in the process see how well the abstraction layer API fits the OS API of the system.
I'd also be glad if anyone is interested and wants to try it out. Beware though: the project is still very much WIP. A lot of values that should be configurable are still hard-coded (e.g., tree-sitter and LSP will treat everything as C++, and the LSP server path is hard-coded as well), a lot of functionalities are missing (most notably saving), and it can be prone to crashing.
https://redd.it/m4gqae
@r_cpp
227
Test Cases using GTest (Unit Testing)
https://thecppdev.wordpress.com/2021/03/15/test-cases-using-gtest-unit-testing/
https://redd.it/m5mnw0
@r_cpp
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
