
please wait
My find-replace function is broken |
|
Dec 23, 2019 at 4:16pm
[5 replies] Last: @johndoeisabro, Your code fails whether you call your find and replace... (by lastchance)
|
by dreadSoil
What is the asterisk in class Department in the private access specifier after the Teacher for?
|
|
Dec 23, 2019 at 3:36pm
[5 replies] Last: By default a std::vector stores its data on the heap. Instead of ma... (by deleted account xyzzy)
|
What's the pmr namespace? |
|
Dec 23, 2019 at 1:42am
[8 replies] Last: A polymorphic_allocator is just a facade that makes a pointer to a... (by mbozzi)
|
by Mariyan
Variable help
|
|
Dec 22, 2019 at 9:13pm
[4 replies] Last: Worked. Thanks a lot! Appreciate it. (by Mariyan)
|
by KaramA
New to C++ need some help with a time conversion question
|
|
Dec 22, 2019 at 7:38pm
[2 replies] Last: #include <iostream> #include <iomanip> #include <string> #include <cc... (by lastchance)
|
by asxxx
Write/Read text file
|
|
Dec 22, 2019 at 5:18pm
[3 replies] Last: http://man7.org/linux/man-pages/man3/fgets.3p.html Because while ( fg... (by salem c)
|
by Shervan360
String concatenation in C
|
|
Dec 22, 2019 at 4:18pm
[3 replies] Last: The end condition in the loop in mystrlen is wacky, too. x and y in ma... (by dutch)
|
by Nedrozak
std::length_error at memory location
|
|
Dec 22, 2019 at 3:18pm
[4 replies] Last: Thank you! It is now working. (by Nedrozak)
|
by lost110
Implementing user defined adjacency list(directed)
|
|
Dec 21, 2019 at 4:59pm
[3 replies] Last: adjlistnode* tmp = array .head; Now take a good look at this line.... (by Repeater)
|
by flav32
N Queens not printing all solutions
|
|
Dec 21, 2019 at 4:38pm
[3 replies] Last: Thanks! (by flav32)
|
by NewbCPP
How to capture the URL
|
|
Dec 21, 2019 at 3:59pm
[14 replies] Last: The OpenDNS solution I linked to above is free and simple to set up an... (by dutch)
|
by kmce
Private variables and errors with methods
|
|
Dec 21, 2019 at 6:05am
[2 replies] Last: Most of what you have is OK. the main problem is lines 43 44 and 68. I... (by againtry)
|
by sugarpasa
typedef boolean (*Item_Function)();
|
|
Dec 20, 2019 at 2:28pm
[4 replies] Last: It need not be complicated; the type alias can be declared using synta... (by JLBorges)
|
by jrbobdobbs83
Unrecognized << operator overload
|
|
Dec 20, 2019 at 11:56am
[5 replies] Last: This is where it helps to slow down, and take the time to read the err... (by MikeyBoy)
|
by skorpas
HEEELP
|
|
Dec 19, 2019 at 11:48pm
[1 reply] : Hello skorpas, The first question you raise, is this a C or C++ progr... (by Handy Andy)
|
by Ripb123
comparing strings
|
|
Dec 19, 2019 at 9:23pm
[4 replies] Last: @ Ganado Yup the getline was the problem I have it working perfectly n... (by Ripb123)
|
by logarech
seperate and read a txt file
|
|
Dec 19, 2019 at 7:29pm
[8 replies] Last: which corresponds to the number of lines in your file before the next... (by jonnin)
|
by kramsuiluj
Accessing any element on a list stl c++
|
|
Dec 19, 2019 at 4:47pm
[4 replies] Last: Hello kramsuiluj, Yes it could be done, but it is more work than you ... (by Handy Andy)
|
by ICantC
Placement new
|
|
Dec 19, 2019 at 3:57pm
[7 replies] Last: Remember that arrays are zero-indexed. So, if you have 1 element in t... (by MikeyBoy)
|
by kakaducsy
Visual studio 2015 unresolved external symbol
|
|
Dec 19, 2019 at 11:30am
[10 replies] Last: Hello kakaducsy, It has been a long time since I have done this, but ... (by Handy Andy)
|