• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++ Bank account

    Why simplify? As a new coder you would solve the problem using what you taught so far. Also, watch https://www.codeproject.com/Questions/1227669/answer.aspx If your code is just broken, then share what line …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C++ Bank account

    So i made this bank account, i would like to display the total intrest and total balance i have been struggaling with it as i am a beginner to c++ …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to oladiran in My Acer desktop computer won't power up, CD-ROM lights up

    So sorry for my late response, I finally got the model it's an Acer Veriton M265. The problem was a bad psu leg. I got it fixed by a computer …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to oladiran in My Acer desktop computer won't power up, CD-ROM lights up

    So sorry for my late response, I finally got the model it's an Acer Veriton M265. The problem was a bad psu leg. I got it fixed by a computer …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in dfs

    Looks too similar to https://www.daniweb.com/programming/software-development/threads/515486/dfs#post2238127 May have to tell more.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching dfs

    import java.util.ArrayList; import java.io.*; import java.util.*; import java.util.Graph; public class Graph { public int[][] adjMatrix;//Edges will be represented as adjacency Matrix int size; } public Graph(int size) { adjMat = …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Converting from 32-bt to 64-bit in C

    When I have to track this problem done I focus on one resulting value at a time. So take the result, just one and add printf's as needed to see …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Converting from 32-bt to 64-bit in C

    Hello, my name is John McPherson, and I write C code for the U.S. Department of Labor. I am in the process of converting C code for a lot states …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Converting from 32-bt to 64-bit in C

    I can't say anything useful without knowing the declared types of the variables in the missing include files. The variable names are terse and cryptic (ky, kky, etc.) and the …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to nullptr in How to debug a WndProc function with multiple dynamic listviews ?

    Check your spelling on line 4, it should be `WM_NOTIFY`
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to happygeek in DVD/CD Drive doesn't recognize inserted discs

    You still using Windows XP then David? TThat would be your problem, right there. Take your own advice, install a new operating system - Windows 10 for example...
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How big are Windows 10 updates?

    This was kicked around a bit but your numbers are in the ballpark.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How big are Windows 10 updates?

    I'm asking this question in the context of a satellite internet service with expensive download limits... If you just accept all the recommended updates for Windows 10 (creator's update, security …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to happygeek in Where can I find list of all 5160 names of Indian cities by district?

    Seriously? I found this by visiting the **first** result for the Google search I posted: http://censusindia.gov.in/Tables_Published/Admin_Units/admin.html
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pascal reading CSV and assigning to fields in a 3rd party program

    Got your DM. You are expecting me to reverse engineer this which is fine but may not get you many takers. Explain where you think it fails.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pascal reading CSV and assigning to fields in a 3rd party program

    I take it you elected to dump more code and hope. Read the link again and try to avoid "it doesn't work" posts. I can't tell what it is supposed …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pascal reading CSV and assigning to fields in a 3rd party program

    I read your post but the code doesn't clearly tell me what it does. My guess is it's code imcomplete. Take time to read the next link on how to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Pascal reading CSV and assigning to fields in a 3rd party program

    I have a pascal script, which basically pushes information into a 3rd party system. I have an excel macro written, which saves raw data into a CSV file, which I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Get textbox data without POST or GET calls

    @AssertNull, I think the concept Mr.M is working on smells like a bad thing because either they didn't present it well or it is just someone trying to be underhanded …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Get textbox data without POST or GET calls

    This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Packet Sniffing which only captures IP address, Packets used and URL

    Wireshark would not be a basis for this since even with a pair of WAPs (you are a network thesis writer so I'll use common acronymns) you won't get packet …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Packet Sniffing which only captures IP address, Packets used and URL

    Gud day geeks! This is intended for my thesis! We are creating our own Computer laboratory management with network monitoring system from the computer laboratory users. I would like to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Python countdown time in weeks and days

    So something like http://www.corteil.co.uk/Blog/raspberry-pi/raspberry-pi-birthday-countdown/ It appears this is a common thing. maybe a few dozen to hundreds out there.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Python countdown time in weeks and days

    I'm making a device that will display the weeks and days until a specific date (in this case my wifes maternity leave start). I am using a Raspberry Pi with …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Printer installation from 32 to 64 bit Windows 7

    @Sinda. Don't bury your new question in 4 year old posts. Make your own. Do not leave out details like the cart isn't from HP and the printer is 10 …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Printer installation from 32 to 64 bit Windows 7

    Hi I am unable to complete an installation of an Officejet 6000 inkjet printer on a home network Dell 690 workstation running . Windows 7 Ultimate 64 bit workstation. The …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Subscript out of range

    OK, let's run your VB.net app in Visual Studio. Not the .EXE but the source. Visual Studio has a community version so it's not like you don't have access to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Subscript out of range

    I have a vb based software which is very old running on sql server 2000. When I tried to take a report, it says "runtime error 9 Subscript is aout …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in D drive was deleted

    Are you asking how to make the drive visible again as D? Or are you asking how to recover the files from the deleted drive? If you just deleted the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in laptop shuts down when plug into charging

    At 3.5 years the battery can get weird. Can you reveal, find out and share what the battery health looks like? Nod to batterybar. The free one.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching laptop shuts down when plug into charging

    I have a Dell Inspiron 7000 series laptop. When the battery is low and as soon as i plug it into charging the laptop starts the shutdown process. The laptop …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My Acer desktop computer won't power up, CD-ROM lights up

    Sadly if the PC is void of make and model you likely have some clone. Something made of parts from many vendors. So it's time to get out the Volt …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to store checked box API values and display in <span> html element

    Again you write about an API but didn't call it out. Also you write about a Faculty Lecture stored in the API yet again, no mention of the API name …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My Acer desktop computer won't power up, CD-ROM lights up

    Did you inspect the insides for all the fans coming on at power up? Did you get out a Volt meter (remember this is a basic item when you repair …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching My Acer desktop computer won't power up, CD-ROM lights up

    Hello, I was playing a game on my PC (NFS Most wanted) when I heard a fan starting up noisily. All of a sudden the system tripped off. When I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to store checked box API values and display in <span> html element

    You wrote API a few times but didn't call out what API you are working with. To me, JavaScript is just that but not an API. So tell more. Also …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to store checked box API values and display in <span> html element

    I need assistance in storing checkbox API values. I have multiple checkboxes and I can display API values in html when checkbox is checked. But how do I store the initial value …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in storing checkbox value in database

    You may have passed up all those prior discussions here. -> https://www.daniweb.com/search/index?q=storing%20checkbox%20value%20in%20database
  • Member Avatar for rproffitt
    rproffitt

    Began Watching storing checkbox value in database

    I want to store multiple checkboxe values in my sql database. I am using jsp as front end.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in help for i/o in c

    Absolutely. Parsing text is something covered in most C and other courses. Here's a tutorial. https://www.codingunit.com/c-tutorial-searching-for-strings-in-a-text-file
  • Member Avatar for rproffitt
    rproffitt

    Began Watching help for i/o in c

    i have a file .txt with some variables printed for a c program. Precedente lettura: 7129.00 m3 Attuale lettura: 7288.00 m3 Totale Generale: 159.00 m3 Lettura Carmen: 2597.00 m3 Consumo …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in MySQL Syntax Error

    To find this on my own I reduce the lines by half and see if the error is still there. If still there, I halve again until no errors. This …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching MySQL Syntax Error

    I got a syntax error flag in my "users" database table, but can't figure the issue out. Please, I need your help. The following is the error message: Error SQL …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jwenting in Volunteer/Amature Web Developers needed.

    So you want people without practical experience to build you something for free which you then sell, after which you may give them some money if you make enough of …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Volunteer/Amature Web Developers needed.

    > EIQ Studio's In English there is no apostophe in the plural "Studios". Not a good start. Is this a) a scam b) wishful thinking by some teenager in his/her …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Kevin_32 in Which laptop to buy?

    Hi there, Well, of course it would be better if you could get a better deal then $400, but anyways here is an article that might be helpful for your …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Creating a python game? redlight greenlight

    Wait, why does your post look exactly like https://www.chegg.com/homework-help/questions-and-answers/python-code-game-resembles-123-redlight-green-light-game-person-starts-curator-stands-end--q26277112 I wonder how you got this far in the course to hit this task. Did you happen to ask folk to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Creating a python game? redlight greenlight

    A person starts out as the "Curator" and stands at the end of a field. Everyone else playing stands at the far end (distance depends upon playing area selected). The …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in bios setup not open

    It appears the Compaq V1000 is not a model you can reset the password with the usual tricks of removing the battery or such. Contact HP to find out what …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to Reduce Qty from Stock Table when Sales qty using vb.net and sql

    Yes, M. Before you write an app to interact with a SQL server you would have learned to use a SQL command line to practice with. Maybe you skipped an …

The End.