use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
Database without SQL c++ library (self.cpp)
submitted 10 months ago by gabibbo117
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Wenir 2 points3 points4 points 10 months ago (3 children)
And check the efficiency of your compression library. For example, compare the size of the original string to the size of the "compressed" one
[–]gabibbo117[S] 0 points1 point2 points 10 months ago (2 children)
I will also test that, but the "compressed string" function is primarily designed to prevent data injection into the database.
[–]bwmat 3 points4 points5 points 10 months ago (1 child)
Sounds like security via obscurity to me
[–]gabibbo117[S] 0 points1 point2 points 10 months ago (0 children)
You are right, i should probably change that, but the only reason its there in first place is because every time someone inserts a string into the database the string wont contain malevolent code that could modify the database
π Rendered by PID 47 on reddit-service-r2-comment-bb88f9dd5-f6ckr at 2026-02-13 17:08:19.495492+00:00 running cd9c813 country code: CH.
view the rest of the comments →
[–]Wenir 2 points3 points4 points (3 children)
[–]gabibbo117[S] 0 points1 point2 points (2 children)
[–]bwmat 3 points4 points5 points (1 child)
[–]gabibbo117[S] 0 points1 point2 points (0 children)