User: ac517

  • Public profile

User profile: ac517

User info
User name:ac517
History
Joined:
Number of posts:17
Latest posts:

Shortest path maze solver algorithm
This doesn't do exactly what you want, but demonstrates BFS. Reads a text file all lower case with ...

Seg fault errors
Here is what I was talking about, its super simplistic, no error handling or checking, you can add t...

Seg fault errors
You were assigning a struct to a pointer to a struct. I still have my reservations that this will ...

Seg fault errors
This skips the first line for me when I try it: [code] while (getline (inputFile, line)) { inpu...

the sieve of erastosthenes
Don't bother with the sieve of erastosthenes, you'll waste more time crossing off values and travers...

This user does not accept Private Messages