by nathan801
Sorting
|
|
[1 reply] : I would set up an array or some other container (like a vector) and us... (by Zhuge)
|
by vckngs7
Sorting User Input
|
|
[2 replies] Last: AFAIK there is no case insensitive comparison for std::strings. You'd ... (by Zhuge)
|
by rheeler
classes error expression must have a class type
|
|
[5 replies] Last: Thank you so so much. (by rheeler)
|
by Sneakybeans
!= operator with ASCII
|
|
[3 replies] Last: Exactly. What you wanted was logical AND ( && ) rather than logical O... (by moorecm)
|
by bhawna2285
Function To Convert string To double
|
|
[2 replies] Last: You could use a stringstream (#include <sstream>). double StrToD... (by Cuddlebuddie928)
|
by cindyath
help me please!!!!! :(
|
|
[8 replies] Last: No problem. (by ddwinters45)
|
by yoitsmejy
Getline help
|
|
[2 replies] Last: thanks for the suggestion, '\n' in the buffer solved everything. (by yoitsmejy)
|
by olifant
segmentation error
|
|
[1 reply] : Notice that you added 7 TreeElements all with unique addresses but you... (by histrungalot)
|
by bayou
fatal error LNK1120 in VC++
|
|
[no replies]
|
by hentaiw
Cannot Loop Properly
|
|
[no replies]
|
by Chathu
Files C++
|
|
[6 replies] Last: :) (by Chathu)
|
by olifant
weird cout output
|
|
[1 reply] : Think you have to dereference the treeElement before you can call its ... (by Gaminic)
|
Memory Leaks |
|
[1 reply] : Yes, they are on the stack. (by shacktar)
|
by buggys
True and False problem
|
|
[3 replies] Last: ok yup <_< should of looked around harder. Thnx for that. (by buggys)
|
by SilverLake
Opening files
|
|
[8 replies] Last: Also, you are writing to a file named "output.txt" but reading a file ... (by JMJAtlanta)
|
by CaptainAlex0
How to start
|
|
[5 replies] Last: Devcpp is really old, don't get it. If you like the interface, try wxD... (by firedraco)
|
by tonnot
How to get right arrays when I call the array function two times at the same line?
|
|
[6 replies] Last: Thanks for the ideas (by tonnot)
|
by ande6870
Reading in a string ignoring all spaces?
|
|
[2 replies] Last: figured it out... #include<ctype.h> #include<algorithm> string infi... (by ande6870)
|
by mathnerd24
need help with while loop!
|
|
[1 reply] : n2 is never entered try cin>> n1 >> n2; (by dznguy)
|
by Ragine
Help with code..
|
|
[5 replies] Last: Hey, it's your algorithm, not mine. Debug it to determine where it go... (by webJose)
|