issues Search Results · repo:Mooophy/Cpp-Primer language:C++
Filter by
269 results
(66 ms)269 results
inMooophy/Cpp-Primer (press backspace or delete to remove)Here s a simplified version of the code that doesn t pass arguments to the function:
#include iostream
using namespace std;
void print_range() {
int low, high;
cout Enter two integers:\n ...
Aayush8106
- Opened on Nov 17, 2024
- #843
https://github.com/Mooophy/Cpp-Primer/blob/abcb44b77668abaca539c482d359d17f5a0e3d7f/ch02/README.md?plain=1#L415C1-L415C26
int i = -1, r = 0; // illegal, r must refer to an object.
const int i ...
itskemo
- Opened on May 30, 2024
- #842
As per your code, i am getting errors on the accumulate algorithm as shown below.
#include iostream
#include vector
#include algorithm
#include iterator
#include numeric ...
yapkm01
- Opened on Oct 28, 2023
- #840
std::allocator std::string alloc should be defined as static variable;
Cyitao
- 1
- Opened on Jul 22, 2023
- #830
Hello. I think it is OK as a result of StrBlobPtr::operator+=(size_t n) to get a trailing pointer. So maybe it is better
to use the code below.
inline StrBlobPtr StrBlobPtr::operator+=(size_t n)
{
...
Fiyeal
- Opened on Mar 6, 2023
- #827
Fiyeal
- Opened on Feb 3, 2023
- #826
Ex 65 can be a little surprising if you have overloads of debug_rep for char * and const char * compiled together with
the specializations: you can t get the specializations to be called to save your life. ...
funct7
- Opened on Jan 15, 2023
- #825
Anuj4556
- Opened on Jan 15, 2023
- #824
In file bulk_quote.h
The code on line 3 should be #include quote.h instead of #include quote.h
remyhuang03
- Opened on Jan 8, 2023
- #823

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.