by m7md65
Help with assignment
|
|
[2 replies] Last: here is a start. Just put your code in the different cases and in def... (by leon13)
|
by primem0ver
Best approach for dealing with unavoidable duplicate keys in a hash table?
|
|
[2 replies] Last: I thought of doing that Thomas and it is a possibility I could use. I... (by primem0ver)
|
by leoleoleo
Private vs. Public data members
|
|
[6 replies] Last: Wow... It seems so simple that I can't imagine I didn't see it that wa... (by leoleoleo)
|
by balu soutani
Incorrect output from popen
|
|
[2 replies] Last: HI ne555, Actually in c shell 'echo $?varName' will give existenc... (by balu soutani)
|
by sam1989
Multiple datatype in std::vector
|
|
[9 replies] Last: Ahh, a continuation for http://www.cplusplus.com/forum/general/197244/... (by keskiverto)
|
by Zoliidais
Read integers from file - create new file with output
|
|
[3 replies] Last: @Chervil - thank you very much for your input, can't wait to try this ... (by Zoliidais)
|
by sam1989
std::vector
|
|
[4 replies] Last: Thanks (by sam1989)
|
by mizsum
Need to print "zero" if there's no positive elements in input
|
|
[1 reply] : You don't say what happens when the input contains both positive and n... (by Chervil)
|
by Bingocat4
Convert file to hex and back
|
|
[1 reply] : Ok I figured out the problem. fstream newFile; newFile.open(newFile... (by Bingocat4)
|
by LoneC SP
int main() or int _tmain() ?
|
|
[2 replies] Last: http://stackoverflow.com/questions/895827/what-is-the-difference-betwe... (by closed account E0p9LyTq)
|
by mbozzi
Iterator invalidation / Quicksort bug
|
|
[6 replies] Last: Yeah -- I'm moving the value at the real pivot around when I call par... (by mbozzi)
|
by seanster
Help with writing/printing to and from an array in private data member
|
|
[3 replies] Last: Part of the assignment requirement is to have a variable to hold the n... (by jlb)
|
by leon13
what to learn next in c++?
|
|
[8 replies] Last: I think you mean performance here. If you compare raw code (switch st... (by cire)
|
by carlwryker
Which zip library should I use?
|
|
[2 replies] Last: Thank you! (by carlwryker)
|
by Kyle M
managed pointers for CC
|
|
[1 reply] : > but I think there is something mixed up in it ¿what do you mean? >... (by ne555)
|
by bp04
How to use Command line in other c program file
|
|
[1 reply] : You can do it with 3 files: //add.h maybe find a more meaningful name... (by Thomas1965)
|
by bp04
Fatal error occurred while compiling the program.
|
|
[3 replies] Last: Try reinstalling borland, save your project before (by shadder)
|
by Tomheza
sorting word a loot
|
|
[4 replies] Last: if you use the std:: , your code will be more readable and everythin... (by Farshad Aroon)
|
by masecla33
I need some help with commands
|
|
[13 replies] Last: It's fairly easy to do in windows with C++ and there are lots of refer... (by closed account 48T7M4Gy)
|
Age program HW help please |
|
[1 reply] : int main() { int age = 0, min = 18, max = 40; cout << "Enter your age... (by Uk Marine)
|