by crawler
Declaration of vector with pointer
|
|
[2 replies] Last: I am dynamically allocating because i make this program as a homework ... (by crawler)
|
by RialnisMada
Cannot Get Text From .TXT File.
|
|
[9 replies] Last: Ok, I'll go through it line by line: ifstream InFile ("FamilyHistory... (by LB)
|
Average Rainfall |
|
[2 replies] Last: What? Do you expect us to write it for you? (by nano511)
|
The Random Number Guessing Game |
|
[1 reply] : It looks like you are avoiding doing the biggest part of the assignmen... (by LB)
|
by muratagenc
what does exactly happen when the destructor run?
|
|
[4 replies] Last: when the destructor is called, as well as the member data, the object... (by LB)
|
by pcultras
Can't read the file when adding '\n' to it
|
|
[2 replies] Last: Thank you very much, I've changed it and it works now fine! (by pcultras)
|
by stage0
how to delete all files in a directory c++?
|
|
[1 reply] : You have to delete each file with a call to remove. Also std::remove ... (by binarybob350)
|
by jamesson
compilation woes
|
|
[3 replies] Last: Ensure that the #include line encloses the file in double quotes and n... (by jsmith)
|
by marklycris05
How to find the saddle point of a matrix?
|
|
[2 replies] Last: Thanks for your help hamsterman :) now i have an idea although i'm sti... (by marklycris05)
|
by DaPasta
"Fortune Teller.exe has encountered a problem"
|
|
[1 reply] : while (answer == "Yes" || answer == "yes" || answer == "No" || answer... (by Branflakes91093)
|
by ploglo
Calculator Problem
|
|
[2 replies] Last: yeah try removing the two semicolons. Then if it still doesn't work so... (by bzb95)
|
by matthewmpp
Array of Pointers to an Array
|
|
[3 replies] Last: pnumbers is an array of int*, and i is the offset you want to look at.... (by Zhuge)
|
Struct/string function not working |
|
[4 replies] Last: Oh, okay. We have just started talking about constructors and destruct... (by Axl Van Damme)
|
by dev200
Color ???
|
|
[6 replies] Last: That's It man thanks very much :) works that i wanted to do :) (by dev200)
|
by exmlash007
c++ help please
|
|
[2 replies] Last: thank for your answers. program give the correct answer. (by exmlash007)
|
by exbow
merging vectors problem.
|
|
[4 replies] Last: oh man ... thanks for helping me out LB!! your help is really apprecia... (by exbow)
|
by shotgun
Help with IDE
|
|
[4 replies] Last: Hi guys, Here is the output: #################################### **... (by shotgun)
|
by Tankz
Variable Size Multi Dimensional Array Casting
|
|
[3 replies] Last: The compiler should optimize *8 to <<3 for you. Also, each result in... (by hamsterman)
|
by shoaib malik
little help plz
|
|
[2 replies] Last: The edited code is correct now, I believe. (by LB)
|
by Amirah
Pointer Upcast and Downcast
|
|
[3 replies] Last: Anyways, I was wondering if pointer variables has a different take in... (by Disch)
|