Questions tagged [c++]
For questions about using the Stack Exchange API with the C++ programming language. General questions about C++ are off-topic
8 questions
18 votes
0 answers
1k views
Stack Exchange data dump downloader and transformer
About With Stack Exchange, Inc.'s recent data dump restrictions, the official SE data dump on archive.org is dead, and single-click downloads of the entire data dump are too. This program is meant to ...
6 votes
0 answers
488 views
OBSOLETE - stackchat.cpp - a C++20 library for Stack Exchange chat
This library has been made obsolete due to the following SE-induced problems: Breaking the chat HTML Making cloudflare so aggressive that the specific login method used quickly results in a hard ...
6 votes
0 answers
313 views
stackapi.cpp - a C++20 library for the Stack Exchange API
Note: this library is not compatible with v3 of the API, and will not be updated to v3 until body_markdown is reintroduced into every kind of post and comment endpoint. This has been requested since ...
3 votes
0 answers
116 views
stackcpp - An asynchronous C++11 library for the StackExchange API
stackcpp is an asynchronous C++11 library for the StackExchange API! Code Snippet Here's a small example of the API in action: #include <iostream> #include "stackcpp/client.h" int main() { ...
1 vote
1 answer
155 views
How to license applications?
I registered on http://stackapps.com few days ago. I have written several applications that I want to place on this site. But I have a question -- how can I license my applications?
9 votes
0 answers
997 views
Ask Ubuntu Data Server - Blazing Fast Searches from the Data Dump and API
Note: a special thank-you to Jacob for hosting this application on his server. Screenshot http://static.quickmediasolutions.com/media/screenshots/audsmdi.png About This project was born out of a ...
25 votes
0 answers
3k views
SOwhat Stack Overflow browser
Screenshot About SOwhat is a Qt-based application that attempts to mimic the Stack Overflow website. License SOwhat is released under the MIT license. Download Currently, this is what I can offer: ...
11 votes
0 answers
948 views
OBSOLETE - so++ - C++ Library
Obsolete: Coded for a decommissioned version of the API. Source code might be adaptable though. (source: DEAD LINK: quickmediasolutions.com) Code Snippet #include <sopp/sopp.h> ... sopp::...