by SubZeroWins
Floats subtraction and comparisons (1,2,3)
|
|
[50 replies] Last: Good info, thanks! It is a public non-static member and I am already ... (by SubZeroWins)
|
by ninja01
Question about Escape sequences
|
|
[8 replies] Last: Thank you @seeplus (by ninja01)
|
by ninja01
Is there any difference between '\n' and "\n
|
|
[9 replies] Last: Understood, thank you everyone) (by ninja01)
|
by ninja01
char8_t (1,2)
|
|
[28 replies] Last: One thing that may not be of much importance at this time, but should ... (by deleted account xyzzy)
|
by shaefayejem
Child Class reference parent class
|
|
[8 replies] Last: It could be used for reverse look-up. Given an Engine, what Car is it ... (by seeplus)
|
by ninja01
What CWG means?
|
|
[2 replies] Last: Amazing answer, thank you @mbozzi (by ninja01)
|
by cplus2303
Que functions
|
|
[4 replies] Last: enqueue/dequeue are over-complicated. Also there is a memory issue as ... (by seeplus)
|
by jaffe15
Handling duplicate keys as collisions in unordered_map?
|
|
[6 replies] Last: Yes, just push back. std::unordered_map <std::string, std::vector <... (by Duthomhas)
|
by rozick1
Free books (UK)
|
|
[4 replies] Last: I live in France - not too far from you. If I pay the postal charges, ... (by Geckoo)
|
by learner999
Trying to obtain 3D vector with multiple 2D vectors
|
|
[4 replies] Last: @Ganado. Thanks you so much :) It is really funny :) I could not see i... (by learner999)
|
by MHS1986
Error when building my class
|
|
[16 replies] Last: Shoh, once again a simple syntactical error... That fixed everything. ... (by MHS1986)
|
by Geckoo
std::string s or std::string &s
|
|
[11 replies] Last: I posted a simple question In C++, that's almost an oxymoron! ... (by seeplus)
|
by jaffe15
Last output missing when copying input with multiple lines.
|
|
[3 replies] Last: How are you terminating the while loop? With Windows as an example I g... (by seeplus)
|
by genkers
why does this else if statement never run?
|
|
[13 replies] Last: Yes. I noticed that the same goal can have many different code "shapes... (by Geckoo)
|
by cplus2303
Function to display all stacks
|
|
[9 replies] Last: ... and as a class, then consider: #include <iostream> #include <fo... (by seeplus)
|
by cplus2303
Stacks using Array
|
|
[5 replies] Last: ... and as more generalised, then consider: #include <iostream> #in... (by seeplus)
|
About dynamic programming |
|
[1 reply] : For a couple of articles on C++ Dynamic Programming: https://www.cprog... (by seeplus)
|
by AlexCantor
Need Help in installing latest C++ version on Ubuntu please (1,2)
|
|
[31 replies] Last: Module support with GCC, starting with V11, is partial. Whatever part... (by deleted account xyzzy)
|
by ICantC
CMAKE query
|
|
[2 replies] Last: thank you, I'd since looked at that, it turned out that the linking st... (by ICantC)
|
by ninja01
Is this a namespace collusion?
|
|
[7 replies] Last: https://heimduo.org/what-is-a-namespace-collision/ Geared more toward... (by deleted account xyzzy)
|