Search Results

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: jrw0267 ; Forum: C++ and child forums
Forum: C++ Apr 15th, 2009
Replies: 7
Views: 365
Posted By jrw0267
with heaps you start at array index 1 because to find children of a node at position i

i*2 is the "left child"
i*2+1 is the "right child"

using quotes because it is implimented in an...
Forum: C++ Feb 18th, 2009
Replies: 3
Views: 434
Posted By jrw0267
I have a project and am hung up at the moment. I am supposed to read from a file containing all of the function calls that I need to make. For example:

Insert(33)

would call the Insert function...
Forum: C++ Feb 9th, 2009
Replies: 2
Views: 255
Posted By jrw0267
the program i am writing is only my laptop and i didnt feel like connecting it to the internet so i am posting off of my desktop.

now, i dont know why, but whenever i added a cin above the...
Forum: C++ Feb 9th, 2009
Replies: 2
Views: 255
Posted By jrw0267
I am in the process of writing a project and I cant seem to get cout to work at all. I can however print to a file and use cin, and i have included all the necessary io. whenever i compile the...
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC