by Bill2345
replace vowels with undescore sr.at(i)
|
|
[2 replies] Last: As C++17: #include <string> #include <iostream> #include <cstring> ... (by seeplus)
|
by Bill2345
Assignment 5 problem 3
|
|
[2 replies] Last: Your instructions are missing a rather fundamental parameter. You will... (by lastchance)
|
output is not displaying correctly because of spaces in text file |
|
[1 reply] : First, use code tags when posting code. http://www.cplusplus.com/artic... (by salem c)
|
by Bill2345
prime factorization
|
|
[4 replies] Last: read it in as a string, see if it is a number .. for positive values, ... (by jonnin)
|
by lostbits
Where is getopt
|
|
[4 replies] Last: if you google it, there are some workarounds ready to download. https:... (by JustShinigami)
|
by NumberMan
Algorithm development
|
|
[2 replies] Last: after you generate this, consider dumping it into a file you can read ... (by jonnin)
|
by theguyy
deleting a dynamically located array cause crashes
|
|
[4 replies] Last: OK. I only used the stl functions in 3 places - which are easily remov... (by seeplus)
|
by khaledsaad
Quastion for beginners
|
|
[1 reply] : The question is about floating point arithmetic . To put shortly, it ... (by keskiverto)
|
by jb4x
Template specialization VS CRTP VS Pure virtual functions
|
|
[6 replies] Last: Thank you both again for your answers. I can see how the book I'm rea... (by jb4x)
|
by coff33Cup
Operator Overloading with a class array
|
|
[1 reply] : L7 has no effect - so you are always returning false. Just: bool La... (by seeplus)
|
by Gligameshe
Help with overloading operator to do union, intersection, differences of sets
|
|
[2 replies] Last: Hi welcome to the forum :+) First up please always use code tags : ww... (by TheIdeasMan)
|
thousand comma separator for numbers |
|
[19 replies] Last: [quote=seeplus]Compile as C++11 The last update to VS 6 was back in 2... (by deleted account xyzzy)
|
by T23
Permutations of Names
|
|
[4 replies] Last: A brute force solution with minimal effort applied, but showing that y... (by jonnin)
|
by Sunnycoder
Sorting question
|
|
[16 replies] Last: Detecting both increasing and decreasing: bool isSorted(const int li... (by dhayden)
|
how to find the max element of an std::vector using custom comparator |
|
[4 replies] Last: Ah didn't see this. Yes, I agree with TheIdeasMan. Template arguments ... (by Ganado)
|
by Goyette
Simple Animation to Race a Drunk Man from Start to Finish
|
|
[1 reply] : understand what??? Use code tags when posting code! #include <iost... (by seeplus)
|
by Sunnycoder
Numbers to Letters
|
|
[11 replies] Last: For the full monty, perhaps: #include <iostream> #include <string> ... (by seeplus)
|
by Sunnycoder
Array question
|
|
[7 replies] Last: Student 0 score is 40 and grade is C ... Student 2 score is 40 and gr... (by lastchance)
|
Program already runs, but can someone explain why my program is displaying the wrong numbers from a read file. |
|
[3 replies] Last: Also, learn how to use a debugger - it will save you hours of staring ... (by TheIdeasMan)
|
by bartuaslan
createstack identifier not found error c++
|
|
[6 replies] Last: @ agent max Often some of the IDE's will use a make file implicitly.... (by TheIdeasMan)
|