No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
Re: When I can't format some disk, I zeros the beginning of the disk out and try again. It may have something to do with DiskUtil not being able to operate on certain disks with certain partition headers. First check what's the BSD name of the disk in the DiskUtil infobox. … | |
Re: I suppose it has a run time linear to the size of the input n. I'm no expert on computational complexity, but I've heard some of the concepts. | |
Re: 0xffffffff | |
Re: Speaking of Cocoa, it's you providing with API for system to use. Well, your implementation of system objects (NSView, NSApplicationDelegate, etc.), so that the SYSTEM, can DO THINGS on YOUR WILL. That's just my advice. I myself think that drawing things on the screen is the most difficult part, so … | |
Re: Location initialization codes must be invoked when new enemies enters. Set breakpoints on them, by clicking on the left side of the editing window. | |
Re: maybe you should change shlash into double slash. In many popular C-like and Java-like programming languages, it's defined that \ in string means expressing some special charcode in regular charcode. I don't mean to sound stupid, but I actually know nothing about VB. | |
As you can see from the title, I'm suffering the problem. developer.apple.com didn't provide much information about this, I have to ask for solution somewhere else. I already know how to up/down-load files and create directories, but the official reference doesn't say how to undo it. I hope some one … | |
Re: That number has 16 places, and according to IEEE.754, the maximum accuracy of double is about 15 places in total. You can use uint64_t instead (or without stdint.h, unsigned long long), in this integer case, the CPU can still make an accurate calculation with it then. | |
Re: Are you sure you've used flac codec? It's probably some other lossy codec supported by .flac files. Please check and redo the experiment, and if the result come up again, please think about and prove why it is | |
Re: To recover something, you first need to know how's it like before. So. I think it's simple of you to first create a Copy&Save program to back up the system files(better be archieved), and another Copy&Save program to write files back. and This can be done with Command Line C/C++ … | |
Re: [url]http://www.daniweb.com/software-development/cpp/threads/382695[/url] I just worked on a similar thing. | |
Re: 1) That's a rule we have to follow, no particular reason 2) This means run the following lines while "number" is not equal to zero 3) “%” calculates the remainder, in this case it takes out for example the 4 in 1234. If one bit is larger than the last … | |
Re: Even for an expert, multi-D dynamic array accessing still writes lot lines. But they know how to simplify it. It is very easy to create,resize,and close a 1-D dynamic array with malloc(),realloc() and free() see [url]http://www.cplusplus.com/reference/clibrary/cstdlib/malloc/[/url] [url]http://www.cplusplus.com/reference/clibrary/cstdlib/realloc/[/url] [url]http://www.cplusplus.com/reference/clibrary/cstdlib/free/[/url] and use a calculation I call it "D-Bounce" to use it as … | |
Re: I know one. VLC,very good,very very good [url]www.videolan.org[/url] |
The End.