Recent content by Joshua_143

  1. J

    C++ Help on Linked List

    can you at least compile the code on your system and see if it works
  2. J

    C++ Help on Linked List

    So i wrote a program which take 2 linked lists and merges them but for some reason it does not work!!!! it gets complied 0 ERRORS 0 WARNINGS but for some reason (logical i think) it does not merge properly #include <iostream> #include <iomanip> #include <conio.h> using namespace std; class...