• Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in "All I want for Christmas 2019."

    1. No more Trump(s) 1. Media that doesn't pretend there are two sides to every story for fear of being called biased (as if there is anything wrong with being …
  • Member Avatar for rproffitt
    rproffitt

    Created "All I want for Christmas 2019."

    1. No more robocalls. 2. A CyberTrk. May have to wait. 3. A good shawarma for lunch. 4. A new Daniweb home/top page.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching "All I want for Christmas 2019."

    1. No more robocalls. 2. A CyberTrk. May have to wait. 3. A good shawarma for lunch. 4. A new Daniweb home/top page.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in searching result Print vb.Net

    Your request is unclear and you didn't share your code so far with what error you received. If this is a request to write your app for you be sure …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching searching result Print vb.Net

    Help me , Search data with dataGuidViewer and print that searching result (vb.Net). I am try verious Code thous are found youtube, but it not work...... Please Help me VB.Net …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Get the total of the same name on Datagridview

    Generic answer: Iterate over the table shown and total up what you want then display as you wish. There are thousands of discussions about picking up what's in that table …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Get the total of the same name on Datagridview

    ![net.jpg](/attachments/large/4/7ba3189ab11bd153b391c468177113e9.jpg) Please help how to code this on vb.net with SQL server database
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to change source coding to OOP C ++ Using I / O fstream

    If this was mine I'd step back to see what this code does and then write it in the language and methods of my choice. As I read through your …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to change source coding to OOP C ++ Using I / O fstream

    I have a lecture is there anyone who can help me to change the source coding below to OOP C ++ I / O which uses #include <fstream> so that …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++ Progamming Restaurant

    While you didn't show your work, no manager would limit themselves to C++. Today if I were to do this I'd not code up this in C++ but create a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C++ Progamming Restaurant

    Assume that you are the manager of a restaurant. Create an interactive program that allows you to manage the order from your customers and compute your daily sales. First create …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to tihorsonawane in The Role of AI In Digital Marketing

    Helps You Understand Your Audience Better: AI can analyze statistics to effortlessly are expecting the shopping for behaviors and choices of your target customers. Improves User Experience: You can use …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in python Template strings with UTF8

    I'm not absolutely sure that line 6 with ZXC is a unicode string. It might need to be prefixed with the letter u as this example: `ZXC = u"m’a réveillé"`
  • Member Avatar for rproffitt
    rproffitt

    Began Watching python Template strings with UTF8

    Hello, Please i need help with python 2.7 i use "from string import Template" and there error with Unicode if i print the string without Template working good and if …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in converting C++ program to C program

    What is stopping you? Also, why do this since C++ compilers are good to go on almost every OS.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching converting C++ program to C program

    #include<iostream> #include<string> using namespace std; class stack { string item; int top; public: stack() { top=-1; } void push(char ch) { top++; item[top]=ch; } char pop() { char ele; if(isempty()) …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Copy paste link should get redirected to home page.

    You seem to have forgetten to share code, links and more. Pretty much like you went to the Ford repair shop but you own a Tesla but didn't bring the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Copy paste link should get redirected to home page.

    Hi, I am developing a webpage using servlets.The main page, with simple sing-up and sign-in form along with forgot password. So when i try to reset my password password-reset link, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I have a problem with the last text.It dosen't appere

    That's nearly 100 lines of code, and I don't see "last" or "text" so you'll have to point out what text you are asking about along with the line number.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I have a problem with the last text.It dosen't appere

    This is my code. #include "pch.h" #include <iostream> #include <Windows.h> #include <string> #include <ctime> #include <fstream> using namespace std; std::string AppName = "League of Legends"; LPCSTR LAppWindow = "Riot Client"; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Testing RAM Sticks

    > I need some help in understanding how bad RAM affects the performance of good RAM. In a classic PC design the RAM shares a lot of signals. Data and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Testing RAM Sticks

    No real need to do that. However you can alert it to be removed and editing is limited to the first 30 minutes (from memory.)
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Abdallaselim77 in honestly can you help me converting this c++ code to Python3 code?

    MyMainWindow::createUI() { label = new QLabel("foo"); button = new QPushButton("Browse"); connect(button, SIGNAL(clicked()), SLOT(browse())); layout = new QHorizontalLayout(); layout->addWidget(label); layout->addWidget(button); setLayout(layout); } void MyMainWindow::browse() { QString directory = QFileDialog::getExistingDirectory(this, tr("Find Files"), …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching honestly can you help me converting this c++ code to Python3 code?

    MyMainWindow::createUI() { label = new QLabel("foo"); button = new QPushButton("Browse"); connect(button, SIGNAL(clicked()), SLOT(browse())); layout = new QHorizontalLayout(); layout->addWidget(label); layout->addWidget(button); setLayout(layout); } void MyMainWindow::browse() { QString directory = QFileDialog::getExistingDirectory(this, tr("Find Files"), …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Testing RAM Sticks

    Light bulbs work differently so it's not a good analogy. Maybe a chain is a better one as one bad link and the chain fails to do its job. I've …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Testing RAM Sticks

    HP 8200 Elite SSF Windows 10 pro 1909 I suddenly developed boot issues. The monitor stayed black but the power supply fan would run. After about a full minute, the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can you get a software job right out of college without an internship?

    Your college jobs office. https://www.google.com/search?q=freelance+jobs+near+me etc. YOU must get out there. These jobs rarely land in your lap unless you were a Rockefeller or Trump.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in why might my program output like this? file I/O

    > file contains this: >Doe Suzie,100,95,85,100,70,65,100,95,70,96 That looks like a CSV file to me. But everyone starts somewhere. That is, the file extension might be .DAT or .CSV but does …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in why might my program output like this? file I/O

    Just so you know, I didn't write a word about your idea to use a stream directly to your variables. That looks broken from the get go. Why not get …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in why might my program output like this? file I/O

    "its basically not puting anything in my instream after a certain point" So it works for a few lines? Or breaks on the first attempt? I have to repeat that …
  • Member Avatar for rproffitt
    rproffitt

    Revoked Solved Status for why might my program output like this? file I/O

    // MajorProJectMB.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include<cstring> #include<fstream> #include<iostream> #include<string> #include <iomanip> #include <cstdlib> #include <string> using std::ifstream; using std::ofstream; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in why might my program output like this? file I/O

    So why not break on line 34 and see how it's working out? I will not start a project in VS just for this as you have it and only …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in why might my program output like this? file I/O

    You have over 100 lines of uncommented code. There may be files involved. Why not use a nice IDE you can debug in? I'm running into students that attempt to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching why might my program output like this? file I/O

    // MajorProJectMB.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include<cstring> #include<fstream> #include<iostream> #include<string> #include <iomanip> #include <cstdlib> #include <string> using std::ifstream; using std::ofstream; …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to misstj555 in Read and write files in C++. Not allowing user input

    So your saying that it is skipping some white spaces so I need a way to delete some white spaces? May be I don't understand what you mean. Also, I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Read and write files in C++. Not allowing user input

    For line 28, try another way such as noted at http://www.cplusplus.com/reference/istream/istream/getline/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Read and write files in C++. Not allowing user input

    Hi. I was trying to figure out how to read and write files in C++. To understand it better I wrote this code on "codepile.com": https://www.codepile.net/pile/WDPkzrep. What it does is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in my browser title is not working

    Time to fix your profile by adding your blog and more so folk can find and know more about you. As to the browser title, that's something specific to your …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching my browser title is not working

    Hi i am trying to view my blog or post in detail description at that time my browser title shows %page_title%, But it has to show my blog or post …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to FrensisUilyam in Is SEO in danger of becoming extinct?

    Website owners have long been scared that SEO is dying. But this is not so.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Javascript - form submission write a string to the next page?

    @rodney, your choice for no server so there will be consequences. As to the page being static I disagree. You pass along what you want via the URL (a common …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can you get a software job right out of college without an internship?

    As to the work of freelance, IT or such. It relates because there are many skills to pick up beyond the tech. Sometimes a new grad doesn't get that.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to DGPickett in Can someone help me with this?

    Hash tables are containers. Hashing creates an integer from other types, usually the characters of a key, where it represents the values and positions of those characters. One divides the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in JavaScript Object Comparison

    Because obj1 and obj2 do not refer to the same object. Here's a nice tutorial where "Method 1" calls this out. https://www.geeksforgeeks.org/java-equals-compareto-equalsignorecase-and-compare/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching JavaScript Object Comparison

    $(document).ready(function(){ var obj1 = { } var obj2 = { } if(obj1 === obj2) { alert('true'); } else { alert('False'); } }); Why if(obj1 == obj2) returns false eventhough obj1 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in The image is not showing up. Any helpful advice?

    Can you clear up which line that you feel should show an image and does not? I might guess the line with Grass.jpg but as others replied "There is a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching The image is not showing up. Any helpful advice?

    # Class 1 # import java.awt.Canvas; import java.awt.Color; import java.awt.image.BufferStrategy; import java.awt.Graphics; import java.lang.Runnable; import java.lang.Thread; import javax.swing.JFrame; import java.awt.image.BufferedImage; import javax.imageio.ImageIO; import java.io.IOException; public class Game extends JFrame implements …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Information about GUI in C++. Do people use C++ for GUI applications????

    Since the base C++ as we know it libraries are not about the GUI you have to decide which OS and library you want to use. Or if you are …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Information about GUI in C++. Do people use C++ for GUI applications????

    Hi. I wanted to create a GUI application with C++ as a personal project. I am using that because I have done a lot of GUI personal projects in Java …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How AR Will Change Digital Marketing

    So you think Minority Report is the future or marketing?

The End.