5,436 Posted Topics
Re: Quick answer. On line 30 I see integer division so try 100000.0 Also, print out your variables so you can see what's up. | |
Re: To avoid that, run only one gigabit link from the router to your new gigabit switched hub and place all your wired gear on the new switched hub. As to the "best" that's a tough question with so many models available across the world plus you didn't give a count … | |
Re: Here's what I'm seeing. Spammers love your question as they spam about their recovery and coverter kits. Ignore and if you can, downvote them. It's a blight on the forums you ask in like https://social.technet.microsoft.com/Forums/windowsserver/en-US/e26ba17a-9dae-43c8-8a0e-e015cf84d85a/exchange-disaster?forum=exchangesvrdeploylegacy Same answers. Hope you aren't a shill. | |
Re: Here's a thing. Outlook Express didn't come with Windows 7. You may have found a way to run it, but you are out on a limb in some tree in the desert. Without you backing up all the time you may get a hard knock when the limb breaks. I … | |
Re: OK, let's start with craps.c at http://www.cs.bu.edu/courses/Old/cs113/F97/roberts-source/PAC/03-Libraries-and-Interfaces/craps.c What line of code needs explaining? | |
Re: > Can you not change to color only, you must write a string or character again? From memory, you must write the string again. So a quick look may be to add a move and addstr after your attron(COLOR_PAIR(2)); line. | |
Re: Here's what I do. I order it on Ebay since a call to Dell costs more than the part. As to Dell in your country, hit dell.com and check where that takes you. Dell, if they have an office in your country would then be found and called. I don't … | |
Re: Frankly this sounds like you've confused RDP and routing. I'm going to dismiss 99% of what you wrote and just write you are asking how to route using your linux server. This is not to hold a tutorial or seminar on routing so I'll just share what looks close enough … | |
Re: Email so far doesn't allow you to control what you send me. So for now, you know not to send what you don't want shared to the world. | |
Re: Here's a thing. epub is a zip so unzip, edit and zip. http://support.redjumper.net/hc/en-us/articles/201908311-How-to-manually-edit-an-ePub-file | |
Re: That's too big a question. My choice of the database varies with my application. If on a web then I go with the usual SQL or what's included with the web host package. If it's an app I go with SQLite since it's self-contained, embeddable, zero-configuration SQL database engine. Try … ![]() | |
Re: First there are prior discussions on that so I'll keep it short. When you resize you redraw the contents. Most examples have a handler that does this for the object. Pausing here so to not duplicate the web. | |
Re: My guess is the font isn't fixed width. I don't have much of your code or device to work with (in fact none) but the most common gaffe is the font used. | |
Re: "Do provide evidence of having done some work yourself if posting questions from school or work assignments" https://www.daniweb.com/community/rules | |
Re: Skip down to "How to draw sequence diagrams" at http://www.agilemodeling.com/artifacts/sequenceDiagram.htm I think they spell it out quite well and for me pencil and paper are my first cuts at the diagram. After that, when I need the pretty version I use UMLET at http://www.umlet.com/ | |
Re: For now, the reigning king of archive is the printed word. At about 1 million words you can find [works that have been around for 50 and more years.](https://en.wikipedia.org/wiki/List_of_longest_novels) I'm unsure what more assurance you want on M-disc after reading what's on the web. http://www.pcworld.com/article/2933478/m-disc-optical-media-reviewed-your-data-good-for-a-thousand-years.html is 20 times the time … | |
Re: I see more tag writers at http://id3.org/Implementations For some this may mean too many choices. PS. Sorry if you want source code. You can peruse the list at the link and see if they provide that. Some appear to do that. | |
Re: So line 70. What if divider is zero? Did you print each variable to see if that happened? | |
Re: While I'm unsure what you are doing, did you try the free Virtual Router from say this [link](https://virtualrouter.codeplex.com/)? I've used it before and it did what I needed. | |
Re: This made me [research like this](https://www.google.com/#q=recording+in+html5+and+javascript). | |
Re: Hmm. I see 5 bids at https://www.freelancer.com/projects/assembly/Mips-assembly-program-read-input/ for this as of now. Looking for a discount? | |
Re: I put that code on an online IDE and the code section starting at line 30 seems to be troublesome. I suggest you rewrite it to use your array and not make assumptions about the array being in contiguos memory and of a 6 byte size. | |
![]() | Re: How about [sort -r](http://alvinalexander.com/unix/edu/examples/sort.shtml) |
Re: The way I read your code is that k is 1 and i is 2 on every click of the button. If you meant to increment a number, why Dim? Nod to [Static](https://msdn.microsoft.com/en-us/library/z2cty7t8.aspx?f=255&MSPPError=-2147217396). Note: This only tackles part on what you are trying to do, so as to not write … | |
Re: While I do and did write too much assembly language long ago, I've always had to tell those that I want help from what CPU this is for. In the case of a PC I might have to write that I'll be using BIOS calls for string I/O. But you … | |
Re: Happened once to me. Not a hard lockup so I did a Ctrl+Alt+Del and used the Sign out option. Then the power down and that got me out. On the next power up it worked. This issue seems to happen to a few and it's on the web. Here's a … | |
Re: How about a [while loop](http://www.tutorialspoint.com/cprogramming/c_while_loop.htm) starting at line 7? | |
Re: In short when it's big. Longer answer at http://www.learncpp.com/cpp-tutorial/74a-returning-values-by-value-reference-and-address/ | |
![]() | Re: That question 2 looks like it's straight out of a book on programming C++. In fact the one I looked up had it on page 321. To me a quick flip through the book seems to show there's a lot of text and work you had to complete before this … ![]() |
Re: http://answers.microsoft.com/en-us/office/forum/officeversion_other-word/create-word-2010-form-and-convert-it-to-a-pdf-with/a6739dc7-e973-4ea4-882e-d0bdfa2217db?auth=1 is the quick no answer. To make these there is an entry price of about 20 bucks. https://www.pdfill.com/how_to_word_to_pdf_form.html | |
Re: This is one of those "it depends" questions. If you compile with GCC and other compilers, well, not to give away the answer so read: http://ridiculousfish.com/blog/posts/will-it-optimize.html There's another issue with [strlen() is it is still dangerous at times](http://ridiculousfish.com/blog/posts/will-it-optimize.html). | |
Re: Since j doesn't start from 0 but one time. Try moving line 4 to after line 6. | |
Re: I thought we dove into this. My bet is you didn't want to read up on channels and why I never use channel 1. Posting again? Let's hear what you want to try next in your old post. | |
Re: But what WiFi is that? 802.11n, g, ac, ??? And what about the ODFM? Finally, given WiFi Channels (google that for the Wikipedia) isn't 1 or the highest channel a bad idea? | |
Re: I've done that on many systems over the years and how I do that varies if I'm on Windows, Android and Linux. I'm sure you looked up priors at https://www.google.com/#q=show+stars+password+in+c%2B%2B | |
Re: So something like https://studio.code.org/flappy/1 ? | |
Re: It looks like you started with the concept of a linked list with left and right then in your delete decided to serially read in the file but skip over the item to be deleted and finally rename the files. That would fundamentally break a linked list and is not … | |
Re: @meghajatana, This is a great intro to a programming and system issue of "What time is it?" You may think your question is simple but most systems I know pull time from local time which may be in sync or not with all 20 machines. I've seen such end in … | |
Re: I looked this up at http://pastebin.com/3TGy9Pmi and this looks like the same as your post. The assignment seems to be fairly open ended. That is, there is more than one correct answer but most important it must be your answer. | |
Re: In the past this hack was simple defacement. Clean it up, lock down your site and try a scan with https://sitecheck.sucuri.net/ | |
Re: @all. The debate of whether to be a fish store or a store that has tackle and bait has been kicked around for some time. So while sharing a C code to a Pascal question is like the OP asking for salmon and getting carp. Maybe it will do fine … | |
Re: So why bother with those pesky number to character conversions (line 50) when we have System.out.format? https://docs.oracle.com/javase/tutorial/java/data/numberformat.html | |
Re: There are many thoughts about shortening code. There the academics where code must be "just so" and no more. There is practical where the code met the spec (did the spec call out it must be 10 line long?) There is long term maintenance where the code must be clear … | |
Re: There are so many help desk support jobs that are you asking about Nuclear Reactor Support or Windows or something else? Windows really didn't change too much in 5 years and most support desks have scripts for tier 1 calls and as you learn more the move you up to … | |
Re: Is this your 3rd post on what looks like the same topic? ![]() | |
Re: Read your code. Notice that by line 12, the array is indeed all zeros. And i, j are pointing at the last element of the array. And line 7's effect is wiped out. As in, map[5,5] is zero by line 12. So read your code at 13 and i, j … | |
Re: I see and read 48 at http://www.joelonsoftware.com/articles/Unicode.html | |
Re: Try completing a ribbon tutorial first like http://www.codeproject.com/Articles/364272/Easily-Add-a-Ribbon-into-a-WinForms-Application-Cs | |
Re: Since I would write the code differently in C or C++ maybe you need to specify the target language first? Plus, this question is on the web so there's that. |
The End.