Recent content by Joshua_143

  1. J

    CPU temp Problem

  2. J

    CPU temp Problem

  3. J

    CPU temp Problem

    The problem just started today. I didn't change any software or hardware settings. When I start my computer the temperature reaches 80° even when I'm not using the computer it literally is on idle no CPU usage and the temperature will reach 80° the fan spins at full speed but still there is no...
  4. J

    Enable CPU cores on a quad core CPU

    Today I had to disable 2 of my CPU cores due to some software problem.The software didn't like 4 cores for some reason.So i disable my cores by run>msconfig>boot>advance option>no of processors = 2. But now i want to Enable all of my cores back so i did the same thing but now in the drop down...
  5. J

    C++ Help on Linked List

    can you at least compile the code on your system and see if it works
  6. 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...