2,867 Posted Topics

Member Avatar for lllllIllIlllI
Member Avatar for MidiMagic
0
177
Member Avatar for lasher511

[QUOTE=lasher511;409375]Personally i think the whole black google thing was just a cheap shot at google.[/QUOTE] If you think they were taking a shot at Google, don't you think they'd be suggesting some darker-colored search engine that [I]isn't[/I] based on Google? They just chose Google because it's the largest search engine, …

Member Avatar for chriswellings
0
279
Member Avatar for Dave Sinkula

>Hmm.. okay, why don't we just put up a giant shade covering the entire world.. You silly... we've already done that! :P [url]http://en.wikipedia.org/wiki/Global_dimming[/url]

Member Avatar for jbennet
0
4K
Member Avatar for hugh macnab

>Can I video-chat to someone who has a regular PC with Microspoft XP? aMSN can accomplish this. >Do I still use the unique e-mail software provided by my ISP? This is a question you should ask your ISP. >Can I load my Creative MP3 player software? [URL="http://www.wentnet.com/projects/xnjb/"]XNJB[/URL] is a Mac …

Member Avatar for macfrik
0
101
Member Avatar for Darkangelchick

What format is this file in (.doc, .odt, etc.)? Is this the only file that you're having trouble opening?

Member Avatar for Darkangelchick
0
140
Member Avatar for MosaicFuneral

The people who do all the thread neocromancy are the same ones who wouldn't use a sage feature even if it was available, so what's the point?

Member Avatar for verruckt24
1
216
Member Avatar for kenji

>but press the right arrow key and the display should update That's not possible with standard C. The line buffering in your console prevents your program from accessing input like arrows or function keys (nor can you modify something that has already been printed onscreen). To be able to accomplish …

Member Avatar for John A
0
113
Member Avatar for sillyboy
Re: IRC

Try mibbit: [url]http://embed.mibbit.com/?userListWidth=100&server=irc.daniweb.com%3A6667&chatOutputNickWidth=70&channel=%23daniweb[/url]

Member Avatar for sillyboy
0
94
Member Avatar for jbennet

Ubuntu enables 'Emulate3Buttons' by default. You can disable it by editing xorg.conf and going to your mouse input device section.

Member Avatar for sillyboy
0
109
Member Avatar for lehe

The GNU implementation of copy_n is in the [icode]__gnu_cxx[/icode] namespace. Try putting [icode]using __gnu_cxx::copy_n[/icode] after your #include and your program should compile fine.

Member Avatar for John A
0
237
Member Avatar for paulmarrington

>did you try bootcamp ? Boot Camp is only intended to aid a native installation of Windows on Mac hardware. It has nothing to do with emulating WIndows on a Mac.

Member Avatar for jbennet
-1
832
Member Avatar for VernonDozier

Go to your [URL="http://www.daniweb.com/forums/member258764.html"]user profile[/URL], about halfway down the page you'll see a field named "homepage:".

Member Avatar for VernonDozier
0
168
Member Avatar for mansip

[URL="http://library.gnome.org/devel/gtk/unstable/GtkButton.html#gtk-button-set-label"]gtk_button_set_label()[/URL]?

Member Avatar for mansip
0
50
Member Avatar for verruckt24

Auto-marking threads as solved would defeat the purpose of having the 'solved' feature in the first place. I don't want to know if a thread has been active within the last 3 months, I want to know if the issue was resolved.

Member Avatar for verruckt24
0
462
Member Avatar for indonesienne

Works fine for me -- what link are you clicking on ("main site" works great), and what happens? Nothing? Also provide your operating system and web browser that you are using.

Member Avatar for DougSlimline1
0
216
Member Avatar for lllllIllIlllI
Re: tags

[url]http://www.daniweb.com/forums/misc.php?do=bbcode[/url]

Member Avatar for lllllIllIlllI
0
82
Member Avatar for Bretzel13

>Is there any way to open a website in the default browser that will be cross-platform? Who defines what the 'default' browser is defined as? Sure, on Windows it's some registry entry, but on other operating systems there often is no default browser.

Member Avatar for Bretzel13
0
169
Member Avatar for confused!

Please use [noparse][code][/code][/noparse] tags. Try checking out the following links... palindrome programs in C++ are not at all uncommon: [URL]http://www.codingforums.com/showthread.php?t=56285[/URL] [URL]http://sublimesoftware.blogspot.com/2005/05/generic-programming-in-c-part-3a.html[/URL] Hope this helps

Member Avatar for hajiakhundov
0
269
Member Avatar for Paddy

You're in luck. Just recently (within the last couple of months), Microsoft has started rolling out free POP3 and SMTP support on their Windows Live accounts. Here's the connection info that works for me: POP3 (incoming) username: [noparse]email@hotmail.com[/noparse] server: pop3.live.com authentication: password encryption: SSL port: 995 SMTP (outgoing) username: [noparse]email@hotmail.com[/noparse] …

Member Avatar for Paddy
0
142
Member Avatar for moonw3ll

>choice = getData(int); You're getting the error because getData needs an actual integer to be passed to it. Then again, making getData() take parameters which it doesn't actually use makes no sense, so you should change the prototype of the function to getData(void). Your menu() function also makes no sense. …

Member Avatar for moonw3ll
0
156
Member Avatar for pdwivedi

[QUOTE=vmanes;821717]The size of the char[] is also still accessible in the function where an instance of the class is created, but not when that instance is passed to another function.[/QUOTE] Perhaps I'm misunderstanding. [code]class MyClass { public: char mystring[15]; }; void function1() { MyClass myobject; std::cout << "function1() sizeof mystring …

Member Avatar for Ancient Dragon
0
201
Member Avatar for Gagless

You don't seem to understand the concept of using an object. An object has its own data members, which are abstracted from a function like main(). Once you set the rectangle's width and length, you don't need to keep on passing 'length' and 'width' as arguments to a function unless …

Member Avatar for Gagless
0
132
Member Avatar for tksrules

>scanf("%s",&myphonebook.name ); How about [icode]scanf("%s", myphonebook[i].name);[/icode] You don't need to use the dereference operator since the array name acts as a pointer to the beginning of the data.

Member Avatar for John A
0
103
Member Avatar for Duki

Your copy constructor is broken. You copy from 0..size, which is incorrect because you're assuming that your data starts at 0. Instead you should copy from front+1..rear (remembering to wrap to your maxQue).

Member Avatar for Duki
0
179
Member Avatar for veledrom

Through the command line? [url]http://dev.mysql.com/doc/refman/5.0/en/batch-commands.html[/url]

Member Avatar for veledrom
0
81
Member Avatar for happygeek

Despite what you might think, the member of the month isn't chosen based on any kind of user or staff input. Happygeek has devised a secret mathematical formula which determines the next member of the month; threads like these are only intended to give people the impression that they're 'special'.

Member Avatar for jbennet
0
617
Member Avatar for sunderthomas

You've got a lot of problems with your code, but you do get bonus marks for being one of the few people who use code tags on their first post! >#include<iostream.h> >#include<string.h> Those headers are nonstandard and not recommended. Try removing the ".h" from them and adding the line "using …

Member Avatar for monkey_king
0
165
Member Avatar for koushal.vv

>Or did I miss the posting guidelines. Yes you did. And it's appropriately titled "Read This Before Posting": [url]http://www.daniweb.com/forums/thread78223.html[/url]

Member Avatar for John A
0
510
Member Avatar for lil_panda

Without knowing the exact error message that you encountered, it's kind of hard to diagnose it. However, if you are having hardware issues with the alternate install CD, chances are that even if a LiveCD did exist for PowerPC it would still suffer from the same hardware detection issues. By …

Member Avatar for lil_panda
0
330
Member Avatar for Squires

>I can ping loopback address, router, my desktop and websites(by >name and ip) So you can ping everything on the internet, but your browser just can't use your connection?

Member Avatar for Squires
0
234
Member Avatar for grgreen

>I know the linux iso disk is good because my new Macbook will boot to it Then of course it won't boot on your PowerMac. MacBooks use a completely different architecture than the old PowerPC chips; you'll need to download a PowerPC version of Ubuntu for that to work on …

Member Avatar for grgreen
0
512
Member Avatar for RogueeZ

Perhaps: [url]http://www.codeweavers.com/compatibility/browse/group/?app_parent=4100[/url]

Member Avatar for RogueeZ
0
94
Member Avatar for cnc jim

>Did I read somewhere about restarting holding down T, for target? Target Disk Mode is exclusive to Firewire. Networking with a Cat5 cable isn't difficult though.

Member Avatar for cnc jim
0
112
Member Avatar for sk8ndestroy14

[QUOTE=hamada_1990;407073]true that but the game is nice actually check this out so nobody thinks i am a liar[/QUOTE] Yep, if you post a screenshot, you're definitely not a liar. :P

Member Avatar for ahihihi...
0
312
Member Avatar for sudharsannr

>Have you ran a sudo apt-get update? Neither Fedora nor OpenSUSE use dpkg as their package manager...

Member Avatar for sudharsannr
0
215
Member Avatar for iamthwee
Member Avatar for Rashakil Fol

I initially thought this thread was meant to be a joke, but apparently I was wrong. [QUOTE=Ancient Dragon;810988]I like the idea of being able to specify the number of rep points I could give someone. I'm more concerned about bad rep -- I rarely give out bad rep because I …

Member Avatar for happygeek
0
169
Member Avatar for GDICommander
Member Avatar for tuse
Member Avatar for Comatose

The language is user-specified in the code snippet submission form. That means that users can specify abbreviations of the language, misspelling, etc., and they will all appear in separate categories. I suppose someone (me?) should rename them so the naming is consistent.

Member Avatar for William Hemsworth
0
141
Member Avatar for jimsplaz

[QUOTE=jbennet;550498]try help -> about[/QUOTE] That would only work if the program had the key -- which it apparently doesn't, thus the request to enter an activation key. I'm agreed with Michael here, most likely the key isn't stored on the system anymore (or perhaps the application's preferences file suddenly got …

Member Avatar for jbennet
0
291
Member Avatar for tech291083

>The truth is, the operating system name is GNU (Recursive Acronym >that means GNU is NOT UNIX), and "Linux" is the kernel that GNU uses Says GNU. In my experience, the only people who seriously call it that are either GNU zealots or people who've read [URL="http://www.gnu.org/gnu/linux-and-gnu.html"]GNU's propaganda[/URL]. They keep …

Member Avatar for Toba
0
149
Member Avatar for normanhilda

>Hi Will Corperate, messenger work on video for Mac? No. You'll need to use an alternate messenger, such as [URL="http://www.amsn-project.net/"]aMSN[/URL].

Member Avatar for normanhilda
0
133
Member Avatar for normanhilda
Member Avatar for John A
0
115
Member Avatar for theighost
Member Avatar for theighost
0
84
Member Avatar for coolraj003

Are you trying to be stupid, or does it just come naturally to you?

Member Avatar for ahihihi...
0
1K
Member Avatar for jerrykunz

>I am quite certain that defagging cannot be done on Macs. Fragmentation isn't as big a deal as it used to be. With large hard drives, hard drive caching, and more intelligent filesystems, data isn't fragmented in the first place as often. However, defragmenting *can* be done on Macs, in …

Member Avatar for Danarchy
0
345
Member Avatar for Bhawana Pant
Member Avatar for 2coolmama

Chances are, if you didn't download/install anything from those sites you should be fine. However, it wouldn't hurt to run a virus checker through your system just to be sure (use ClamXav like Stylish recommended).

Member Avatar for litsa5
0
886
Member Avatar for ShawnCplus

The End.