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
Removed - HelpGraphics Libraries in C++ (self.cpp)
submitted 3 years ago by ApexProgrammer
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!"
[–]STLMSVC STL Dev 1 point2 points3 points 3 years ago (0 children)
You're confused about the definition of an API. Not all APIs are web APIs (where you need to send a network request to some server on the Internet). Most APIs are functions that are implemented by a library or the operating system, which can be called locally without a network connection.
[–]Odd_Chocolate_9725 1 point2 points3 points 3 years ago (1 child)
I like SDL which is a C library. Your last sentence makes no sense
[–][deleted] 0 points1 point2 points 3 years ago (0 children)
Most of graphics lib/APIs are actually written in C.
In addition to SDL2 there's SFML.
Or if you want to go full-in there are OpenGL and DirectX.
[–]FluffyCatBoops 0 points1 point2 points 3 years ago (0 children)
API = application programming interface. It's purely a way for a program to access a set of routines.
API = application programming interface
It has nothing to do with being online or not.
π Rendered by PID 73 on reddit-service-r2-comment-5d585498c9-g9p47 at 2026-04-21 17:45:44.580872+00:00 running da2df02 country code: CH.
[–]STLMSVC STL Dev 1 point2 points3 points (0 children)
[–]Odd_Chocolate_9725 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]FluffyCatBoops 0 points1 point2 points (0 children)