2,867 Posted Topics
Re: Firefox for Linux doesn't have an installation program. You can either run it from where you unpacked it, or you can move it into where it's typically installed, which is /usr/share/. To actually run the program, simply run [inlinecode]firefox[/inlinecode] found in the main folder. If it fails to run or … | |
Re: Sorry, I've searched around and I although there have been questions like these, I don't think such a utility exists. If you had Windows on there, you could've used its Disk Defragmenter to do the job, but now the best way to do it is to backup all the data, … | |
Re: It would be nice to implement the keystroke in the quick reply box - a place where there currently is no button to hit. | |
Re: It sounds like your CD drive is dead. You should probably bring it to some computer-repair place that will install a new one in for you. It's possible to install Linux without a CD, however it varies from distro-to-distro, and is usually more complicated than it seems because you must … | |
Re: I don't get it. I see the double eyes and mouth... but nothing happens. It doesn't really make me dizzy; the only thing that confuses me is why everyone else (except for lolhacker) find it so hard to look at. | |
Re: Perhaps this is what you're thinking of? [url]http://www.daniweb.com/techtalkforums/thread62114.html[/url] | |
Re: Questions specific to the game development should be posted in the [URL="http://www.daniweb.com/techtalkforums/forum71.html"]Game Development forum[/URL], and if you want to know more about developing games, you should definitely check out the [URL="http://www.daniweb.com/techtalkforums/thread63827.html"]Game Development sticky[/URL] written of course by Mr ~s.o.s~. Hope this helps | |
Re: How about I give you a few links instead of answering all your questions?[LIST] [*][URL="http://www.phim.unibe.ch/comp_doc/c_manual/C/CONCEPT/data_types.html"]C Data types[/URL] [*][URL="http://www.cplusplus.com/doc/tutorial/typecasting.html"]C Type Casting[/URL] [*][URL="http://www.le.ac.uk/cc/tutorials/c/ccccio.html#scanf"]scanf()[/URL] [*][URL="http://www.opengroup.org/onlinepubs/000095399/functions/getchar.html"]getchar()[/URL] [*][URL="http://www.sysprog.net/cstring.html"]C strings[/URL] [*][URL="http://www.sysprog.net/cstruct.html"]C structs[/URL] [*][URL="http://www.sysprog.net/cunions.html"]C unions[/URL] [*][URL="http://www.cprogramming.com/tutorial/cfileio.html"]C file i/o[/URL][/LIST]Well... there's a lot of information there, so I hope that you don't get too freaked out at all of … | |
Re: I've done it multiple times. At the moment I'm on a MacBook which can dual-boot between OS X and Debian Testing. It works fairly well, although it is a little bit of a pain to set up, compared to regular PCs. I recommend special instructions, such as the ones posted … | |
Re: Check your CD for scratches. It could possibly be screwing up the CD check. Or, if you're certain the CD's fine, then skip the CD check altogether and see if you can proceed. Post any error messages for deciphering here. :p And welcome to DaniWeb, and also to the Linux … | |
Re: [quote=jobra;291737]I am using cygwin,[/quote] Quoted from the Cywin website: "Windows ports of many of the popular GNU software tools, including the BASH and tcsh shells." So WHY in the world do you need cygwin when you are using Linux? It simply makes no sense to emulate tools you already have … | |
Re: [quote=kararu;291930]Please verify anything before you post. 1.Arrays that are static or global are initialized with zeros if no values are mentioned. You can check this out in [URL]http://www.cplusplus.com/doc/tutorial/arrays.html[/URL][/quote] Although it is true that static and global array are initalized with 0, you failed to mention that in the differences list. … | |
Re: [quote=paradoxxx;290144]Oh, I forgot, we can close this thread.[/quote] Usually the best thing for the original poster to do when problem is fixed is to click the "Mark as solved" link at the top of the page. | |
Re: Depends what you mean. If your printer has an ethernet port at the back, you can do several of the following: [LIST] [*]If you have a wireless router, you can connect it to that and then access it from another computer in your network. [*]You can also connect it with … | |
Re: At the bottom of the "Advanced reply", you can attach a number of different types of files. And if you do post the code right in your post, please use Code tags. (More info in my sig) Just a note: you're not allowed to return anything in a class's constructor, … | |
Re: >when I open up the html document on the web the input isn't coming out right. Give more information. What exactly is outputted from the program? Provide the exact HTML. Then show what you were expecting. If you know, provide where you think the problem is happening. These sorts of … | |
Re: [quote=BamaStangGuy;290852]I am making progress on my ffmpeg install. I have gotten it downloaded and now I am ready to configure it although I am not sure what I should use for the prefix. Would /usr/local work?[/quote] I think installation of ffmpeg is the same as most Linux programs: just use … | |
Re: I think AppleTalk [I]is[/I] ethernet... ethernet is really just a special networking cable, and TCP/IP is a network protocol that AppleTalk uses. Try AppleTalk, and see if it works. | |
Re: Several possibilities: The hard drive is corrupted, and although the files are listed, Linux can't copy them because there's insufficient data. This could also attribute to why Windows XP crashed. The slave drive isn't formatted/partitioned. In order for an operating system to store files on a hard disk, it must … | |
Re: >When someone is new the codes you are taking about don't really mean anything. Which is why you're supposed to read the forum rules and any announcements posted in the forum you're about the ask a question at. >Maybe if things were explained a little better in your web your … | |
Re: And if you compile a program in a compiler's debug mode, it compiles the source code into the resulting executable file. I assume using some process in the program, you would be able to extract the source code (although I could be wrong). [edit] My 1000th post | |
Re: Just to let you know: you're going to need a fair bit of bandwidth from your ISP to be able to host games, even if they are only text-based. For example, ADSL seems fast - but only until you try uploading to clients, and then you realize the truth behind … | |
Re: It's because [inlinecode]strtol[/inlinecode] was an old C function written far before C++ strings were invented. Although C++ strings have overloaded functions to make transitions from the older-style char strings to C++ strings and vice-versa, this problem can't be as transparently solved when passing a C++ string to a function that … | |
Re: [quote=linux;289280]In the terminal, wine notepad.exe and wine regedit.exe work, but others such as wine write.exe or wine sol.exe or wine cmd.exe do not. Why do some work, and why do others not?[/quote] Every Windows program is written differently. Some work, others not. You should always check out the entry for … | |
Re: Glad to hear it worked. For learning more about C/C++, you should definitely check out the [URL="http://www.daniweb.com/techtalkforums/thread50370.html"]Starting "C"[/URL] and [URL="http://www.daniweb.com/techtalkforums/thread10232.html"]C++ Books[/URL] threads. Online tutorials will only get you so far, so if you're serious about learning it, you should buy yourself a book. | |
Re: You mean something like this? [url]http://www.neurotechnologija.com/vl_sdk.html[/url] Sorry, I don't know of any free ones. | |
Re: Probably the best thing for you to do right now is to (somehow) open up System Preferences, (Apple menu, or Macintosh HD->Applications->System Preferences) and then from the Accessbilities icon, go to Mouse & Trackpad. Then, enable Mouse Keys. This will allow you to use your number pad to move the … | |
Re: You need to include [inlinecode]time.h[/inlinecode] to be able to use _strdate() - but please note that this is a non-standard function (doesn't work in Unix). And please use code tags. | |
Re: [quote=Janiceps;288155] Thank you for letting me join.[/quote] You're one of the lucky ones. We let very few people register here. :rolleyes: [quote]And i have one question. How do i change my IP adress ? I have cable internet, Comcast. I am supposed to have dynamic IP which is supposed to … | |
Re: Hmmm... I think you need [URL="http://httpd.apache.org/docs/1.3/vhosts/"]virtual hosts[/URL] to make the seperate folders public - you can't simple refer in the HTML code to private files that exist on your server. After all, how is everyone supposed to see it? ;) | |
Re: Did you read this link posted later in the thread? [url]http://www.thexlab.com/faqs/kernelpanics.html[/url] It explains very well what a kernel panic is, and how to resolve it. Specifically, the most common cause of kernel panics will be defective RAM. Try getting it tested with [URL="http://www.kelleycomputing.net:16080/rember/"]Remember[/URL], or test each DIMM module like the … | |
Re: I voted "no" in support of a Games forum, but the first thing I thought of when I saw this thread was a Game Development forum. I've been noticing lately that there's no such forum, and it's been bothering me. A Game Development forum would attract lots of discussion about … | |
Re: Glad to hear you like it. :) Probably your hard disk is having some sort of data corruption. The best thing to do right now is to reformat it right now, as you hopefully don't have too much data on the drive right now. Information on properly reformatting a Mac … | |
Re: I would say that your DVD drive (or at least the burning part of it) is dead/broken. So the burning doesn't work, although apparently it can still read fine. You have several options at this point: [list] [*]Get a new SuperDrive and replace it with the current one in your … | |
Re: Most likely your monitor is dead. If you have a spare one, try it with your computer, or if not, you can often pick up a cheap $10 one at a local thrift store. Failing that, I would say there's probably something wrong with your graphics card. Hope this helps | |
Re: Hello, You should check out the source of some open-source game engines such as [URL="http://apocalyx.sourceforge.net/"]Apocalyx[/URL], [URL="http://irrlicht.sourceforge.net/"]Irrlicht[/URL] or [URL="http://www.crystalspace3d.org/tikiwiki/tiki-view_articles.php"]Crystal Space 3D[/URL]. That should help you better understand how game engines work. Game engines, as you probably already know, try to abstract you from the technical details of operating a graphics library, … | |
Re: Shall I go through with the standard procedure? Don't use [inlinecode]void main[/inlinecode]. It's bad for you. (Or rather, for your OS) Did you forget a [inlinecode]<< endl;[/inlinecode] at the end of your statement? (Also missing closing brace) [code]cout << "Please enter matrix B:" << endl; Matrix3X3 B = inputMatrix () … | |
Re: Return of The Jedi. Biggest reason? I think it was because of all the events of Endor [I]and[/I] the fact that it concluded the trilogy... Just to be a "rebel" I voted for Phantom Menace :) | |
Re: [quote=jaguar founder;288401]Dont u need return 0;? or is that only for console ah?[/quote] Returning EXIT_SUCCESS is usually 0, which is the value that [B]should[/B] be returned to the operating system by a program to indicate success. However, since EXIT_SUCCESS is not guaranteed to be 0, the only way to be … | |
Re: [quote=mksctg;288738]how i'll setup my home network between two or three pcs.[/quote] Be careful - a single ethernet cable isn't going to be able to network more than 2 computers. For 3, you'll need a router/switch, and in that case, you should be using straight-through ethernet cables instead of crossover cables. … | |
Re: Most likely due to the fact that most of the objects referenced in mmsystem.h are actually defined in winmm.lib -- a library you need to link your program with, or you'll get a ton of errors. In the compiler configuration, look for a list of .libs, then add winmm.lib to … | |
Re: [quote=WoBinator;288621]Cool, thnx...something that i read made me think that assembly was easier lol .... im trying to learn Python at the moment :D ... from there ill move on to C++ :lol: ... Whats up with Perl? is it easier than Python? is VBScript hard to learn? After learning Python … | |
Re: Would you rather have them use [inlinecode]programmer[/inlinecode] and [inlinecode]computer[/inlinecode]? :twisted:.... [code] void programmer::do_something() { if (feeling_bored()) { this->my_computer.use(); } . . . } [/code] | |
Re: Would this be what you're looking for: [url]http://www.macupdate.com/info.php/id/16425[/url] | |
Re: Perhaps there's a loose cable, or maybe the screen is dying. If you're feeling handy, get out a screwdriver (non-magnetic!), and follow the instructions in the Apple manual to open up the iMac. Try wiggling some cables and make sure nothing's amiss. Other than that, I'd say bring it to … | |
Re: [code] do [COLOR=Red];[/COLOR] { cout << "How many Number will you Enter? " << flush; cin >> nums; } [COLOR=Red]{[/COLOR] while (nums <0);[/code] Your loop is really screwed up. I don't think you want that semicolon after [inlinecode]do[/inlinecode], and that opening brace before the while statement. Here's how do...while statements … | |
In response to [URL="http://www.daniweb.com/techtalkforums/thread25111.html"]this thread[/URL], I have created a poll asking for supporters of a Game Development forum. It's something that I find DaniWeb is lacking, it would attract a good crowd of game developers and programmers, and would keep game programming discussions seperate from other forums such as the … | |
Re: [quote=viv_mbbs;288423]Doesn't matter which lang it is...as long as i get the algo......[/quote] Alright, if it doesn't matter which language it's in, I'll give it to you in Pseduocode... [code] reverse words function: 1. remove first word from sentance 2. call myself again with the remaining part of the string 3. … | |
Re: [quote=nasduck;288425]How to write power of e in c++? Like e^3, does computer know e? Can I write it as pow(e,3) ?[/quote] What do you think? Try it. | |
Re: Have you ever sucessfuly compiled software on this install before? If not, I would say there's a pretty good chance that you don't have a compiler installed. I'm not familiar with YaST packaging tools, but I think it's basically the same as other distributions: install gcc, make, and automake (some … |
The End.