• Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Seema_10 in convert python to java

    Anyone can u help me to convert this code to java.......... def WidestGap(n, start, finish): maxgap = 0: i = 1 min_start = 0 while i < len(start): if finish[min_start] …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in program for ATM in C++

    This appears to be a dump of some homework assignment so you won't get far. Try this instead. Tell us where you are stumped and if it's in code, share …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching program for ATM in C++

    Simulate an ATM machine. Program should able to do the following operations: A. Create accounts for the users. A user account is created using User ID and Password. Every user …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in write a JavaScript program which, depending on the user's choice, displays

    Seems something is missing from your discussion. The formatting fails and a lack of the question you might have leaves me to ask what you do you need now?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching write a JavaScript program which, depending on the user's choice, displays

    <html> <head> <title> Exercice 6</title> </head> <body> <h1>Hello</h1> <script language= "java script"> var N=prompt("Choisissez entre: 1-addition et 2-multiplication",""); if (N==1) { document.write("<table border="2" align="center" rules="alls">"); for (var i = 0; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in movies download

    No problem. Let's start at https://archive.org/details/feature_films
  • Member Avatar for rproffitt
    rproffitt

    Began Watching movies download

    movies download please
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to copy char* to a vector safely.

    Wait a moment. Isn't strtok in the C stdio library which you called out "don't tell me"? I'm going to guess you want the newer SAFE replacements for the common …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to copy char* to a vector safely.

    Please don't tell me to use an `std::string` I'm intentionally not using them. I have my own string struct, and operate on `char*` for some parts of it. I'll probably …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in question in c++

    This looks like homework. If we did the work for you then it would be online and the prof could find out we did this for you. Instead, show us …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching question in c++

    Write a template function that returns the maximum value of three elements passed to the function. Parameters passed to the function can be of int, double, char but all parameters …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to use bitmap

    I can't guess exactly what you want to do so look at tutorials about C# and placing a bitmap on the form with a search like this: https://www.google.com/search?&q=c%23+bitmap+place+on+form+tutorial
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to use bitmap

    Would someone explain to me how to use bitmap. I have a video game I am working on so I added images using resourcesrx and wanted to use bitmap to …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pollybarker419 in Having values from combobox printed into textbox

    please i need a website to purchase good shell or cpanel that will last my link
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Allow camera access - show camera view -- don’t start recording video

    I see you're back with similar/same attempts to make the camera do more than what's in the API. Again, you are using the stock camera web features and want more. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Allow camera access - show camera view -- don’t start recording video

    This code below works successfully to capture/record/play video - after camera access permission is granted - when the start button is selected. I'm trying to add the functionality where (after …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in i want this code to be convert inc++

    Ignoring the poor formatting, can you share what isn't c++ in this 100+ lines of code. Asking for help with a few lines is fine but you went over 100 …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching i want this code to be convert inc++

    #include<conio.h> #include<cstdlib> #include<windows.h> using namespace std; oustrup"<<endl; cout<<"b) Dennis Ritchie"<<endl; cout<<"c) Ken Thompson"<<endl; cout<<"d) Brian Kernighan"<<endl; choice=getch(); if(choice=='A'||choice=='a'){ cout<<choice<<" is correct Answer"<<endl<<endl; st.marks++; } else{ cout<<choice<<" is incorrect Answer"<<endl; cout<<"The …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in read string in assembly 8086 (nasm)

    https://asmtutor.com/#lesson9 looks to be exactly what you are looking for. NASM is used there.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in read string in assembly 8086 (nasm)

    There are some suppositions we need here. Are you assuming this is on some PC with a classic BIOS? If so there are prior examples we can use. But if …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching read string in assembly 8086 (nasm)

    hello, i need someone to tell me how do i read string in assembly 8086 (nasm) and it would be better to write down the code ~~ thank you
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in convert C++ Code into python for small project

    PS. Your other comment was: > i understand , im new at programming and it's a project for an exam so the problem is idon't have enough time to learn …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in convert C++ Code into python for small project

    As you commented, you wish to do this yourself. To that end, did you write something small that would ask the user for the number of days? Or where are …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in convert C++ Code into python for small project

    It appears a lot of new members are not trying at all. Your code is badly formatted with extra blank lines and more bad formatting. If I ignore this it …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching convert C++ Code into python for small project

    im trying to create and algorithm in python but i created it in C++ instead as i don't know python well enough i know it's easy and i can learn …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Java program using JavaFX

    Where are you stuck? Where's your attempt? Also, it appears to a well done sub-function (the palindrome check) such as https://www.javatpoint.com/palindrome-program-in-java
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Java program using JavaFX

    Write a Java program using JavaFX in which user enters a number and clicks a button to check whether given number is palindrome or not. Display the result in another …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in what is the answer?

    Where's your attempt to solve this word and coding assignment? Where are you stuck?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching what is the answer?

    There are 3 different types of tags in a library: red, green, blue. There are two different arrangement methods planned for the arrangement of the shelves, and 42 books can …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how can the code?

    That's an odd question there with "how can the code" as title. Your title didn't ask a question and the post's body just seems to copy out what methods and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how can the code?

    The dice menu has two different options. In the first option, 2 standard dice are thrown randomly and the results are reflected on the screen. If desired, the results of …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in There will be 10 namestores. A random name is chosen from amongthese10names

    **Reusable Code Snippet** means ready for others to use. Even your title calls that out. Change your post type and elaborate what your question is.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching There will be 10 namestores. A random name is chosen from amongthese10names

    How can there be a namestore of 10 names in this code? A random name is chosen from among these 10 names. how can i add? import java.io.*; import java.util.ArrayList; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Which transactions are deadlocked?

    There are more than one lock here. This looks like homework to me so I won't solve it for you but give you a hint. Rearrange the items you listed …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Which transactions are deadlocked?

    Our database is running into problems, as many transactions are waiting for locks held by other transactions. Here is what each transaction is waiting for: · T1 is waiting on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Guys help please if look herer is an aplication for FlowersShop made in C++

    This code would be marked down many grades for: 1. Poor formatting. It's neither the One True Brace or the K&R style. 2. Misspelling. For homework, you lose points. In …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Guys help please if look herer is an aplication for FlowersShop made in C++

    #include <iostream> #include <fstream> #include <string> #include <conio.h> #include <iomanip> #include <stdio.h> #include <stdlib.h> #include <unistd.h> using namespace std; // Subprogram pentru Admin void Login(string& admin ,string& password) { string …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Ans for c questions

    Question: What is the third letter of the alphabet? Answer: c
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in time and space complexity of binary and linear search

    Can you be more specific? That's a topic I find priors on so can you write what more you need?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching time and space complexity of binary and linear search

    the time and space complexity of binary and linear search
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can I reate a android and ios app for my website

    Why? I see zero reasons for an app beyond what comes with every smart phone today, (a web browser.)
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can I reate a android and ios app for my website

    I want to know How can I reate a android and ios app for my website[[** infozone24.com**]?](https://infozone24.com/) Have you any Idea.My site Is a info site. I am tried to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how can I program well

    I haven't seen any Microsoft Access use in over a decade. Python is hot but back to nearly your question. 1. Practice, practice, practice. (Same answer to "How to I …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how can I program well

    I am searching for new technologies and to improve my logac
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is code for this in C lang.

    It just dawned on me that you might be the professor of this class. Is there a link to this assignment for me to look at? PS. Let's hope OP …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in What is code for this in C lang.

    > I see no mention of a pattern. For each row, First number +3 to get second, Second number + 5 to get third, Third number + 7 to get …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in What is code for this in C lang.

    I think what he's saying is that he has a homework assignment where you need to write code that outputs that pattern. Can you please show the code you have …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Write a C++ program to which asks user to select index number then delete

    What? Is this what management and teachers hand out now? Incredible!
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is code for this in C lang.

    Have to write you didn't put any effort into your question. So little effort I can't tell what your question is!

The End.