Archive

Hi,

I have taken an assignment on C++ which at first glance looked very simple. Just multiply 2 numbers! The teacher smiled at me. But now I realized why!

The numbers I have to handle are more than 30 digits. So I won’t be able to just use * !

Looks like I am in big trouble. How do I do such big number multiplication in C++.

Read more

 

Hi there,

I am experiencing a very frustrating issue concerning my Yahoo Messenger program. I have been using this application for many years and I have not encountered an irritating issue as this. The issue I am facing now is that I cannot sign-in to my Yahoo account using the Yahoo Messenger app. Whenever I tried to log into it, the trouble shooting dialogue appears for a few seconds and then disappears.

To handle this issue: First, I tried a totally un-installation and re-installation of Yahoo Messenger. Yet, still I cannot log in. Second, I installed the new version of it, but...

Read more

Hi there,

I am learning coding in C++. I would like to start, by making a full functional calculator.  All of them are pretty done but I want some more options which are present in a scientific calculator, like binary calculation.  I don't see any function for this. So I guess I have to make one.

I have been trying to add the binary to decimal conversion. I know that the basic process is:

But how do I take the digits 1 at a time.  Should I take the binary number as a string...

Read more

Hello Everyone,

I have created a connected graph, where each node represents some fact. The centre is the point of start. You may think of it as a mind map. I want to search the map in a Depth First Manner. I understand the concept but don't know how to apply it. Here is a pseudocode

dfs(vertex v)
    {  
  visit(v);
    for each neighbour w of v
        if w is unvisited
        {
        dfs(w);
        add edge vw to tree T
        }

   }


I am really confused on...

Read more

Hi,

I am doing some analytical program in C++ involving a lot of prime numbers. I don't think checking a number every time, whether it is prime or not would be a good idea.

So I just thought that if I could pre generate all the prime numbers in a list.

But it is taking too much. Time.

vector<int> prmn;
For (int i=2; I<100000; ++i)
If (isprime (I)) {
prmn.push_back(i);
}

Almost 4-5 second. I hate to find it upto 1000,000.

Is there any better way?

Read more

I have a serious issue that my Task Manager is not working.

Every time I press, alt+ctrl+delete the message appears that, “Task Manager is disabled by Administrator”. Guide me to solve this issue.

I am waiting for the response.

Read more

I'm now frustrated with this problem in Yahoo Messenger Client! I've been using this app for many years and I just met this weird issue. I logged in and the a trouble shooter dialog box appeared for a second only and lost, "how will I know my problem?" :(

I already tried clean uninstalling and installed a new version, but still I can't log in. There's nothing wrong with my account, I can even sign-in to Yahoomail and messenger and it works fine. So I changed my password,...

Read more

Hi everyone!

I am having a monitor problem! Actually I was using it and suddenly my computer  freeze up, so I tried waiting it for a few minute and hope it will run smoothly but nothing happened.

I restarted it, but then the monitor is not getting a signal then I tried to open the other side of the CPU case and as I see everything works fine. And tried checking the components, fans spin and the HDD is running, it's just that the monitor displays nothing. I tried solving it using other monitors, video cards, unplugged RAM and interchange it,...

Read more

Hay,

        I have IBM PC and I am become the victim of damaged power supply. The issue I have with my PC’s power supply is that my power supply is not working. Whereas, when I had turned off my PC last time there was no problem but when I came back I came to know that my PC is not working at all.

To solve this issue I first of all took off the side panel of my PC to see if my motherboard was getting power or not, My PC’s fans are not working and...

Read more

Hello dear,

I am using Microsoft windows XP and I am having an issue with my hard disk drive. The problem I am facing is that my hard disk drive is not working well and my hard disk speed is very much slow than usual.

When ever I want to access the my computer, it take very much longer than usual and even if I open a folder it take almost two to three minutes to open. Moreover I am facing the issue of slow programs loading mean my programs like instant chat messengers and web browsers are also...

Read more