• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm RINA23

    I like cheese! Welcome to Daniweb.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm RINA23

    I really like programming!
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to restrict input?

    If this was code for our office or assignment it gets a failing grade due to no commenting. Sure you have one lonely comment on line 23 but then you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to restrict input?

    Hello, could anyone help me how can I make so the user could only enter numbers between 0...9 and letters a...f (A...F) on input? I have a code like this …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm cesar.perezj989

    In the news are flash mobs that skip the check out counter. "Retail" is about to change forever.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm cesar.perezj989

    Working part-time as a cashier at the Piggly Wiggly has given me a great opportunity to observe human behavior. Sometimes I think of the shoppers as white rats in a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Key Press script?? just curious

    I can't write code for the above since it's too vague but AHK scripting is easy. One only has to apply oneself for a few minutes.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Key Press script?? just curious

    While you can search for such, I'm using AutoHotKey to do this. I see no reason to burden myself with Javascript or c++.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Key Press script?? just curious

    Hey, so I'm still very new at programming/coding and for fun, I wanna make some sort of script. For a offline fighting game. So let's say I press one key, …
  • Member Avatar for rproffitt
    rproffitt

    Undeleted a Post in cant solve this error (cannot convert double to float)

    Besides the poor and failed code formatting you omitted what line has the error. Also, double is a valid floating point type. > Double: The C++ double is also a …
  • Member Avatar for rproffitt
    rproffitt

    Deleted a Post in cant solve this error (cannot convert double to float)

    Besides the poor and failed code formatting you omitted what line has the error. Also, double is a valid floating point type. > Double: The C++ double is also a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in cant solve this error (cannot convert double to float)

    Besides the poor and failed code formatting you omitted what line has the error. Also, double is a valid floating point type. > Double: The C++ double is also a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching cant solve this error (cannot convert double to float)

    using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerMovement : MonoBehaviour public CharacterController characterController; public float speed = 5f; public float gravity = -9.81; public Transform groundCheck; public float sphereRadius …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in My site has disappeared from Google on mobile searches only

    > My buddy is telling me his search results change from PC with Chrome to iOS and Safari. Safari is an Apple thing so filtering can happen. This can happen …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Program in Visual Studio that takes a Numerical Value & Translates to Word

    Why do this in 3 systems? I see Access, VB.Net and VB6 (which is dead now.) Here's the usual solution: http://www.vb-helper.com/howto_net_number_to_words.html
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Program in Visual Studio that takes a Numerical Value & Translates to Word

    Hello, I have a project in Visual Studio where I have to create an application that takes a numerical value below 10000 in a textbox and translates it into word …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What's the ebst programming language for commerce functions?

    What is EBST? "EBST, Educational Broadcasting Services Trust (UK). EBST, Elevated Body Swing Test. EBST, Environmental Baseline Survey for Transfer (various locations)" and other definitions but I couldn't find EBST …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What's the ebst programming language for commerce functions?

    Any programming language or software that can help in database design and manipulation
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Is it safe to format C drive if default folders are moved in E partition?

    My suggestion is to install the free version of Macrium and take a complete image of your C partition. Also create bootable recovery media (a small USB memory stick) using …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Ecommerce Web Design

    For me it's because: 1. Didn't have what I wanted. 2. Poor support/return policies. Some sites are just interesting in selling their imported c_ap. 3. Poor or missing product documentation. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Ecommerce Web Design

    What is Important to Ecommerce Web Design? Why do people often leave sites without buying?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is it safe to format C drive if default folders are moved in E partition?

    If there are no backups, it's not safe enough. As the other have said before: > No backup, no data. > We only lose what we don't backup. My take …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Is it safe to format C drive if default folders are moved in E partition?

    Hello I have moved Windows 10 default created folders like "Documents", "Music", "Pictures" etc. to my E partition, and would like to know whether I can safely format the C …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in VB6 sample code

    Short answer: Add a line of code for each file you want to add to that email.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching VB6 sample code

    Hi Guys, I am using Visual-Basic-6 The below code works fine to attach a single file into mail. objMail.attachments.Add ("C:\Zim Suite\Requests\" + Text1 + "-" + Text2 + "-" + …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Xozz in Preventing Teams from starting up while Windows starts up

    I don't know much about Teams. We use it in our housing to arrange meetings. Maybe this information can help.. desktop-d01c3e7c-a3c4-4f5c-8249-6d0620b7d08b Error code - There's a more permanent way to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Preventing Teams from starting up while Windows starts up

    Are you reporting the usual fixes fail you? I used your topic title for a Google search and I can't improve on the answers so far. Maybe your PC is …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Preventing Teams from starting up while Windows starts up

    Hello. Can you tell me how to disable Teams from starting up while windows starts up? Thank you
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to nextsmm in c programming description

    It's a language that a computer understands, also it is a general-purpose language. This language is quite old and mostly serves specific niches
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why cls slow down speed

    Why using acronyms, character case is important as well as subject. You can guess how acronyms are often a cause of miscommunication. I try to avoid them or define them …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in strings only differ in one bit

    That's a poor software specification. I would return to who wrote this for greater detail.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching strings only differ in one bit

    how to implement a python function that output 1000 strings that are very similar (only differ in one bit)?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why cls slow down speed

    What is "cls"? From memory it's the clearscreen command found in old TRS-80 Basic.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Why cls slow down speed

    One of my client's micro <link snipped> site has some cls issues and that's why it has a slow response on mobiles. How can we resolve cls issues.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Blockchain: The Future of Technology?

    To the question, no. My question to you is: What is a traditional database? I've been around databases since the punch card days.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Blockchain: The Future of Technology?

    Do you think blockchain will replace the traditional database
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in c programming description

    I'd keep it simple. Such as "It's a computer language. For humans they have their language and computers have theirs as well."
  • Member Avatar for rproffitt
    rproffitt

    Began Watching c programming description

    How would you describe c programming to a person that does not know anything about computers?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Error with Day Function

    That line with As Integer may fail for reasons such as strict is on or what's in the textbox is out of range (emits Type Mismatch.) You omitted what error …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Error with Day Function

    Hi all. I have this code and it is correct. Dim logDayName As String = WeekdayName(Weekday(LogDateTextBox.Text)) Dim logMonthName As String = MonthName(Month(LogDateTextBox.Text)) The following code is an error on the …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Schol-R-LEA in Guys i really need help with this assignment as im really out of ideas

    If I might be blunt: what *idiot* taught you to use `goto` like that? The `goto` statement and labels do have some legitimate uses. These are not those. It is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gauss seidel method to java code

    While you didn't tell much, I did find https://genius.com/Fitz-and-the-tantrums-i-need-help-lyrics amusing. Maybe you need a canned piece of code? Let's find that! https://stackoverflow.com/questions/29422310/gauss-seidel-method appears to have a good implementation in the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Gauss seidel method to java code

    I need help
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jwenting in Can someone help me make this code into an Object oriented C++ project?

    sit down and think about what you want to do, what the program's structure will be as an object oriented system. Don't just mindlessly start coding. And that includes homework …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Guys i really need help with this assignment as im really out of ideas

    I'd be guessing here that the current output spacing is a little off. Please state what is wrong with the current output.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Sobel operator and pseudo color

    I don't see any questions here. If you want to do this, do this.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Sobel operator and pseudo color

    i want write a code in C without using OpenCV library to code a Sobel operator to calculate the magnitude and direction of the gradient of an image then use …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Guys i really need help with this assignment as im really out of ideas

    Without a design, this code might be reverse engineered which is asking a lot. When I need help I have to supply a mimimum viable example of the issue and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Guys i really need help with this assignment as im really out of ideas

    My thought here is you have coded before your design was complete. Your code doesn't reveal your design without reverse engineering. Did you create your data and design document and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Guys i really need help with this assignment as im really out of ideas

    Good day everyone. My assignment is to create a point of sale system for a bakery shop. I have done all the coding up to the part when i have …

The End.