by AndreasTm13
I need help
|
|
[1 reply] : I am here just to note few things: 1. In your problem's definition it ... (by bokisof)
|
by ashugan
Class average help
|
|
[3 replies] Last: I think I see what I was doing wrong. I'll try this out when I get to ... (by ashugan)
|
by harock
I need help about nested loops
|
|
[2 replies] Last: Thank you mate i already made it here s mine #include <iostream> usin... (by harock)
|
by PirateCat
Finding prime factors of a number
|
|
[9 replies] Last: Try this. Only gets the unique prime factors, not multiples of them ... (by closed account 48T7M4Gy)
|
Beginner A* Code with an error |
|
[3 replies] Last: @shahfrid open your own thread for your question. Please read: Welcome... (by joe864864)
|
by wasteproduct
Linked Lists
|
|
[3 replies] Last: Here is code to insert at position N using a slightly different list. ... (by dhayden)
|
by andrewllewop
Class declaration
|
|
[4 replies] Last: [quote=gunnerfunner]you can declare objects with () though it's not re... (by MikeyBoy)
|
by Miraclefruit
Half life program
|
|
[4 replies] Last: Hint: #include <iostream> int main() { double decay_rate = .012/... (by closed account 48T7M4Gy)
|
by hebrerillo
delete pointer argument in functions
|
|
[8 replies] Last: Hi everyone! Thanks for your answers. MickeyBoy, yes you are right. I... (by hebrerillo)
|
by ejkang62
Pass by Pointer
|
|
[4 replies] Last: I assume you already know to use #include <iostream> and using namespa... (by Kourosh23)
|
by Kourosh23
this keyword and address object for operator=
|
|
[2 replies] Last: @mbozzi, I think we do not need perator& since it is operator= , but y... (by Kourosh23)
|
by SkarFaceT9
for_each algorithm causing error
|
|
[2 replies] Last: that worked, and makes complete sense. thanks (by SkarFaceT9)
|
by gopinathpc
Errors while removing node from list
|
|
[2 replies] Last: I have rewritten the deleteNode function But this doesn't work. Here'... (by gopinathpc)
|
by learner47
sum of a series of squares of squares
|
|
[10 replies] Last: Hello everyone... Thanks to all of you i g... (by learner47)
|
by mlm27
How to manage <map> iterators from an external iterator
|
|
[1 reply] : the string leerPalabra(); method is ill-defined. it doesn't state on... (by gunnerfunner)
|
by oakmill
no matching for function call
|
|
[4 replies] Last: @Enoizat, I try hard, but my keyboard sometimes does not work well an... (by Handy Andy)
|
by wasteproduct
Linked Lists
|
|
[1 reply] : OP: dhayden's quote from here: http://www.cplusplus.com/forum/beginner... (by gunnerfunner)
|
by avatar97
How do these string functions wrok
|
|
[1 reply] : If you have read in each word as a <string> then the test is if(word ... (by closed account 48T7M4Gy)
|
[HW] - Reading/Parsing a .txt file into an array |
|
[1 reply] : #include <iostream> #include <fstream> #include <string> #include <s... (by gunnerfunner)
|
by bmakloski
Replacing four letter words with 'love'
|
|
[16 replies] Last: Yep, there's no point checking unused stuff: int i = 0; int ... (by closed account 48T7M4Gy)
|