5,430 Posted Topics
Re: Is this valid today? When I want a password from Chrome it wants yet another password to see these passwords. So what you have shared here looks dated, maybe obselete and broken. | |
Re: There are fine books about such with code examples on the web today. Here's one of many: https://books.google.com/books?id=EdQ5DwAAQBAJ&pg=PA191&lpg=PA191&dq=a+discussion+on+drawing+3d+hiding+lines&source=bl&ots=FOLnrMr0JI&sig=ACfU3U2NE-0LSuecCJoESeX3zmvhHtdi1g&hl=en&sa=X&ved=2ahUKEwig7t3xiP_pAhWxHzQIHe7RC8sQ6AEwF3oECAwQAQ#v=onepage&q=a%20discussion%20on%20drawing%203d%20hiding%20lines&f=false | |
Re: Small world as long ago I had apps on Windows Mobile version 6.5 if I recall. Windows Phones are a rare sighting so I'd seek out if there are Windows Phone specific forums. We couldn't follow Microsoft to Windows Phone for many reasons and it seems the app industry felt … | |
Re: This looks like payware from https://geniusocean.com/demo/geniuscart/ Time to get your money's worth. | |
Re: If I compiled this with say GCC and the usual optimizer settings those lines 5, 6 and 7 would vanish along with method so the variable num would never exist at runtime. So there is no num so there is nothing being referred to in this example. | |
Re: I take it you get this information over HTTPS then never store such in the databases. If you do store it's with one way encrypted plus salt just like everyone does with name and password. Now moving on to get in trouble, what does your lawyer say? | |
Re: Be sure to include other unusual measurements as well. One of them is the passage of time. When someone asked how far is it to the corner grocery store, grandma answered "about the time it takes to cook rice." But seriously, what have you done to make your app for … | |
Re: Think real hard about lines 34 and 71. In line 34 you print from a certain row, then line 71 puts it into a different row. Think real hard where line 71 stored the FULL value.  | |
Re: Why does this look like https://www.chegg.com/homework-help/questions-and-answers/given-electrical-circuit-composed-network-resistors-arranged-parallel-series-write-program-q51421403 ? Since you wrote the code you would in your IDE break on the line that is doing the calculation and examine the values being input and see why the answer is zero. | |
Re: Yusaf wants to delete a comment, not a post. He's a little confused about what he can do versus a moderator. | |
Re: First the error message is correct for many HP models when there is a disk problem. HP has added their support number to that screen. You can research that with https://www.google.com/search?&q=hp+f30+hard+disk+error Now some want to assert the drive is OK because it works the next time. You tell them the … | |
Re: http://www.yoursstore.in is NOT secure. Why is that? | |
Re: Given the tags you supplied I'd skip Visual Basic 6 unless you have a job offer on the table and even then, you have a few months to get up on your feet. I know that many colleges are closed to class instruction but why not online courses? You can … | |
Re: At 10 years it did well to get to that age. As to the battery alert that would be some software that may need installing. I can not pick this app for you but I'm sure you can research what's out there. As to the over-heating, at 10 years you … | |
Re: This sounds like one of the basic sample size questions you cover in Statistics. You can pop that into a web site like https://www.surveysystem.com/sscalce.htm to see how many samples for 99% confidence or interval. | |
Re: You need to tell a lot more. Also, I would like to see a question along with what you have so far and your database schema. As it stands, well, there is stands and not too well. | |
Re: Here's a thing about Error Codes such as this. The code does not tell you why it happened about 99% of the time. You have to think over what's different about your PC and then consider how to make it closer to what some call "a clean install." If there … | |
Re: This area can upset folk. That is, if we break the VPN like this, it's not really a VPN but more of a proxy. That out of the way, some routers let you setup your LAN to VPN to where you wish. But breaking the VPN is well, another thing … | |
![]() | Re: It appears the premise that monkeys eats bananas is incorrect as I check out http://www.bbc.com/earth/story/20150728-chimps-nearly-wiped-out-monkeys Can't make a good app if the premises are faulty. |
![]() | Re: My thought is your code is working far too hard. It looks like each string is scanned by your code 7 times over and over. If this was mine this could be replaced with 7 calls to std:replace as noted in method 2 at https://www.techiedelight.com/replace-occurrences-character-string-cpp/ Neither for or while is … |
https://www.daniweb.com/community-center/say-hello/threads/522867/hi-everyone-i-m-ianwallace79#post2261822 gets me the following:  This looks like new behavior to me. Happenned in Opera, Chrome and Firefox. Yes I can scroll back up. This is simply an observe and report, report. | |
Re: Is https://code.google.com/archive/p/java-google-translate-text-to-speech/ dead now? It looks to be a few lines of code to get working. | |
Re: Wait, why the demanding tone here plus you want this in c, c++ and Pascal? Look at your tags again. Also, the title writes C++ yet you lead with "amodularC" which may be a typo or is there a development kit called by that name? Maybe you didn't mean to … | |
Re: That's a great question. It will take time and a lot of reading material to understand all this but if you wanted to program in assembly I would not be doing that from scratch on today's modern, say UEFI BIOS based PCs. You would be spending a year just to … | |
Re: Wait a minute. You appear to work for or own a SEO company. Shouldn't you be writing the answers to this? | |
Re: For KUMARI. Please read the entire thread. Also, consider https://www.cs.uic.edu/~jbell/CourseNotes/OperatingSystems/6_CPU_Scheduling.html | |
Re: Isn't that the -a option? Noted in the documention as well as on the web many places like https://www.cyberciti.biz/faq/howto-list-installed-rpm-package/ | |
Re: I think you should have commented your code as you wrote it. Unless there is more story to be told such as "I found this code and I don't understand it." Also this seems to be a follow on to https://www.daniweb.com/programming/computer-science/threads/522826/random-generation-of-circuit#post2261672 since I see mention of resistors in this code. … | |
Re: I'd have to convert the docx to the word processor I have right now. Next time use the forum's own code sharing tool (code block.) Also no one does homework for others so I think you are asking for a tutorial on inheritance. Here's one that I used: https://www.tutorialspoint.com/cplusplus/cpp_inheritance.htm | |
Re: Compare costs of the OS and app reinstall. For some it's cheaper to pay Microsoft for their support than pay the app vendor. This is also a lesson about backups. Here a 2TB USB drive which for most of us can hold the OS, apps and data for many systems … | |
Re: Before you start coding you make a design. That step is rough on first time programmers so think about your app then use approaches to design that are out there such as the screens of input and output, the actions and reactions from the app. Work all that out before … | |
Re: That's a great assignment they gave you. However up till this point the classes and work should have been preparing you for this so you may have to revisit your prior classwork, books and research to fill in what you didn't retain (knowledge.) I'm an electronics designer first and later … | |
Re: What was the value for $birthdate when this failed? Hint: Echo, print, log, dumpvars, etc. to find out. | |
Re: You noted that this is in "c" and to get a mouse, graphics and connecting the mouse click on such will be highly dependent on the libraries and IDE used. As such there can be no answer until more is revealed. | |
Re: Right now, AFAIK you get those from your MSDN subscription. From what I've read, NBD (no big deal). There are folk that are generally upset with Microsoft, Windows and more. To those my usual reply is "Time for more Linux or Apple." | |
Re: Here's a think we ran into at the shop. Too many Ultimate versions were cracked or pirate copies and what was done for the crack breaks the upgrade process. That aside and you should know if that applied there are a few old PCs with virus boot protection which must … | |
Re: Hi Dani, I may have shared I was on a team long ago with tracking locations of fleet vehicles this area got a little looking into. I am not an authority but as we did meet with cellular carriers we did pose questions about IP assignments and more. Mostly for … | |
Re: The last web designer I worked with could and did for a project setup a Tomcat server, write the code for the backend for vehicle GPS tracking and then the reporting backend, user interfaces, Java, Javascript, HTML and quite a long list if we keep going. Are you going to … | |
Re: Since you can post code here, post the relevant code and write what line(s) it fails on. Also, a tried and true method to debug is to either single step in a nice IDE like Visual Studio so you can watch variables and see why a call or function blows … | |
Re: Small world. Long ago we would use such in circuit simulation to randomly pick values for a circuit and see how a million circuits with variable parts would perform. As such you are an expert do you know about Gausseian versus the other types? 1. https://en.wikipedia.org/wiki/Random_number_generation 2. https://www.doc.ic.ac.uk/~wl/papers/07/csur07dt.pdf | |
Re: If you are looking for hire a programmer, state not only the price but supply a longer design document. If this is a task for work, ask for more team members. If this is homework, then use what you learned so far along with your design document to build the … | |
Re: I was following you along till I read the word "tag" in your question. In the past I used https://www.google.com/search?client=opera&q=play%2Fpause+button+on+a+html5+video for examples. But why you put tag in your question eludes me. [Explain!](https://i.imgur.com/lUIlU4l.gif) | |
Re: Keeping in mind this is your homework, posting the assignment has never resulted in anyone writing the app, documentation and a tutorial for you to stand up to your professor grilling you with "Now why did you do that here?" That out of the way, what's stopping you from getting … | |
Re: You'll have to tell more such as is this your site, on Faceobok, Tweeter or other? Your site would have you implement it. Other sites? I'm going with no. | |
Re: Keeping in mind this is your homework, posting the assignment has never resulted in anyone writing the app, documentation and a tutorial for you to stand up to your professor grilling you with "Now why did you do that here?" That out of the way, what's stopping you from getting … | |
Re: @vanhungvox. On all your computers you backup what you can not lose. Restore from your last backup. No backups? This is usually when folk learn backups were never optional. | |
Re: Nearly the same question as https://www.daniweb.com/digital-media/digital-marketing/threads/520912/website-ranking-issues#post2255383 Asking the same question in such a short time period may not get you more answers. | |
Re: What is WAP? As I deal with networks that would be Wireless Access Point so that's not right. As to the rest, we ask you to show your work and explain where you are stuck. |
The End.