• Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Flexible Cupon Service

    The question is very muddled, as it seems to be mixing unrelated topics - the technologies for developing a coupon system (whatever you mean by *that*, as it isn't entirely …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Flexible Cupon Service

    Hello all, I was wondering if I could get some questions answered about how cupons work in the work place. I have an idea which involves creating a very flexible …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Email Form Not Sending Message

    While I am not a mod, and thus have no formal standing here, I would like to point you toward the [Daniweb Forum Rules](https://www.daniweb.com/welcome/rules), specifically this one: * **Do not** …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Email Form Not Sending Message

    I have this email code from a website template that I want to use for my site. The problem is that when I click on the "Send message" button, the …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in I have 300+ files and would like to read and write via C ..

    Sorry about that... anyway, it isn't entirely clear what you are asking, here: > what should I pass while executing C program...below is my code Could you elaborate on this, …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in I have 300+ files and would like to read and write via C ..

    *Before trying to understand what you need help with, I want to make a comment about the code itself. I will try to address your question - to the extent …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching I have 300+ files and would like to read and write via C ..

    I have 300+ files and I am reading it via C program...i am able to compile but what should I pass while executing C program...below is my code...i am bit …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Gave Reputation to sandy_5 in Program that just asks the user to enter words

    This code works fine, but simply you can use a for loop to print many members details.
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in How we can a make a setup file in vb6 as other software need to install

    Fair enough. I've been in a similar situation more than once myself (both for VB6, and for other old languages and systems), so I understand how that goes. Maintaining legacy …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in How we can a make a setup file in vb6 as other software need to install

    The question doesn't make much sense to me. What is it you are trying to install, and why does it require you to use VB6, of all things? Also, if …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching How we can a make a setup file in vb6 as other software need to install

    How we can a make a setup file in vb6 as other software need to install ( Like need a product key to Install )
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Gave Reputation to Schol-R in I failed this code challenge design

    A challenge like that? Sounds like waste of time.
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Gave Reputation to Schol-R in I failed this code challenge design

    A challenge like that? Sounds like waste of time.
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Python

    You're missing the important point: *no one on this forum is going to do it for you.* This forum is for people who want *help with a problem when writing …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Google API logic

    To the best of my knowledge, the API key has always been required, but that's beside the point. The reason it doesn't work in PHP pages is because there is …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Google API logic

    We are developing a travel app project to facilitate customized travel experience. Where traveller can plan its trip by selecting various facilities like ATM, Restaurants, attraction points while traveling from …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Python

    That modification would be a a good deal more than 'a little bit'. You seem to have misunderstood what this forum is for: it's for people who are trying to …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Python

    https://github.com/shivamshekhar/PyGalaxian Please update PyGalaxian file as i want the number of hits by the aeroplane into another file either text file or excel file or jupyter notebook and want to …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in 106 error in my program in pascal Help!

    As DDanbe said, we'd need to know what 'error 106' meant here. However, I think we can elaborate on that to make something of a teachable moment. First, before I …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching 106 error in my program in pascal Help!

    {program ncic; const home : real = 1500; life : real = 2000; motor_vehicle : real = 1400; business : real = 1200; Var surname : array [1..2] of string; …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in I failed this code challenge design

    This problem is most often given under the name "[Fizzbuzz](https://en.wikipedia.org/wiki/Fizz_buzz)", being based on an old children's math game of that name, but as Rev Jim said, it is a problem …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching I failed this code challenge design

    I failed this coding challenge because my solution "does not scale for new divisors and iterations" I think it is actually a design (pattern) question, and would very much appreciate …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Gave Reputation to Reverend Jim in I failed this code challenge design

    This is a standard homework problem and we don't do homework.
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Pascal loops

    Has your course covered either `while` loops, or `for` loops, yet? It would be very unusual for a class to cover `repeat`...`until` without covering those first. For a quick thumbnail …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Pascal loops

    How i can get in result this picture: [Click Here](https://imgur.com/a/ddBb6) for now my code is: program cikls; label m; var a:byte; begin write('Ievadiet veselu skaitli:'); readln(a); if a<1 then goto …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Help me understand

    You say, > I have been programming C# for some time, and >i recently learned about constructors and objects Unless 'some time' is 'under an hour', these two statements are …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Help me understand

    Hi, I have been programming C# for some time, and i recently learned about constructors and objects, but didn't fully understand. Can anyone please help me understand this, and please …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Gave Reputation to Adarsh_4 in How to solve monkey and banana problem?

    ** follow the algo ** on(floor,monkey) . on(floor,chair). in(room,monkey). in(room,chair). in(room,banana). at(calling,banana). strong(monkey). grasp(monkey). climb(monkey,chair). push(monkey,chair) :- strong(monkey). under(banana,chair) :- push(monkey,chair). canreach(banana,monkey) :- at(floor,banana); at(calling,banana), under(banana,chair), climb(monkey,chair). canget(banana,monkey) :- canreach(banana,monkey),grasp(monkey). …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in C to MIPS conversion

    **@raj_30**: Permit me to point you toward the [Daniweb Forum Posting Rules](https://www.daniweb.com/welcome/rules) before proceeding, as you just broke some of them. As a new member, you will be forgiven - …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Need help with C++ priority queue programming project

    Before proceeding, it should be mentioned that the header file `"stdafx.h"` is specific to the Windows Visual C++ compiler. Given that the professor has stated that the submitted code will …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Need help with C++ priority queue programming project

    Hi yall! I have to create a priority queue with out using built in librarys. I have tried to write a bit of code so far, however I dont know …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Gave Reputation to Linen_1 in biometric process

    I would like to be on well-known terms with how forum can lend a hand me in protection of my ecommerce website…
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in independent paths of power number

    Let's start by re-posting the pseudo-code from the Stack Overflow post (at least, I hope it was meant to be pseudo-code, as it isn't quite legal C) in a somewhat …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in independent paths of power number

    OK, let's start off by pointing you towards the [Daniweb Forum Posting Rules](https://www.daniweb.com/welcome/rules) before proceeding, as you just broke several of them. >* **Do** ensure that all posts contain relevant …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching independent paths of power number

    https://stackoverflow.com/questions/49183518/independent-paths-of-power-number
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Help understanding instructions to programming assignment

    While I can't say much without more detail about the rest of your code, I am pretty sure that, as you seem to suspect, you have either missed or misunderstood …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Help understanding instructions to programming assignment

    Hi all! I need help understanding what my teacher expects from this project. Here is the link to the instructions for the project: http://cs.ecu.edu/~karl/2530/spr18/Assn/Assn5/assn5.html I wrote a little bit of …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Password Generator in C

    Please do not reanimate old threads, even if you are asking a question similar to the existing one. If you have a new question, start a new thread. I recommend …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Password Generator in C

    Hi all... I've been asked to write a password generator in C for a project. the guidelines are very vague and all I've been told is: Password must be 9-15 …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in array help!

    OK... not sure if you read the rest of what I said to the OP or not, but whatever.
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Gave Reputation to kes166 in array help!

    You're right, it needs to be declared dynamically which I missed and can be done using a pointer. This code should allow for user input to declare an array of …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in array help!

    **@Kes166** Correct me if I am wrong, but I am pretty sure that in Standard C++, array declarations must use a compile-time constant for the array size. I know that …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching array help!

    Please help! I'm new to programming and my Program is outputting user's input twice. Right now It looks like this when its outputted: Floor Room Available Occupied Occupancy Rate ------------------------------------------------------------------ …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Turbo C++ Output Window Problem

    First off, please do not resurrect old threads this way; if you have a new question, start a new thread. It is quite horrifying to find that this thread has …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Turbo C++ Output Window Problem

    I had a problem with my turbo C++ which would close itself after every execution.(Not the getch problem) After somehow solving this fault and the full screen problem, I tried …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Programing Language C#

    The OP might want to also consider that C and C# are not the same language, and that C++, Objective C, and Objective C++ are yet other different languages from …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching Programing Language C#

    write a c program that calculates the Max , Min , Average and Variance of 10 numbers enterd by user and stored in array
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in C to mips

    **@Jose_17**: You might want to consider whether your professor really wants you to do that or not, in something that is clearly meant as a lesson on how to write …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Began Watching C to mips

    int add(int i, int j) { if (i == 0) return j; else return add(--i, ++j); } Need to convert this piece of code to something like this add $s0, …
  • Member Avatar for Schol-R-LEA
    Schol-R-LEA

    Replied To a Post in Open an email from c++

    My first question is, how does this improve over the mail merge functionality that nearly every SMTP mail reader has had since the 1980s? Outlook has been able to do …

The End.