-
Replied To a Post in Covid-19 Virus and N95
A few years ago the GOP was screaming "death panels" during the Obamacare discussions. The idea that the gov'mint would decide which seniors were not fit to live was unacceptable … -
Replied To a Post in Covid-19 Virus and N95
>If a killing type of virus strain should suddenly arise by mutation … it could, because of the rapid transportation in which we indulge nowadays, be carried to the far … -
Replied To a Post in How to bring Windows form on top
>It would be improper for any app to force itself to be the active application. Even though Windows does this all the time. -
Replied To a Post in How do i make this advanced grade sample algorithm?
If you 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) you'd already know that we need to see proof of effort. Show us what you have done so … -
Replied To a Post in Close and Refresh a form using another form
You could do that, or you could just do Button1.Enabled = CheckBox1.Checked Why write five lines of code when one is shorter and clearer? -
Edited Hi everyone, I'm Hannesvz
Hi, I want to copy the data in the PayJour table to the ARCPayJour Table using the Clients Table where the StatusCo = 108. The problem is that the Clients … -
Replied To a Post in Covid-19 Virus and N95
Lakeworth Florida’s Mayor, Pam Triolo, passes a resolution to shut off power to 52 families who were unable to pay their utility bill and then adjourns the meeting (against the … -
Replied To a Post in Is it a correct career path?
I think it's much more important to learn how to formulate a plan first. I've taught intro classes and the first thing I did was to get the students to … -
Replied To a Post in Is it a correct career path?
I disagree with Dani. I think C++ is a terrible first language for learning the fundamentals of programming and algorithm design. I think Python is much better for that. With … -
Replied To a Post in Covid-19 Virus and N95
If you are stuck for a good (and relevent) book to read while shut in I recommend [Earth Abides](https://en.wikipedia.org/wiki/Earth_Abides) by George R Stewart. -
Gave Reputation to Dani in Hi everyone, I'm root66
Ooooh, never mind. Route 66. Got it! -
Replied To a Post in Close and Refresh a form using another form
Although you should never code If True Then Button1.Enabled = True which is equivalent to Button1.Enabled = True -
Replied To a Post in can u help this
Please post the code in the thread (not as an attachment that I have to open in another application). -
Replied To a Post in Covid-19 Virus and N95
Oddly enough, with most places reporting increases in cases, Manitoba has held steady at 17 for several days. Fingers crossed. -
Replied To a Post in syntax error in update statement
And yet you still won't tell us what the query string is. -
Replied To a Post in Super frustrated with Verizon Fios Business
Registered letter perhaps? Anything that you can use to legally prove you gave them notice should do. -
Replied To a Post in syntax error in update statement
Your problem is in command = "UPDATE[Table1]SET[JOBNO]='" & TextBox2.Text & "',[LABNO]='" & TextBox3.Text & "',WHERE[ID]='" & TextBox1.Text & "'" How are we supposed to help you without knowing the values … -
Replied To a Post in Best Oculus Quest games
That should test the relationship. Have you ever wallpapered together? That's usually a deal breaker. -
Replied To a Post in Hi everyone, I'm root66
Gonna get your kicks? I hope I'm not the only one here old enough to understand the reference. -
Gave Reputation to manishmalikif in Which browser is best for SEO?
Google chrome. -
Replied To a Post in Covid-19 Virus and N95
Democrats introduce a bill to expand paid sick leave to millions of U.S. workers. Republican in the senate unanimously vote it down. Trump will undoubtedly blame it on the do-nothing … -
Replied To a Post in how to ask user to repeat
The usual way is with a prompt and inputting a yes or no response. You might want to include a few brace brackets to enclose your main function and while … -
Edited how to ask user to repeat
#include<iostream> using namespace std; int main() int number; int counter=1; int fact=1; cout<<"enter number \n"; cin>>number; while(counter<=number) fact*=counter; counter++; cout<<fact<<endl; how to ask user to repeat -
Edited how to ask user to repeat
#include<iostream> using namespace std; int main() int number; int counter=1; int fact=1; cout<<"enter number \n"; cin>>number; while(counter<=number) fact*=counter; counter++; cout<<fact<<endl; how to ask user to repeat -
Replied To a Post in can u help this
We won't do your homework for you but if you show us what you have done so far and where you are stuck perhaps we can help. -
Replied To a Post in Sharing a compiled program
You might also try [Firefox Send](https://send.firefox.com/) -
Replied To a Post in Are you coding from home during this pandemic?
I'm always coding from home. But for fun, not profit (retired). My younger son (in Winnipeg) is still going to the office but they are considering splitting the work week … -
Replied To a Post in Trump
What do you suppose the odds are that Trump/GOP will try to use Covid 19 as an excuse to delay or cancel the 2020 elections this November? -
Replied To a Post in Covid-19 Virus and N95
[This site](https://www.worldometers.info/coronavirus/) seems to have the most up-to-date info (and lots of graphs) even if it is not as granular as [here](https://ncov2019.live/data) or [here](https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6). -
Endorsed Biiim
-
Endorsed grant.baker
-
Replied To a Post in Using global variables
Try taking out the word `global`. For reference see [here](https://overiq.com/c-programming-101/local-global-and-static-variables-in-c/) and [here](https://www.tutorialspoint.com/cprogramming/c_scope_rules.htm). -
Replied To a Post in Covid-19 Virus and N95
We have 7 confirmed cases in Manitoba. Schools are being closed and speculation is that in Ontario they will remain closed until September. There is a push for the government … -
Replied To a Post in Using global variables
How about showing us your code? -
Replied To a Post in Covid-19 Virus and N95
I've seen Sliders but don't recall that episode. We've been careful going out (gloves, distancing, etc). We are always prepared. Not for a crisis, just because we usually keep our … -
Replied To a Post in Covid-19 Virus and N95
The German newspaper Welt am Sonntag has reported that the Trump administration offered the German biopharmaceutical company, CureVac $1 billion to procure the U.S. exclusive rights to a potential COVID-19 … -
Gave Reputation to rajanraveendran in Higher Studies
After completing your graduation successfully, it is better to take your Masters degree from reputed universities of Canada and Australia. There are many universities there which provides best education and … -
Replied To a Post in Convert List<string> to Dictionary<string, string> (C#)
And the programming language is... I would guess c++ but, not knowing every language I don't want to assume. -
Replied To a Post in Hello
Greetings. -
Replied To a Post in Elizabeth jeff ainna
One piece of advice I wish I had learned in my younger years is "Spend less time trying to find the right person, and more time trying to **be** the … -
Edited Hi everyone, I'm Kawaii_1
Please Help me with my project. I'm currently first year in college and one of our projects is to make a system that will have database. What I want to … -
Gave Reputation to rproffitt in Memory frequency higher than indicated on the motherboard
No. You asked if it would "support" not if it might work. Overclocking has from my experience been hit or miss but no maker supports it. This means you try … -
Replied To a Post in Covid-19 Virus and N95
Getting tested in the US could cost up to $1300 if you go to the ER. And if you are put into isolation that may cost you thousands more. With … -
Replied To a Post in Covid-19 Virus and N95
Winnipeg (my city) has its first confirmed case. -
Gave Reputation to Zinavo in What are the Digital Marketing Techniques ?
What are the Digital Marketing Techniques ? -
Replied To a Post in Is python used for web development?
Yes. -
Replied To a Post in Covid-19 Virus and N95
2018 - Trump fires Tom Bossert (Homeland Security adviser) after he called for a biodefense strategy to deal with pandemics. Within weeks, John Bolton disbands a global health team led … -
Replied To a Post in Python random button text tkinter
If the question is "how do I change the background color" then the answer is button1.configure(bg = "red") or button1.configure(bg = "green") -
Replied To a Post in Trump
Trump talks about cutting the payroll tax in order to give businesses a break when dealing with the effects of the Covid-19 outbreak. Seems reasonable until you realize that the … -
Edited Is content still a king in SEO?
Quality Content is the King of SEO. The very basic reason behind searching on Google is the accuracy and the quality result google gives. But how Google search engine gives …
The End.