Questions Solved
I've reinstalled Windows 7 Ultimate (32bit) recently, and once I had everything set up (additional apps, preferences, etc.). I found out about a new problem with the PC Suite software. Once I try to connect the phone (Vivaz Pro) via USB (in PC Suite mode), Windows immediately recognizes the device (and the phone starts charging), but PC Suite says "device couldn't be recognized".
- 2645 views
- 2 answers
- 23 votes
Whenever I insert a blank CD-Rom.
Windows Vista asks me what type of a CD to create.
Why is this ?
- 915 views
- 9 answers
- 23 votes
How to group data by month when using a date time column in MySQL? I want to produce a report, to group the results by month. The table has a column for which the data type is DateTime. How to use it, to get the results by month?
- 2049 views
- 8 answers
- 24 votes
I had this problem since the other day and still looking for ways to solve this. I hope I came into the right site to give me a good advice with my problem.
- 1597 views
- 3 answers
- 23 votes
Hi,
I am using Microsoft windows XP sp2. I am having a wired problem with my mouse. I have a laser USB mouse which is not working properly anymore. Actually, yesterday I was using my PC and suddenly it turned off because power was gone. Before that each and every hardware component of my PC was working fine but after that when I turned-on it there was a problem popping-up in the task bar that my USB mouse device is not working properly.
- 1026 views
- 3 answers
- 25 votes
Hello everyone,
I am having a hardware problem. I have an issue with my monitor and the issue is that, my monitor is not displaying the output. In-fact I was using my monitor and all of a sudden my PC was jammed.
I waited for a while, hoping that my PC will run smoothly again, but it didn’t work. For that, I restarted my computer to fix the issue but then my monitor was not working.
- 1397 views
- 3 answers
- 25 votes
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++.
- 1882 views
- 6 answers
- 24 votes
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.
- 6899 views
- 4 answers
- 27 votes
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 or by integer? Please help.
- 1073 views
- 7 answers
- 23 votes
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
}
- 1277 views
- 8 answers
- 23 votes