5,430 Posted Topics
Re: Why does this look the same as http://www.cplusplus.com/forum/beginner/242863/ ? Did you copy that here? | |
Re: I see a few choices here. Online and offline convertors. Examples: 1. https://www.google.com/search?q=bibtex+to+apa+online+converter 2. https://www.google.com/search?q=bibtex+to+apa+converter | |
Re: Too fuzzy. One could be writing their own database, might use SQL or Access or something else. Also, help you do what? | |
Re: No mention of disk encryption so my tool of choice is almost any bootable Linux to copy the files out. Of if the owner is still on HDD I offer to put in a SSD then the old HDD goes into an external case so they can copy over their … | |
Re: 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 this is some custom SBC (single board computer) it may not have such a BIOS. Fill in the blanks so … | |
Re: This is a system from about 1997 and never seen by me. Even though I did use Turbo Pascal DOS versions long ago. My advice is to reveal what you are trying to do or learn and let's see if we can find a system for your PC or Apple … | |
Re: Rupesh, is that you? https://www.youtube.com/watch?v=JDSomODgAa8 | |
Re: This looks like you can buy the answer at https://www.chegg.com/homework-help/questions-and-answers/create-client-server-using-datagramsocket-datagrampacket-programming-using-diffiehellman-1-q65559258 But here we don't write answers to homework. You share where you are stuck and we discuss that. | |
Re: 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 that code that has you stumped and ask for ideas about how to get past the problem. | |
Re: 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? | |
Re: No problem. Let's start at https://archive.org/details/feature_films | |
Re: 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 string libraries. Those are just some short research away such as: https://news.ycombinator.com/item?id=17398513 | |
Re: 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 your work and tell where you are stuck so we can discuss. | |
Re: So the if statement can't be used? Harsh assignment there. Remember I have to take your words as they fell. | |
Re: 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 | |
Re: That's not a good endorsement if the site didn't help you select. Tell the forum what you are looking for as to speed, quality and cost. Remember you only get two of those category from what I've seen. | |
Re: 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. To do that it looks like (again) you have to go get a third party addon. | |
Re: 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 and didn't reveal where the problem(s) is/are. | |
Re: 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 | |
Re: Where's your attempt to solve this word and coding assignment? Where are you stuck? | |
Re: 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 functions may do. What's the question here as well as your attempt at code and what issues are you trying … | |
Re: **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. | |
Re: 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 real life your app is rejected entirely with one exception which I'll link to. Read https://www.reddit.com/r/fo76/comments/k30yuw/your_the_dumbass_note/ | |
Re: Can you be more specific? That's a topic I find priors on so can you write what more you need? | |
Re: Why? I see zero reasons for an app beyond what comes with every smart phone today, (a web browser.) | |
Re: 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 get to Carnigie Hall?") 2. Consider new systems like Tabnine. 3. And of course research. Sometimes I find folk won't … | |
Re: Have to write you didn't put any effort into your question. So little effort I can't tell what your question is! | |
Re: What? Is this what management and teachers hand out now? Incredible! | |
Re: Explain the "End" as when we end in most programs, the stack is no longer relevant. | |
Re: Neat example. Thanks for sharing. Just a tip. You may want to make this a Code Snippet and write a little paragraph about its use. | |
Re: I wish I could help here as I did use VB6 and MySQL for over a decade but as the OS moved on I found it harder and harder to setup VB6 to work on Windows 10 and now, we have ended that app and the last users are told, … | |
Re: See GOOGLER. https://ostechnix.com/how-to-google-search-from-commandline-using-googler/ > Display results starting from nth result The following example will fetch the results starting from the 5th result for the keyword ostechnix: - $ googler -s 5 ostechnix | |
Re: That seems like a lot to design and implement in 12 hours. You may want to ask for an extension on this project. Maybe you are stuck at something specific. Tell what that is so we can discuss that issue. | |
Re: So you want some value to be system wide? That sounds like the old setter and getter concept. Remember this app is your design but hey, here's a nice tutorial. **https://www.w3schools.com/cpp/cpp_encapsulation.asp** | |
Re: Given the lack of details why not? #include <stdio.h> int main() { int loops; loops = 1 + 2; printf("loops is now = %i !", loops); return 0; } | |
Re: I'm left to guess you need to find tutorials about this. Here's a very nice one: https://www.geeksforgeeks.org/order-constructor-destructor-call-c/ | |
Re: It's an odd hobby but I do like a good computer issue/mystery in the forums. If we can help folk avoid a repair counter or new PC we did good. Next is a video game in the Borderlands or Fallout series. Or a card game. | |
Re: Which OPM? "OpenShift Container Platform"? For now the thought is that you limit what they can do with permissions. That is they are more than able to delete their own files so no problem there. But today's Linux won't kill the OS if they do some command line to delete … | |
Re: Topic Question is "yes." As to the question in the topic, while that is yes, it's never recommended as once in a while there is trouble when mixing. As to the question in your text, you won't know till you try it. | |
Re: There's not enough story here to narrow it down. Try sharing, make, model, age, when you dropped it and so on. | |
Re: Something like this? function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } async function demo() { console.log('Sometimes Science Is More Art Than Science, Morty.'); console.log('And away we go.'); // Sleep in loop for (let i = 3; i < 666; i+=i) { await sleep(i*1000); console.log('Are we there yet? ',i); … | |
Re: I think you need to expand your question. Here's a tutorial about truncate and drop table: https://www.w3schools.com/sql/sql_ref_drop_table.asp But then your tag includes phpMyAdmin so I would be guessing if this is about phpMyAdmin , PHP or something else entirely. | |
Re: To create such would require what we call a requirements document. Your post supplied two sentences and as such falls flat as to requirements. Beyond that, no one I know would write such a thing in just Java. Today you would create your requirements and design documents, get approval and … | |
Re: I don't see such here but out on the web with this search: https://www.google.com/search?&q=c%2B%2B+program+electricity+billing+system+open+source | |
Re: This sounds like you need a tutorial. https://www.w3schools.com/php/php_mysql_insert.asp has examples. | |
Re: This appears to be either homework or you wanting a quotation. Always tell. For homework, few write such for you since you would miss out on your skill building. Tell us where you are stuck, show your code and we can discuss possible ideas. | |
Re: I found no community there. Just a site selling the usual made in the middle kingdom. What's been presented as eco-friendly isn't so much as you look closer at not only the manufacturing but delivery and disposal of many products. | |
Re: > All too easy. Perhaps you are not as strong as the Emperor thought. - Darth Vader, “The Empire Strikes Back” 1. Using the VB.net IDE put two text boxes on a form. 2. For the OnChange event for the first box use the StrReverse method: Read https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.strreverse?view=net-5.0 3. The … | |
Re: This was marked as solved yet I don't see the solution. To me Line 90 seems to set the status to Received regardless of the checkbox value. | |
Re: Forget rank for now. Improve your products. Example at https://www.amazon.com/Smooth-Makeup-Foundation-Concealer-Coverage/dp/B08333RLJP/ref=sr_1_1?dchild=1&keywords=miss%2Brose%2Bmakeup&qid=1622217464&sr=8-1&th=1 Seems your product development team has work ahead of them! |
The End.