by aguyinneed
i need help on my assignment
|
|
[2 replies] Last: What part are you having difficulty with? Do you know how to calculate... (by seeplus)
|
by VoB
Marking a function as const: what does the compiler do?
|
|
[3 replies] Last: const int* a means that "a is a pointer to a constant integer"? Co... (by Ganado)
|
by onetwo123
Incorrect result
|
|
[9 replies] Last: > Ask yourself: Can something else running in the same machine at the... (by onetwo123)
|
by Hawlong
Packing exe + dlls into one executable
|
|
[5 replies] Last: I'll give a reply, but I don't have very good news. There is no standa... (by Ganado)
|
by jake john
Curving the Grade
|
|
[8 replies] Last: only available with -std=c++11 It's 2021. Time to upgrade your comp... (by lastchance)
|
by moctar
divisibility of a Binary number
|
|
[1 reply] : Don't cross post https://www.cplusplus.com/forum/beginner/276805/ (by salem c)
|
by onetwo123
Incorrect result (arrays)
|
|
[1 reply] : - get rid of global `means'. - get rid of all your input/output opera... (by ne555)
|
by aardalde
Last node in linked list not sorted
|
|
[1 reply] : One issue is that you are swapping just the name of the book, not the ... (by Ganado)
|
by moctar
strassen based matrix inverse
|
|
[1 reply] : [Duplicated here http://www.cplusplus.com/forum/beginner/276798/ ] (by seeplus)
|
by Beginners12
Friend function and fraction
|
|
[1 reply] : [Also duplicated here http://www.cplusplus.com/forum/beginner/276793/ ... (by seeplus)
|
by timestime
Palindrome
|
|
[3 replies] Last: You can always convert an integer into string and check that. (by keskiverto)
|
by brim4
How can I use typedef and auto to clean up my unique_ptr<vector> declaration throughout my projects classes?
|
|
[5 replies] Last: Thanks, guys. I'll close this now. I realised that I had to place it b... (by brim4)
|
by learning123
Reordering array elements
|
|
[9 replies] Last: Thank you all for your help and advice. Learning is a process and it ... (by learning123)
|
by JUANDENT
overloaded set of lambdas not working when using variadic template classes
|
|
[4 replies] Last: @mbozzi your code does not compile for me in Visual Studio 19 v16.9.1... (by mbozzi)
|
by JRManx
Weird template return value
|
|
[8 replies] Last: Yeah, I bet most of us have done that (or something similar) at one ti... (by JRManx)
|
by frek
Printing std::map contents differently
|
|
[6 replies] Last: I'm not exactly sure what you mean, but the operator for std::map is ... (by Ganado)
|
calling non-template version |
|
[12 replies] Last: Thank you so much for your time. I appreciate it. (by Passionate programmer)
|
by skolterman
Dice c++
|
|
[1 reply] : Are you supposed to be using arrays for this assignment? I see you hav... (by Ganado)
|
by dean
Reserve space in the stack for an unitialised object
|
|
[8 replies] Last: @doug4 ah right =) @seeplus due to optimisation reasons, already prof... (by dean)
|
by jake john
Locker Game
|
|
[18 replies] Last: what does vector<bool>& mean? I am confused why it has to be a vector... (by doug4)
|