Hacker News
- Generating random numbers using C++ standard library: the problems https://codingnest.com/generating-random-numbers-using-c-standard-library-the-problems/ 42 comments
Lobsters
- Are Headers in C++ Really the Problem? https://buckaroo.pm/posts/are-headers-really-the-problem/ 3 comments c , c++
- 50 times faster data loading for Pandas: no problem, using C++ https://blog.esciencecenter.nl/irregular-data-in-pandas-using-c-88ce311cb9ef 8 comments c++ , compsci , performance , python
- Security Alert: cpp-ethereum's unlocking problem not yet fixed in 1.2.6 https://blog.ethereum.org/2016/06/03/security-alert-cpp-ethereums-account-unlocking-problem-not-yet-fixed/ 3 comments ethereum
- Class problems - C++ https://www.reddit.com/r/learnprogramming/comments/ksuhu5/class_problems_c/ 8 comments learnprogramming
- Spotting problems with destructors for C++ temporaries https://devblogs.microsoft.com/oldnewthing/20190429-00/?p=102456 7 comments cpp
- Problems with C++ Modules TS https://izzys.casa/posts/millennials-are-killing-the-modules-ts.html 15 comments programming
- C++ Babylonian Sq root problem http://ideone.com/RJ9Y0Y 11 comments learnprogramming
- #include problems. Trying to wrap U8glib with my own C++ class. http://www.amazon.com/gp/product/B007SS2HHQ/ref=wms_ohs_product?ie=UTF8&psc=1 25 comments arduino
- Einstein's Problem in C++? http://en.wikipedia.org/wiki/Zebra_Puzzle 21 comments learnprogramming
- Problem in C++ with randomly resetting variable. http://pastebin.com/6RQLLkFy 4 comments learnprogramming
- Solving SSE2 instruction alignment problems in C++ classes http://www.chasm.cz/wiki/doku.php/school:x36apg:ssetrick 14 comments programming
- Problem with C and C++ Separate Compilation http://ahamsandwich.wordpress.com/2008/11/11/problems-with-c-and-c-separate-compilation/ 2 comments programming
- The problem with C++ http://www.codinghorror.com/blog/archives/000768.html 31 comments programming
- no_unique_addres - where "can" in c++ standard instead of "have to or must" causes a problem https://eel.is/c++draft/dcl.attr.nouniqueaddr 27 comments cpp
- N+1 Problem of C++ I/O system https://lists.isocpp.org/std-proposals/att-1039/n_1_problem.pdf 17 comments programming
- C++ - OpenGL Linking Problem ? https://pastebin.com/Fg2AgCrU 7 comments opengl
- C++ operator precedence problem http://venus.cs.qc.edu/~waxman/211/cs211%20practice_files/image002.jpg 5 comments learnprogramming
- 50+ problems & solutions to DataStructures in C++ with Diagrams https://datastructures.js.org 25 comments programming
- C++ problem: cannot change getline() delimiter without compiler thinking I'm programming C https://gist.github.com/anonymous/a8528ab6469a4f390236 7 comments learnprogramming
- C++ Header Implementation Problems http://stackoverflow.com/questions/12765517/c-linked-list-class-header-file 7 comments learnprogramming
- c++ recursion problem, need a 2nd set of eyes https://gist.github.com/2007346 9 comments learnprogramming
- Example problems for learning C++? http://www.cplusplus.com/files/tutorial.pdf 15 comments learnprogramming
- Structured Diagnostics in the New Problem Details Window - C++ Team Blog https://devblogs.microsoft.com/cppblog/structured-diagnostics-in-the-new-problem-details-window/ 5 comments cpp
- Leetcode: 2380. Time Needed to Rearrange a Binary String racket vs C++ performance problem. https://leetcode.com/contest/biweekly-contest-85/problems/time-needed-to-rearrange-a-binary-string/ 7 comments racket
- Generating random numbers using C++ standard library: the problems https://codingnest.com/generating-random-numbers-using-c-standard-library-the-problems/ 7 comments programming
- Interesting C++ practice problems from the Internet! https://www.reddit.com/r/learnprogramming/comments/5m6sw3/interesting_c_practice_problems_from_the_internet/ 18 comments learnprogramming
- A beginners problems about main game loops (programming in C++ with SDL) http://www.koonsolo.com/news/dewitters-gameloop/ 4 comments gamedev
- Problem with C++ double ended lists. http://pastebin.com/SF2NsFmA 6 comments learnprogramming
- Help with the Monty Hall Problem - C++ http://codepad.org/Ovp3Ii6U 34 comments learnprogramming
- Project Euler C++ Problem 3 - Can I make it faster? SPOILER ALERT! http://projecteuler.net/ 23 comments learnprogramming
- C++ Visual studio HW problem; "fact" Identifier not found. https://gist.github.com/anonymous/9f05081d4078a93e82b9028727c7f986 3 comments learnprogramming
- cppclean: Finds problems in C++ source that slow development of large code bases https://github.com/myint/cppclean#cppclean 29 comments cpp
- Want to understand C++ pointers, smart pointers and references? I want to write a guide to help you. Tell me your top pointer problem in the comments. http://cpp.heroku.com/ 8 comments learnprogramming
- OCaml, Scheme and C++ solving numerical problems 1,800x faster than Mathematica http://mathforum.org/kb/message.jspa?messageid=6525962&tstart=0 8 comments programming
- C++ Paper N4456 - Survey of C++ Problems for Game Development http://seanmiddleditch.com/c-paper-n4456-survey-of-c-problems-for-game-development/ 96 comments cpp
- C++ Problem: Entering an integer and then displaying that integer in text form http://pastebin.com/3uVyYG1y 10 comments learnprogramming
- Modern C++ isn't memory safe: recent language updates fix some problems, introduce others https://neosmart.net/blog/2018/modern-c-isnt-memory-safe/#more-4403 27 comments rust
- I made a new enum implementation for C++ that should simulate stateful enums. Any feedback and improvements is welcome. (Due to macro problems, doesn't work on msvc correctly) https://github.com/elandaofficial/venum 25 comments cpp
- Is C++ hurting Mozilla development? Is it practical to move the Mozilla codebase to another language? What if Mozilla invented a mostly-C++-compatible language that solved problems better than C++? http://benjamin.smedbergs.us/blog/2007-11-05/what-if/ 4 comments programming