by ndat
Help with insert
|
|
[1 reply] : start with this: template <typename T> class LinkedList { struc... (by Smac89)
|
by morphantom
Making the program repeat the menu
|
|
[1 reply] : At line 64, that else needs to have braces. What's happening is if the... (by Renthalkx97)
|
by TheMouseRan
Text Counting Program, No Errors, Doesn't Work
|
|
[1 reply] : I do not know how to attach text files on this forum. I keep the text... (by TheMouseRan)
|
by Undestiny
Does wcout provide UTF-8?
|
|
[13 replies] Last: @LB string to string conversion is a whole other story. There have alw... (by Cubbi)
|
by niludown
using functions
|
|
[18 replies] Last: We are agreeing on the subject, so I feel no need for the argument to ... (by Jamerack)
|
Sorting 2 Arrays ? |
|
[1 reply] : You already have a sorting algorithm that, when it determines that it ... (by keskiverto)
|
by tcan618
doublylinkedlist class
|
|
[2 replies] Last: Well I actually understood that the problem is in while loop by debugg... (by tcan618)
|
by F1n
.exe file suddenly stops running
|
|
[3 replies] Last: windows tells me the .exe file has stopped working This doesn't sound... (by booradley60)
|
by morphantom
Repeating a Menu
|
|
[4 replies] Last: Oh, yeah thank you. I did that to the while part but not the body.... (by morphantom)
|
by teflmcdonald
Program not building.
|
|
[3 replies] Last: Thanks to you both for the quick reply. I am not sure what went wrong ... (by teflmcdonald)
|
by mymalibu8
Class Averages
|
|
[5 replies] Last: [quote=mymalibu8]Can you explain what you mean by output statement? Yo... (by LB)
|
by Darbear02
I need help!
|
|
[1 reply] : You already posted a topic here: http://www.cplusplus.com/forum/genera... (by LB)
|
by Raspb3rry14
Boolean Function Help?!
|
|
[2 replies] Last: Works great, thank you. (by Raspb3rry14)
|
by pepstein
Help with ostream operator
|
|
[5 replies] Last: Ha, you guys are good, I forgot about stringstream. That fixed it, tha... (by pepstein)
|
by Noctuary
RPG CLASSES//spells
|
|
[9 replies] Last: No, no. You'd make it as if it were a variable within in the class. So... (by Ispil)
|
Question about a code |
|
[6 replies] Last: I just saw my error , it's true that i don't need the method print , o... (by alejandrojimenez)
|
by Ahmed50
reading a file in c++
|
|
[2 replies] Last: Alright thank you. (by Ahmed50)
|
by Jamerack
Trouble with curses
|
|
[5 replies] Last: I also tried using PDCurses, and that didn't work either (by Jamerack)
|
by herohero
returning a pointer to pointer to pointer from function
|
|
[2 replies] Last: oh, thank you Cubbi. You're right. I mistyped line 30. it should have... (by herohero)
|
by mfooo
Can anyone help me with this. (C++) I just have a few parts that I can not figure out.
|
|
[1 reply] : Would this be right for the loop part with the dashes? for (int i = ... (by mfooo)
|