Search:

Type: Posts; User: Marino3d

Search: Search took 0.00 seconds.

  1. Thanks bro, you hit the nail on the head. The...

    Thanks bro, you hit the nail on the head. The last thing i remember doing with C++ is user namepaces and I forgot to include my own, doh. Good work man. :D
  2. // LinkedList.h #include "Node.h" #include...

    // LinkedList.h

    #include "Node.h"
    #include "IndexOutOfBounds.h"
    #include <iostream>

    #ifndef LINKED_LIST_H
    #define LINKED_LIST_H

    namespace DonathList {
  3. Been out of C++ for a while, think i've made a stupid mistake with this code....

    I've been using java for the last couple of months so i've just recently got back into C++ and I need to make a simple LinkedList class for a project. I believe everything is coded just fine it's...
Results 1 to 3 of 3