by brownjas
Passing Pointer to a Function
|
|
[8 replies] Last: Thanks @Disch The pointers were tricky but I figured it out. Appreciat... (by brownjas)
|
by albbravo23
A little help creating a 5x3 table
|
|
[no replies]
|
Display the largest and smallest valleys of an array? |
|
[2 replies] Last: Thank you so much, however that doesn't seem to compile..it has an iss... (by thatoneguyandrew)
|
by IADPCFEVER
Checking for full tree?
|
|
[1 reply] : By full you mean perfect binary treee? How many nodes are in a perfec... (by Smac89)
|
by Popanu
Saving Array Data into Text File
|
|
[5 replies] Last: I'm coming closer to a solution. I'll give you a heads up once I figur... (by Popanu)
|
by br26354
<>Help with nested loops
|
|
[1 reply] : for loop syntax: for( initialization ; condition ; iteration ) ... (by Disch)
|
by Ruthra Kumar
while loop keeps looping without getting input from user
|
|
[3 replies] Last: Because it leaves a trailing newline character in the input stream. Se... (by Smac89)
|
Can someone help me with this? I don't know why my code wont run... |
|
[no replies]
|
by IADPCFEVER
Removing largest item in BST tree?
|
|
[2 replies] Last: bool remove_largest(node *& root) { if (root == nullptr) return fals... (by Smac89)
|
by Koolcowman
Error C2059 and Error 2109
|
|
[3 replies] Last: I also noticed that the relativeHumidity is an array, but the funct... (by Sirolu)
|
by Koolcowman
Error C1083
|
|
[1 reply] : The header is called <fstream> ... not fstream.h Likewise, if you're... (by Disch)
|
string with a name , variable? |
|
[1 reply] : That's just a second string called inv. They're just being declared on... (by Ispil)
|
by surrendharan
flames match finding program. can anyone reduce it's no of lines?
|
|
[1 reply] : Why would you want to? The code is such an unreadable mess that nobod... (by doug4)
|
by brownjas
One dimension dynamic array
|
|
[6 replies] Last: @Zhuge Okay, Thanks. I just wanted to know I if it was some type of co... (by brownjas)
|
by patchouli81
ascending integer conditions not always met
|
|
[2 replies] Last: thank you Disch (by patchouli81)
|
by Maximus44
Star Search Output issue
|
|
[1 reply] : The reason you always get '0' is because you never call the calcScore ... (by doug4)
|
by stumbled999
If & Else if issue.
|
|
[6 replies] Last: 1 // va ... this is the value I am looking for 10 //vb .1 //pa .2 ... (by stumbled999)
|
by Cambalinho
about void pointer
|
|
[4 replies] Last: Because a char is not a string. And because integers are not stored i... (by Disch)
|
by bandora
Inheritance & Polymorphism help
|
|
[13 replies] Last: Awesome!! I've changed those two and that works perfectly!! Thank you ... (by bandora)
|
project ASCII code program |
|
[1 reply] : What code do you have so far? (by thiskid)
|