2,867 Posted Topics

Member Avatar for michellemullen

I'd say you should sort the address book entried into alphabetical order before you write it the file. Writing and reading to the text file should be easy if you use an ASCII format (not binary). Store it something like this: [code]Name Address Phone[other data here] Name Address Phone[/code] Using …

Member Avatar for ravi.d
0
327
Member Avatar for k0rnyfr33k

You could also try using a different instant messenger. Macs come by default, with iChat, which uses the AIM protocol, so you won't have to get a different screen name. [URL="http://www.adiumx.com"]Adium[/URL] is another instant messenger you can try.

Member Avatar for crunchie
0
339
Member Avatar for MaestroS

Hmmm, mixing [inlinecode]new[/inlinecode] and [inlinecode]free[/inlinecode]...

Member Avatar for Stefano Mtangoo
0
888
Member Avatar for randomFIRE
Member Avatar for Kenny B.

How much RAM do you have in your computer? What's the processor speed? You should also check which services are running. A quick way to find this out is to do a CTRL-ALT-DELETE, and then note the items in the listing. Could you post those here? Lastly, when did you …

Member Avatar for asclinton
0
294
Member Avatar for zolo92

"Hacking" has a rather negative connotation associated with it, however hacking in itself is not exactly illegal. For example, one could make a mod for a game that is perfectly legal, and call it a "hack". "Cracking" is illegal and not what you want to do. That's the actual act …

Member Avatar for happygeek
0
308
Member Avatar for earlyriser

I can't really tell what your code is supposed to be doing; please forgive me. For testing purposes I changed myFile to cin so I could manually enter the input. It seemed to work as expected, stopping whenever it reached a '&' character. One thing that I noticed was that …

Member Avatar for ifezuec
0
333
Member Avatar for mattyd

The only one I've ever posted in is that riddle game, which I guess says something about what I think of the word games. :P

Member Avatar for briangreen143
0
200
Member Avatar for John A

Hi, I'm not sure if this is the right forum to post this thread in, but here it is. Even though I program on the Mac OS X platform, and am quite good at it, I'm really doing game programming, so I never really learned much Cocoa or Carbon. Can …

Member Avatar for jarimany
0
1K
Member Avatar for paradox814

> for instance in windows xp, you can press ctrl+alt+del twice, and it will allow you to manually type in a username/password. You can do that in Mac OS X by pressing an up/down arrow key, and then press Shift-Option-Return. To set it permanently, you choose Apple->System Preferences->Accounts. Under Login …

Member Avatar for jesuaflores
0
224
Member Avatar for keithtronics

>can you construct 3D models without programming knowledge? Yes. The art of creating 3D models has little or nothing to do with the actual programming of a game that incorporates the 3D models into it. Probably the easiest one to start learning on is [URL="http://www.wings3d.com/"]Wings3D[/URL]. The interface is quite simple, …

Member Avatar for peter_budo
0
163
Member Avatar for newsguy

Great, they've finally gotten around to doubling the bitrate on those AACs. 256 kb/s is acceptable, 128 kb/s was just a joke. Sadly, no sign of them offering lossless music, even though iTunes and their iPods are perfectly capable of playing files encoded to Apple Lossless. Not only would Apple …

Member Avatar for shidfhd1dsf
0
308
Member Avatar for ladycharmed

You should configure your router with a hard wired connection if possible. On some routers, wireless isn't even on by default, so you're forced to use cables. Open your web browser, and enter the IP address (do what darren said), although it's usually 192.168.0.1 If this does not work on …

Member Avatar for DOESNOTCOMPUTE
1
1K
Member Avatar for George Page

Why don't you try downloading the file manually from Adobe's website? [url]http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash[/url] The installer contained inside the dmg will probably fix any errors that may have been existent previously, so everything should work after this installation. Hope this helps

Member Avatar for tomin
0
288
Member Avatar for joydsouza90

Use the nonstandard [URL="http://www.opengroup.org/onlinepubs/007908775/xcurses/getch.html"]getch()[/URL] to handle your keyboard input - but beware, it's not supported on all compilers and the input is non-buffered. That being said, there's no C/C++ standard for asynchronous input as far as I know, so using getch() is your best bet.[URL="http://www.opengroup.org/onlinepubs/007908775/xcurses/getch.html"] [/URL] Using variables to keep …

Member Avatar for kirit275
0
1K
Member Avatar for yabuki
Member Avatar for The Dude

[quote=Infarction;371447]broken links? see them all the time... :P[/quote] Try right-clicking this and saving to disk. [URL]http://www.wimp.com/v/chickfight.wmv[/URL] (For some reason my browser doesn't recognize the fact that this isn't a text file.) Dude, next time will you please post the actual link instead of the redirection? Just copy whatever is in …

Member Avatar for coloradoboy2
0
414
Member Avatar for Narue
Re: IRC

Or maybe people should stick around for a few days instead of a few minutes. Just sayin'.

Member Avatar for Nick Evan
0
281
Member Avatar for funtoknow

Please format your code properly by using indentation and [URL="http://www.daniweb.com/forums/announcement118-3.html"][B]CODE[/B] tags[/URL].

Member Avatar for pebbles
0
393
Member Avatar for RedRivalK

[quote=RedRivalK;251111]thank you and just curious can anyone help me with that[/quote] D'oh! RTFM! (Read The Fine Manual) What I mean by that is if you at least make an effort to find out, you'll realize it isn't very hard at all. At least show that you're trying, and post any …

Member Avatar for Pointman
0
409
Member Avatar for tformed

>It does run, and shows the correct answer; but I keep getting an error: How can it run if it doesn't compile? (The reason it has errors is because you need to escape your quotes in the last [inlinecode]printf[/inlinecode] statement.)

Member Avatar for NathanOliver
0
697
Member Avatar for cybergirl

>Ok, how would you implement the Tic.c program recursively? So start your own thread, [URL="http://www.catb.org/%7Eesr/faqs/smart-questions.html"]ask a proper question[/URL] and check out the rules. We have no idea what you are trying to implement recursively (aside from the fact that it's a Tic Tac Toe game), and you haven't shown as …

Member Avatar for codename09
0
1K
Member Avatar for kirstinmarcon

[quote=supersneak85;248307]i certainly hope you've figured out how to fix this by now, but if not: hold ctrl+option+apple+8 and you'll be back to normal.[/quote] Thanks for bumping a 2-month-old thread that's already been resolved.

Member Avatar for AndyOne
0
378
Member Avatar for gurokevin

Currently there is no program that exists on the Mac platform capable of doing this. The only way you could possibly accomplish this is to install Windows on your Mac (either via Boot Camp if you're running a newer Mac, or using virtualization technology), and then run Publisher from there …

Member Avatar for sesdemarco
0
375
Member Avatar for Lomoco

I would guess the issue here is that the manufacturer doesn't prove native drivers that OS X can use. Do the cameras that don't show up in the Finder sync directly with iPhoto? If not, then there's nothing you can do about it, short of writing your own driver for …

Member Avatar for lindsey91
0
206
Member Avatar for Grundu

How am I supposed to know that you legally own the router? If not, are you not attempting to gain illegal access to the router, or being a "hacker"? I'm not going to help you break the law, but if you actually own the router, you can usually reset it …

Member Avatar for spgun
-1
1K
Member Avatar for RivetLikeWhoa

[quote=DJ-KhaosTheory]NO a 64bit system CANNOT run 2gb of ram UNLESS it is enabled in the processor, (he said NEWBIE server, so use NEWBIE advice)[/quote] You clearly have no idea what you're talking about.

Member Avatar for PSolutions
0
499
Member Avatar for Dani

You can apply themes to Vista which [URL="http://www.neowin.net/forum/index.php?showtopic=470827&st=0"]alter your taskbar's appearance[/URL]. If you want to manually hack the taskbar's color, you'll have to use a tool like [URL="http://www.angusj.com/resourcehacker/"]ResHacker[/URL], or just change the color theme in Vista (although that changes everything, not just the taskbar). Edit: looks like someone just outdid …

Member Avatar for Bob_180_Bob
0
868
Member Avatar for Dani

You probably already know what my opinion is going to be, but here it is one final time. The old flat 2006 DaniWeb looked way nicer. [url]http://www.daniweb.com/forums/attachment.php?attachmentid=3311&d=1177976833[/url] It was designed much more around actual functionality; it didn't have these silly "share this", "syndicate that", tags, votes, even reputation kind of …

Member Avatar for feoperro
3
941
Member Avatar for angelopovance
Member Avatar for penjing
-1
175
Member Avatar for Cudmore

What I figure is that the X server is configured to automatically start up even in runlevel 3. You could of course, change the configuration files so that X doesn't start up in runlevel 3. But it's probably easier to use the shell to quit it temporarily. You can try …

Member Avatar for EdwinStarr
0
225
Member Avatar for Lomoco

The only grammar checker I know of that plugs directly into Mac OS X instead of invoking a seperate application is [URL="http://linguisoft.com/"]Grammarian Pro X[/URL]. Sorry, it's not free, but I believe they offer a free trial of it.

Member Avatar for gasp
0
100
Member Avatar for Earendil

Compiled fine for me. It looks like the code you pasted is different than the code that you posted ("vector<double,class std::allocator<double> >" from the error). Another possibility is that your compiler is too old. Visual C++ 6.0 should be trashed, try [URL="http://msdn.microsoft.com/vstudio/express/"]Visual Studio 2005 Express[/URL] (free download) or [URL="http://bloodshed.net/"]Dev-C++[/URL]. >I …

Member Avatar for Yiannis_Sp
0
279
Member Avatar for vmanojnair

[quote=Nick Evan;298677] He means that this topic was started 1,5 year ago. Ancient Dragon probably did miss this question: Which was posted less then 2 weeks ago.[/quote] Which is a perfect example of why someone shouldn't piggy-back old threads. It's quite simple: if you have a question, post it in …

Member Avatar for peter_budo
-4
675
Member Avatar for Salem

I've said this already, and I'll say this again: I still think requiring X number of posts before a user can add a signature would work wonders to stopping this crap. But for some reason higher-ups disagree with me. *shrugs*

Member Avatar for Nick Evan
0
257
Member Avatar for Tauren

A C/C++ book will NOT show you how to write an operating system, and for a good reason: it's far beyond the scope of the book. Creating an operating system takes a whole team of skilled programmers just to create a simple kernel. Linux took years before a GUI was …

Member Avatar for Ancient Dragon
0
547
Member Avatar for sknake
Member Avatar for cwarn23
1
313
Member Avatar for iamthwee

Fairly simple for most of your problems; you're just missing a lot of drivers that need to be installed and downloaded. For your graphics card, head over to Nvidia and download the Linux drivers: [url]http://www.nvidia.com/object/unix.html[/url] Get the model of your sound card, and google it and "linux driver". You'll likely …

Member Avatar for hema_1
0
289
Member Avatar for lllllIllIlllI

The incident that was being referred to in this thread has nothing to do with client modes. The user mask "*!*@*.mibbit.com" was temporarily banned in #daniweb due to a user abusing the service.

Member Avatar for The Dude
0
1K
Member Avatar for johnnymarz

[quote=johnnymarz;247878]I just dont know why all of my icons are highlighted dark blue?[/quote] Here is a discussion about this: [url]http://www.softwaretipsandtricks.com/forum/windows-xp/19522-desktop-icon-text-highlighted.html[/url]

Member Avatar for Bob_180_Bob
0
145
Member Avatar for Gaurav arora

>Well C is too old for 2007 What facts do you have that support that statement? ;) >there indeed is an endline character the 'endl' ! [inlinecode]endl[/inlinecode] is not a character, it's a macro which: a) inserts a newline '\n' into the output buffer b) flushes the output buffer. Realistically, …

Member Avatar for ashutosh1234
0
99
Member Avatar for hamada_1990

[quote=TheNNS;464091]if you were a company that made software for consumers, wouldn't you write it for the most used operating system? Windows has been dominant for a very long time. There are plenty of applications that will literally let you do anything. There's everything from little apps to full blown software …

Member Avatar for hamada_1990
-2
436
Member Avatar for kurt_tna

[quote=kurt_tna;278511]does any one know the c++ code for the Nim Game?[/quote] No, although you if you know C++ you could probably [URL="http://www.codeguru.com/forum/showthread.php?t=322128"]make it yourself[/URL].

Member Avatar for username4
0
108
Member Avatar for Dani
Member Avatar for stevenpetersen

People still can't figure out how to use the reputation points system. What makes you think another points system will suddenly become meaningful? Here's what will happen: confusion, abuse, and bitching (which already happens with the existing rep).

Member Avatar for stevenpetersen
0
538
Member Avatar for aznballerlee

[quote=aznballerlee;282743]I get one compilation error, that vp is not declared (true). If I take it out, it says I can't overload wtih 4 arguments. What's the wrongdoing here?[/quote] OK, so if this is Robot's only constructor: [code=cplusplus] Robot(string nm, Valley* vp, int r, int c, Dir d);[/code] And you try …

Member Avatar for zuser
0
176
Member Avatar for linux

I think to automatically boot into GUI mode, you must set the runlevel to 5. Edit the /etc/inittab file, and you should find a section in the file that describes this. Also, you may have not installed the right software. You need the X Windowing enviroment, and you might also …

Member Avatar for jbennet
0
195
Member Avatar for sfrider0

Why are you using 'ItemType' for your lists? Is this some sort of generic container-type object? (Presumably it overloads the '>>' operator, since you were using it in main().) If I were designing the UnsortedType class, I would probably use a template so the object type can be specified when …

Member Avatar for HAZEM8002
0
152
Member Avatar for John A

I don't know about you, but I find this just ridiculous: [quote=http://www.toptechnews.com/story.xhtml?story_id=11000CHFINA0]The Opera Web browser will be available for Nintendo's Wii starting on Friday[/quote] The technology to browse the web has been around for some time now. And I think there was a reason why game console designers didn't have …

Member Avatar for pama6712
0
154
Member Avatar for msbhatt_2000

>I want to solution for following question b'case i am begineer Ah, so we'll do all the hard work because you are a beginner. Sorry. [url]http://www.daniweb.com/techtalkforums/announcement8-2.html[/url] We'd be happy to help you, but first you have to show us how far you've gotten.

Member Avatar for ankush.sheetal
-1
182

The End.