by Mamo Grag
difference between std::list and linked lists
|
|
[9 replies] Last: as far as alternates go, there is also the skip-list, which has extra ... (by jonnin)
|
by rhamm5798
string Library
|
|
[8 replies] Last: @OP A C-style string is a const linear array of characters, hence cons... (by againtry)
|
by rhamm5798
#define
|
|
[7 replies] Last: a few macros are critical for debugging. there are predefined tools l... (by jonnin)
|
by TinnyMintz
Sorting alphabetically
|
|
[3 replies] Last: Stick it between where you generate the list and where you print it. (... (by Duthomhas)
|
by denver2020
Image fading help needed C++ (1,2,3)
|
|
[48 replies] Last: I took 10 min crack at the first one. this works. the tga file I w... (by jonnin)
|
by lastchance
Implementing graph in a rectangular grid.
|
|
[3 replies] Last: Eh, I think it was just incompetence, not spam, but whatever. Another ... (by Ganado)
|
forward and reverse for loops with C++ containers |
|
[1 reply] : FYI, Visual Studio 2019, build 16.11.2 requires the C++ language stand... (by deleted account xyzzy)
|
by Hush3212
fstream inFile filter (super basic codes)
|
|
[12 replies] Last: Hi! Sorry for the late reply! I've been working on the code myself and... (by Hush3212)
|
by rjmcinnes
ofstream() '<<' ambiguous error (1,2)
|
|
[25 replies] Last: Yes, that's what it is. I can't help feeling that C++ was being a ... (by mbozzi)
|
by bishoposiris
Visual Studio 2019: How do I see code work in real time
|
|
[11 replies] Last: Thanks for your help, Guys. I'm good to go. (by bishoposiris)
|
by ameera
C++ using Atom, output w/ terminal, macbook air M1
|
|
[1 reply] : See this Reddit thread https://www.reddit.com/r/osx/comments/397uep/ch... (by mbozzi)
|
by gevCplus
count the number of distinct duplicated characters in a string
|
|
[6 replies] Last: #include <iostream> #include <string> int main() { const int no_... (by againtry)
|
by gevCplus
return to original position commands
|
|
[3 replies] Last: @Duthomhas gave you a formula for the number of moves, not commands. S... (by mbozzi)
|
by arapsukru34
C++ Swap help me?
|
|
[1 reply] : PLEASE ALWAYS USE CODE TAGS (the <> formatting button) when posting co... (by AbstractionAnon)
|
Why is there "Type undefined reference to `People::humans'"? |
|
[2 replies] Last: Also note that void setHumans(Human humans ); is going to clash wi... (by lastchance)
|
by gadi01
a help please
|
|
[6 replies] Last: [quote=gadi01]I have a problem of minimizing a function to optimize 8 ... (by lastchance)
|
What is "Unknown array size in delete?" |
|
[11 replies] Last: Nevermind, I fixed it now. I will get back to you when I run into anot... (by anonymoususer13579)
|
Why does 'Human' not name a type? |
|
[2 replies] Last: It's fixed now. Thanks! (by anonymoususer13579)
|
by volang
Access Violation
|
|
[10 replies] Last: Haha, nice catch. Thanks man :) (by volang)
|
by szupek
Struggling with getting passed pointer to a double array type string. What am I doing wrong?
|
|
[15 replies] Last: @jlb That's a good point :+) I guess I am always reading the docs fro... (by TheIdeasMan)
|