• Member Avatar for DavidB
    DavidB

    Replied To a Post in Hey There! :-)

    Hello, Siphokazi. Welcome to the DaniWeb forums. We are glad you joined us. These forums are an excellent resource: lots of good information and many knowledgeable members here. It is …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Use of URL shortener's considered as SPAM or not ??

    The use of a URL Shortener, by itself, is not spam. It is used for many legitimate purposes (e.g. - in Twitter, to keep tweets within the 140 character limit). …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in How to add Blog in alltop?

    Have you successfully submitted the feed to other outlets? If so, then I think the feed is fine. In this case, you should contact Alltop and ask if they are …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Help me about the forum issue.

    Hello, Zubaer. You found one of them here. Welcome to Daniweb. Besides Daniweb, there are many others, but it would help to have more specific information. For example, exactly what …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in tutorial

    Hi, Anderson. For video tutorials, I recommend you do some searches on YouTube; you can find video tutorials for just about anything there. Once you have some code started, you …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Creating blogsite

    Hmmnn... usually somebody planning to start a blog already has ideas. They are passionate about something and can't wait to start writing. Search for your favorite topics to get ideas. …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in LinkedIn Question: How to go to Page Bottom?

    A follow-up to this question and then I will mark it "Solved." Apparently, there is no quick and easy way to get to the bottom of a LinkedIn page that …
  • Member Avatar for DavidB
    DavidB

    Marked Solved Status for LinkedIn Question: How to go to Page Bottom?

    I have been spending a lot of time on LinkedIn lately and one feature I find annoying is the infinite scroll. I simply want to learn more about some companies: …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in blogger - show description as well as meta tag description

    Hmmn... I am not clear what is happening. I have a blog on Blogger (see my Profile) and it displays the Description as expected. Under the name of my blog, …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Version Control

    Lots of good information being exchanged in this thread. I hadn't looked too deeply into version control before; the closest I have come to it was using Tortoise SVN on …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Random number

    Hi, "chubbyy.putto." (Perhaps you could include at least your first name in your Profile, so we can address you with a proper name instead of your forum handle.) Did you …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Visual Studio 2013 Question: How to Watch all Array Entries?

    Okay, I have played around with it a little more. The fact that the arrays are global seems to be affecting the behaviour. All arrays declared local to the function, …
  • Member Avatar for DavidB
    DavidB

    Marked Solved Status for Visual Studio 2013 Question: How to Watch all Array Entries?

    I am trying to use Visual Studio's debugging features more effectively; I certainly do not know all its ins and outs. At the moment, I would like to quickly see …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Visual Studio 2013 Question: How to Watch all Array Entries?

    AD: Do you mean in the Watch Window? That is what I would like to do, and what I tried to do (see the image attached to my first post). …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in tokenizing

    Hello, Jeanette. Welcome to the DaniWeb forums. Maligayang pagdating. Kamusta ka? These forums are an excellent resource: lots of good information and many knowledgeable members here. I am sure all …
  • Member Avatar for DavidB
    DavidB

    Edited Visual Studio 2013 Question: How to Watch all Array Entries?

    I am trying to use Visual Studio's debugging features more effectively; I certainly do not know all its ins and outs. At the moment, I would like to quickly see …
  • Member Avatar for DavidB
    DavidB

    Created Visual Studio 2013 Question: How to Watch all Array Entries?

    I am trying to use Visual Studio's debugging features more effectively; I certainly do not know all its ins and outs. At the moment, I would like to quickly see …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in NEW C++ PROGRAMMER

    Hello, Edwin. Welcome to the DaniWeb forums. We are glad you joined us. These forums are an excellent resource: lots of good information and many knowledgeable members here. It is …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Loop unrolling in matmul

    Actually, on line 2 in my post just above, I think the loop index should have started at **remainder**, since the first few entries were done in the step just …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Brute force

    If the password is maximum four letters long, you won't need an infinite loop. I think a combination of four variables can be arranged, at most, 4! times: `4! = …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Loop unrolling in matmul

    Have you decided what number you are going to use to unroll the loop? For example, are you going to unroll 5 loops at a time? 7 loops at a …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Imaginary Number Calculation

    You should check to see if the discriminant is negative *before* calculating x1 and x2. And if you want to deal with possible imaginary components of results, you will need …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Jokes

    If you want a laugh, and don't mind some potty humour, some of the reviews on Amazon are pretty funny too. Here is a link I received from a member …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in While Loops

    I haven't gone through this code thoroughly, but a couple things caught my eye. First, does this program compile? If so, what is it doing wrong? I don't think you …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Google Analytics

    I am not clear what you are asking. Are you asking if you can add the Google Analytics (GA) code multiple times to the same page? You probably could, but …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in average(help)

    Could you be a little more specific please? What is going wrong? Does your program not compile? Does it compile but not execute correctly? Are you asking about a logic …
  • Member Avatar for DavidB
    DavidB

    Created LinkedIn Question: How to go to Page Bottom?

    I have been spending a lot of time on LinkedIn lately and one feature I find annoying is the infinite scroll. I simply want to learn more about some companies: …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Global Variable not the Same as Local Variable

    You are passing by value to this function. So the value (1200) gets passed into the function, not the actual variable. The function does not perform any manipulations on the …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in isass.exe sasser worm virus has taken over my moms computer

    It would get rid of the virus, but reformating your computer is a pretty drastic step to take just to get rid of one virus. Before taking such a step, …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in Salaam all :)

    Hello, Rasha Ali. Welcome to the DaniWeb forums. We are glad you joined us. These forums are an excellent resource: lots of good information and many knowledgeable members here. It …
  • Member Avatar for DavidB
    DavidB

    Replied To a Post in signs that your site has been hacked

    Hi, "Qqueen". Did you get your problem resolved? If not, what other steps have you taken to confirm one way or the other if your site has been hacked? What …

The End.