by mike9407
tourism console program
|
|
[6 replies] Last: Fair enough. Then I recommend to close this thread as solved. (by chicofeo)
|
by DeathLeap
Palindromes using dynamic array
|
|
[2 replies] Last: when I reach the middle, I don't know what to do When you get to the... (by Chervil)
|
by elaleph
clearing the cin buffer
|
|
[7 replies] Last: Yes, mpark4656, sure it will help me. Thanks again! (by elaleph)
|
by tecguy94
Is this Bad programming practice - simple program
|
|
[2 replies] Last: List of harmful (bad practice) things: using namespace std; Prefer ... (by sasauke)
|
by nameishi
Constructor Help..Basics
|
|
[12 replies] Last: Thanks (by nameishi)
|
by imagination
Replace part of string
|
|
[3 replies] Last: By looking at MSDN documentation here is what they say about CString:... (by codekiddy)
|
by Startering
DNA MATCHING, Suffix trees
|
|
[2 replies] Last: Perhaps: http://www.allisons.org/ll/AlgDS/Tree/Suffix/ (by keskiverto)
|
by kamilhassaan
Why isn't this program running?
|
|
[5 replies] Last: I would start here: cout<<"Show marks of Quiz-1 or Quiz-2?"<<endl; W... (by Chervil)
|
by daudraza
Outputting a string from a file
|
|
[5 replies] Last: hypothetical approach in "understandable words" could be something lik... (by codekiddy)
|
Passing Pointers to Functions |
|
[2 replies] Last: I think you misunderstood what & means in function declaration: vo... (by codekiddy)
|
by kamilhassaan
I'm making this program to verify if a entered data is palindrome or not, something is wrong with it
|
|
[4 replies] Last: @Bdanielz I haven't studied strings yet. Thanks for your help though. ... (by kamilhassaan)
|
by etrusks
Terminating console input in C and C++
|
|
[4 replies] Last: Cool, tnx a lot man! (by etrusks)
|
by JoanT
Problem with computing grades program
|
|
[1 reply] : What does it do that you don't like, or what does it not do that wish ... (by Moschops)
|
by shaven
help with this..i confuse
|
|
[3 replies] Last: Thanks..I not notice it.. (by shaven)
|
by wavebulb
Problem with boost/filesystem in Qt
|
|
[2 replies] Last: Figured it out, what I had was fine and simply running "Rebuild All"... (by wavebulb)
|
by Aceix
Need enlightenment with this line of code
|
|
[3 replies] Last: lol.....yeah thanks. didnt see that one (by Aceix)
|
by ephraimr
How to emulate key strokes?
|
|
[2 replies] Last: Hey thanks for the reply. I knew software for binding already exists, ... (by ephraimr)
|
by jcelestin
Functions and Arrays
|
|
[11 replies] Last: As a beginner, I can get some new ideas and clarify my doubts here. (by srijayam)
|
by kamilhassaan
How do we select sort an array?
|
|
[5 replies] Last: int seek, minCount, minValue; for (seek = 0; seek < (elems-1);see... (by Stalker)
|
by mpark4656
Critique my Federal Tax Calculation Program
|
|
[3 replies] Last: Thank you both for the insight! (by mpark4656)
|