PDA

View Full Version : Invalid Pointer/Seg Fault


C++
02-28-2010, 10:39 PM
Hello there, I'm writing a dictionary that stores keywords and the pages which contain the keyword. This is a follow-up on a PageRank algorithm we're doing for an assignment. The first part is the read from a file containing all the web addresses and store the in a matrix, and then read the...