by wreglefan
printing cin data to an outFile
|
|
[3 replies] Last: Thank you both for your input it really helped me understand and get m... (by wreglefan)
|
by gyneisler
Help with display.
|
|
[1 reply] : FORMATTING!!!!!!!!!! Your code never gets to the part where is checks ... (by Tertius Kgatla)
|
by Fassenkugel
Need help with a code
|
|
[3 replies] Last: Thanks guys :) (by Fassenkugel)
|
by sermanas
String input validation with while
|
|
[1 reply] : while (value != "Yes" && value!= "No") (by vlad from moscow)
|
by marco33
Finish code having an algorithm
|
|
[no replies]
|
by Hailhaven
What is wrong with my calculator code?
|
|
[3 replies] Last: Just adding in for interests here. I'm more of an idiot! when running... (by Tertius Kgatla)
|
by BeastlyHex
String Help
|
|
[2 replies] Last: Thanks! (by BeastlyHex)
|
by tjnapster555
2 byte char array needed c++?
|
|
[7 replies] Last: You're using a compiler from 1997? You might want to consider obtaini... (by Catfish4)
|
by geekocoder
question on tree traversal
|
|
[2 replies] Last: Have you read up about tree traversal? Tree traversal http://en.wikip... (by andywestken)
|
by Larry2
Regex oddity
|
|
[2 replies] Last: Done and solved :D Thanks ! (by Larry2)
|
by Michael007
"Error C2065:'cout' and after that "Cannot find or open the PDB file''
|
|
[2 replies] Last: Thank you for your answer. But after these Information the output didn... (by Michael007)
|
by zagzag
Unwanted conversion
|
|
[4 replies] Last: zereo thank you a lot for your explanation. It was very clear and und... (by zagzag)
|
by lurksalot
using for statements
|
|
[3 replies] Last: Oh nvm, got it. I forgot to change the 10 to 0 on one of the parts. (by lurksalot)
|
repeating part of a function..please very urgent!!! |
|
[3 replies] Last: Recursive: int read_valid_mark() { int mark; std::cout << "en... (by JLBorges)
|
by giblit
Problem with template and class
|
|
[5 replies] Last: Cool thanks works when I put the definition in the header. I didn't kn... (by giblit)
|
by hakim
Making a program which returns text from numbers
|
|
[3 replies] Last: No problem I was actually doing this the other day with one of the eul... (by giblit)
|
by lurksalot
help with the exercise
|
|
[9 replies] Last: what I would do is something like this #include <iostream> int main(... (by giblit)
|
by vnii
Help with journal
|
|
[8 replies] Last: that worked. thanks ice. im forgetting a lot of little details. (by vnii)
|
No Variables But Pointers |
|
[6 replies] Last: As you said, memory in heap is slower to free than the stack But what... (by cire)
|
by acemanhattan
Help me understand this line of code
|
|
[3 replies] Last: std::string::npos is a static data member of class std::basic_string o... (by vlad from moscow)
|