-
Replied To a Post in How to Improve Your Kid’s Skills in Programming Languages
Depending on the age of the child, Logo is also a decent way to introduce programming. Kids are more visually oriented. They want to see the computer doing more than … -
Replied To a Post in How To Summarize multiple name into one where the date is equal to now
>is there a way how to code it when i am using ms acess as my database Except for minor differences in syntax, the only thing that should change is … -
Edited How To Summarize multiple name into one where the date is equal to now
Hello , i am using vb6.0 can some one help me with my problem. I want to summarize a database with multiple name and display it into one data where … -
Replied To a Post in Database Support in Python and Java
Easiest way to find out is to google things like mysql python sqlite python I've used it with sqlite only. Connection is easy. For a step by step check out … -
Marked Solved Status for parse error: syntax error, unexpected token "}" in php
I want to make a pdf file in php. I write code like this: <?php require_once __DIR__ . '/vendor/autoload.php'; include('conn.php'); $res = mysqli_query($conn, "select * from smash"); if (mysqli_num_rows($res) > … -
Deleted a Post in Why can't I destroy my object?
Hi Cout_baia Defines delete pointer to delete an object. But when we delete a pointer that points to the object at the time destructor is called implicitly. But we won't … -
Replied To a Post in Memorable Quotations
Truth shall emerge from the interplay of attitudes freely debated. Don’t be misled by fanatics who say that only one truth should be stated: truth is constructed in such a … -
Replied To a Post in Hi everyone, I'm Mile
Likewise RE: Python. Welcome to Daniweb. -
Replied To a Post in Creating simple Python calculator
Nice to see a new face. While I am far from being a Python pro I should be able to help with the simpler stuff. Welcome to Daniweb and thanks … -
Replied To a Post in Anyone here use Anaconda/Spyder for Python?
I think I'll just stick with idle. I'm not doing anything complex. I used to use Visual Studio for debugging but because I haven't done anything in vb.net for a … -
Replied To a Post in Anyone here use Anaconda/Spyder for Python?
That's what I thought. It stains the entire industry when crap like this is put out. Granted, it's free, but if it is released into the wild, what features it … -
Created Anyone here use Anaconda/Spyder for Python?
My son uses Anaconda so I thought I'd install it so we could collaborate. I downloaded and installed the latest version. When I ran Anaconda Navigator, the first thing it … -
Replied To a Post in Glad to meet you all
Welcome to Daniweb. -
Replied To a Post in I Need Help With A Simple Program
I'm doing everything I can other than write the code for you. Take each of the steps I gave you and convert to code. If it doesn't work, then repost … -
Replied To a Post in I Need Help With A Simple Program
In English, what you want is 1. Calculate the number of regular hours worked 2. Calculate the number of overtime hours worked 3. Print the regular pay amount 4. If … -
Replied To a Post in I Need Help With A Simple Program
Plug in a few test numbers. What happens if only 35 hours are worked? In that cast the overtime is -5 hours and you get a negative OT pay. Write … -
Replied To a Post in Glad to meet you here
Welcome. -
Gave Reputation to nipob76261 in Hi everyone, I'm nipob76261
im here im there im everywhere -
Replied To a Post in Hi everyone, I'm nipob76261
The Mark of the Mouse returns. -
Replied To a Post in How to C++ write the code
Please keep in mind that if you ask politely for help you are more likely to get an answer. Look at it this way. If you were to ask someone … -
Replied To a Post in Best Python Courses
>Python is one of the most demanding Programming languages nowadays > I'm assuming you meant "in demand" rather than "demanding". -
Replied To a Post in Hi everyone, I'm kevinjames123
Hi KJ. Welcome to Daniweb. -
Replied To a Post in Best Python Courses
I can't recommend a course but I highly recommend the book *Beginning Python: From Novice to Professional* by [Magnus Lie Hetland](https://www.ntnu.edu/employees/mlh). -
Replied To a Post in Hi everyone, I'm michealkunle
Assuming Windows, have you tried opening a command shell and typing pip install pygame That is how most packages are installed. If this is what you tried, what was the … -
Replied To a Post in What type of memory
Does cpuid provide more detailed info than speccy? Example speccy RAM specs below   -
Replied To a Post in What type of memory
Why not just get another 8 gig of the same memory you already have? -
Gave Reputation to rproffitt in Program for this
All too easy. Tested and passed at https://www.w3schools.com/cpp/ #include <iostream> using namespace std; int main() { cout << "P\r\nPR\r\nPRO\r\nPROG\r\nPROGR\r\nPROGRA\r\nPROGRAM\r\nROGRAM\r\nOGRAM\r\nGRAM\r\nRAM\r\nAM\r\nM"; return 0; } -
Replied To a Post in how do i do this question?
> im using pycharm community v2022.1.1 That doesn't tell me what version of Python you are using. Go to a command shell and type "python". It will respond with a … -
Replied To a Post in How to make a c++ function that stops when a nonpositive number is inputted
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). What have you done so far, and where are you stuck? -
Replied To a Post in Program for this
There are so many things wrong with this post. - You posted a demand for a solution - You didn't actually post a question - You didn't show the work, … -
Replied To a Post in how do i do this question?
What have you got so far, and what version of Python are you using? 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). -
Replied To a Post in User Premissions
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). What you probably want is a login form that is presented to the user before allowing the main form … -
Replied To a Post in Write a function that takes a number and returns an array of its digits.
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). What language are you writing it in and what do you have so far? There are different techniques depending … -
Replied To a Post in Hi everyone, I'm lily52_1
Hi Lily. Welcome to Daniweb. -
Replied To a Post in Hi everyone, I'm Chris harry
What she said. Welcome to Daniweb. -
Replied To a Post in solving c problems
Let's try a kinder, gentler tone. Why are you taking programming? Is it your intention to become a programmer, or is this just a side interest? -
Replied To a Post in C++ program that determines direction of sorting and reversing it
Ditto rproffitt, but have you considered there is a possible third state? What if the array is not sorted at all? What happens then? If you are guaranteed that it … -
Gave Reputation to yaraa123 in solving c problems
I have a final project in 'c' and I want to get a high mark so I want anyone To solve the tasks, please . -
Replied To a Post in solving c problems
You want a high mark but you don't want to actually do the work or learn anything. Would you also pay someone to go to the gym for you and … -
Replied To a Post in Schedule Training and Testing Script in Python
You tagged this thread with "C". I added "Python" as a tag and removed "C". Is your problem with the actual logic of the code (which we won't write for … -
Gave Reputation to caitlincook5 in Which is the top social networking site after facebook?
I would say instagram -
Replied To a Post in after kaspersky internet security installation, the PC starts untill the d
Rather than keeping around an old machine, why not just run XP SP3 in a virtual machine? That way you are not reliant on a single point of failure (a … -
Replied To a Post in after kaspersky internet security installation, the PC starts untill the d
Seriously? After Ukraine and numerous cyber attacks you'd trust anything Russian? Shame on you. Time to resort to your backup. If you don't have a backup then double shame on … -
Replied To a Post in Where should i start with learning coding language?
Start with Python. 1. It is easy to learn the basics 2. There are lots of online tutorials 3. There are people here who can help 4. It is not … -
Replied To a Post in I am back again
I'd like to be able to help but it's been years since I did any c/c++ programming so any help I offered would either be outdated or just plain wrong. … -
Replied To a Post in I want to learn Programming
A little late to the party but, I suggest you start with Python. It is relatively simple for beginners to pick up and the online resources for all levels are … -
Gave Reputation to Raghda_3 in IAS instructions
Write a program in IAS language that calculates the output value of the logical function OR for bits b1 and b2 stored in the data memory, what is the change … -
Replied To a Post in IAS instructions
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). Nobody here will do your homework for you. If you want to ask a question I suggest you state … -
Replied To a Post in Memorable Quotations
Most people don't want to be told the truth. They want to be told that what they already believe **is** the truth. - Anonymous -
Replied To a Post in Hi everyone, I'm Thestudycafe
Welcome to daniweb. What type of services do you offer?
The End.