• Member Avatar for Reverend Jim
    Reverend Jim

    Edited {calculator program}

    Hi guys the problem I'm having is declaring the operand "op". How do you do that? #include <iostream> #include <stdlib.h> using std::cin; using std::cout; using std::endl; #include "expression.h" // include …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Some problem of me

    I use Macrium Reflect (free home edition) and I have it set to automatically do a full image of C: at the start of the month and a differential every …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Here's a thought. Assuming Trump is successfully impeached and removed from office, and further assuming that he can then be charged with federal crimes, the Democrats should ensure that those …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Based on the PMs I've been getting he is off the deep end. Considering that most of Trump's lies can be easily refuted by viewing actual video clips of Trump …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Python grade calculator

    For everything other than the first `if` use `elif`. For future posts, please use the code tool, `</>`, to insert code blocks.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Coin flip in python

    Please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    I am quite familiar with Matthew 24. If you are going to quote text, please restrict yourself to fact-based texts. If the sun should darken I might take it more …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    I had deleted the previous post for being completely out of touch with reality but I decided to undelete it as an example of how some people are utterly blinded …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Undeleted a Post in Trump

    I haven't checked in for a long time ... We are, for sure, living in the time, long foretold, of *Great Deception* ... see Matthew 24. The first thing I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Deleted a Post in Trump

    I haven't checked in for a long time ... We are, for sure, living in the time, long foretold, of *Great Deception* ... see Matthew 24. The first thing I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    The White House just announced that the impeachment process is illegitimate and it will not participate. Trump was talking about a coup. Looks like it just happened. Congratulations America. You …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in [Error] expected expression before '{' token

    I'm an old style c programmer. I thought arrays were passed by reference, in which case you pass just the address of the start of the array.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Programming help with adventure game room change function

    If you are going to define a class for a player then you should define a `changeroom` or `move` method within that class instead of making it an external def. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in [Error] expected expression before '{' token

    What are you trying to do? If you want to assign a value to `a[10]` you must specify only a single value. If you want to assign multiple values to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Can anyone recommend a free Android emulator for Windows 10

    My wife got a VeryfitPro fitness monitor for Christmas. I have the app loaded on my Android (6) phone and was hoping to install a companion app on my Windows …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What is the right way to do this

    The way I would do this is to make the tables more general. You have a table set up for a specific number of courses. If you need to add …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to ma14 in Unable to open a form in VB6 Project

    Simple working solution from https://www.dreamincode.net/forums/topic/86448-cant-view-form-design-view/ "At the right panel, right-click the form then **remove** it. and **then** right-click again on the folder, **Add>Add File**, browse where you have saved your …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Facebook has an ad policy that "prohibits ads that include claims debunked by third-party fact checkers". This was recently emended to specifically exclude political ads. Political ads can now out-and-out …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Code for a Hotel; to book into the hotel

    For future reference, `code snippet` is for posting a fully debugged and fully documented piece of code. `Discussion/question` is what you should have selected.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Code for a Hotel; to book into the hotel

    I want a calender to appear, making it so that the customer can chose the dates. #include <iostream> #include <string> #include <ctime> using namespace std; double SubTotal=0.00,Total=0.00, Dis=0.00, DisGCH=0.40, DisConf=0.15, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Code for a Hotel; to book into the hotel

    I want a calender to appear, making it so that the customer can chose the dates. #include <iostream> #include <string> #include <ctime> using namespace std; double SubTotal=0.00,Total=0.00, Dis=0.00, DisGCH=0.40, DisConf=0.15, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to DanielKeith in is web 2.0 is good?

    Yes, it is. Web 2.0 blog submission is one of the valuable contextual link building technique in off-page optimization. Web 2.0 has been the next generation of web and it …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Please help me to creating code for my images in LARAVEL

    Please help me to creating code for my images from form to public folder and retrieve it on my view trough database This is my form: <form = method="post" action="/saveform1" …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Please help me to creating code for my images in LARAVEL

    Please help me to creating code for my images from form to public folder and retrieve it on my view trough database This is my form: <form = method="post" action="/saveform1" …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Why won't it output Standard Deviation?

    I have tried to get the standard deviation, but it doesn't work. int[]scores = { 52, 69, 85, 98, 95, 76, 82, 83, 92, 87, 94, 68, 77, 45, 70, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Mysql/Mysqli conversion - Nothing in the PHP manual helps

    I changed this thread from `code snippet` to `discussion/question`. For future postings, `code snippet` is reserved for when you are posting a fully working and documented code snippet.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Mysql/Mysqli conversion - Nothing in the PHP manual helps

    I do not have a clue as to what the problem is with this code. I am running php 7.0. This was an old form I used long ago, decided …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Convert C++ code in C language

    Still not properly formatted. Copy your original code into the clipboard then click on `</>` in the toolbar to paste it into your post. As a further note, C/C++ uses …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Fare.java Kindly help me with this

    At least the OP used a Sharpie. As I recall, someone else like to use Sharpies. Hmmmm....
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Transparent and shaped windows

    Glad to see new blood. Please take a few minutes to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Convert C++ code in C language

    If you want help with code 1. post valid code (properly formatted) 1. take the time to explain what you want 1. if you have a specific problem please state …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Undeleted a Post in What do you mean when you say hacker?

    Absoultely! Legality depends on the scenario it about to happen, and permissions as well as access rights. If the hacking takes place under white hat i.e. test penetration activities how …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited How do I get rid of the pop up Apple to make changes?

    The “Apple Wants To Make Changes” pop-up is a social engineering scam that displays a fake alert stating that Apple wants to make changes to your device. However if you …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in hi Glad to be part of here

    I dont want to start an "I hate StackOverflow" discussion, but perhaps you could tell us what you don't like about SO that led you here.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Trump pretty much just stated that he would like to see the whistleblower executed as a spy. Anyone else find this troubling?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to miller78451245 in Random Facts

    9 unbelievable things which are not science fiction anymore Sunscreen pills – It is still in development, but some tests shows, that the pills are more effective than the traditional …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to Write a Sudoku GUI in Python/wxPython

    >great to get the hang of programming with the wxPython GUI. That's kind of the entire point of a tutorial.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited How to Write a Sudoku GUI in Python/wxPython

    Python-wxPython Tutorial This tutorial will take you through the basics of wxPython. ##Introduction: Let's face it. I am a dinosaur. I got my computer science degree in the mid 70s. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in how can i create a program without Windows Defender problems?

    My guess is that WD wouldn't be flagging it unless it had a signature matching a known virus. As I said before, typically UAC intercepts any attempts to write to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited python data science

    Machine learning is the science of getting computers to act without being explicitly programmed. machine learning has given us self-driving cars, practical speech recognition, effective web search, and a vastly …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in how can i create a program without Windows Defender problems?

    >But if I were to write in system folders then I bet WD would complain. That would result in a UAC popup rather than an alert/response from Windows Defender. I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited someone please help me to convert yhis C++ to C :'"""")

    #include<stdio.h> #include <iostream> #include<stdlib.h> using namespace std; int main() string custname,carmodel,carnum; int days=0,rentalfee=0; cout << "Sila isi nama anda : "; cin >> custname; cout<<endl; do{ cout<< "Sila berikan pilihan …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Tân_3 in Exercise for Java Programming

    The company sells the coffee in 2-lb bags only, and the price of a single 2-lb bag is $5.50. When a customer places an order, the company ships the order …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Exercise for Java Programming

    What have you tried so far, other than asking us to do it for you?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rproffitt in how can i create a program without Windows Defender problems?

    > And now for something completely different. To avoid all this, have you tried crafting what you want to do in Python? PS. How's this for a triple dose of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How Much RAM Is Too Much

    The trouble with that approach is that imaging the complete OS partition no longer gives you the ability to restore a system from an image. You now have parts of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited How to create multi- file upload feature in GridView?

    Hello Coders, I am working on ASP.NET Web Forms. In my page there is a GridView which should have a feature to upload multiple files at the same time to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in System.Data.SqlClient.SqlException: 'Incorrect syntax near '​'.'

    Also, if you are getting a syntax error in your query, it helps to print out the value of the query after you have concatenated in the variable text part.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What is your Favorite Anime/Manga?

    Golden Kamuy.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Where can I sell my scripts?

    Ambiguity. The devil's volleyball. - Emo Phillips

The End.