11,565 Posted Topics

Member Avatar for Tekmaven

An Apple G5 ... Dual 2 Ghz 2 gigs DDR 400 SDRAM (PC3200) ATI Radeon 9800 Pro Apple Cinema HD Display (23" flat panel) SuperDrive (DVD-R/CD-RW) (currently own harman/kardon SoundSticks) The G5 is backordered but the 23" widescreen came and is currently hooked up to my Windows machine for the …

Member Avatar for big_k105
0
177
Member Avatar for Weezer

[code] #include<iostream.h> bool isVowel(char); char toUpper(char); int main() { char my_letter; cout << "Enter character: "; cin >> my_letter; cout << toUpper(my_letter); return (0); } bool isVowel (char letter) { bool to_return = false; if ((letter=='a') || (letter=='e') || (letter=='i') || (letter=='o') || (letter=='u')) to_return = true; return (to_return); } …

Member Avatar for Dani
0
149
Member Avatar for needfix
Member Avatar for Dani
0
162
Member Avatar for JetBlue
Member Avatar for mokkema

Solid light staying on the floppy drive means the ribbon cable is backwards. Otherwise, this is - unfortunately - the symptoms of a bad FDC (floppy disk controller) on the motherboard. I've had this happen to me on a brand new motherboard.

Member Avatar for mokkema
0
132
Member Avatar for byocom

Go to the advanced tab of Internet Explorer preferences, and disable inline AutoComplete.

Member Avatar for Dani
0
99
Member Avatar for need help

Each CPU has a speed in mhz. For a faster machine, you need a faster CPU. However, by keeping hte existing motherboard, it's unlikely you'll be able to buy a CPU with a much faster processor than your existing one. (Motherboards are only compatible with certain CPUs).

Member Avatar for )BIG"B"Affleck
0
439
Member Avatar for stehigs321

user enters NUMBER for loop counting X from NUMBER to 1 counting backwards [indent]if ( (NUMBER % X) == 0 ) then X is a factor print X to the screen [/indent]continue looping In the above algorithm, we use modular division. (e.g. number % x = number mod x) What …

Member Avatar for stehigs321
0
281
Member Avatar for Dani

I apologize for techtalk being down the past hour or so. Unfortunately, there were some difficulties with the server. Everything should be up and running smoothly now. :) Sorry for any inconvenience.

Member Avatar for Dani
0
86
Member Avatar for g6imxwjj

I've tried doing this once too in windows xp, with no problems. I never attempted it in windows 2000 - I don't even know if network bridging is built into win2k, sorry I can't offer more help

Member Avatar for )BIG"B"Affleck
0
135
Member Avatar for Brandon6969tech

[list=1][*]is this a pirated version of windows? [*]if yes, when you made the cd, did you include autorun files? [*]in the bios setup, is it set to boot to a cd before the hdd? [*]try another cd that is meant to boot at startup (e.g. win2k), does that one work? …

Member Avatar for feigned
0
114
Member Avatar for Brandon6969tech

Big B, you did good :) Locking this thread. Everyone can reply to the link Big B posted.

Member Avatar for Dani
0
500
Member Avatar for Crowe182

Remember, you can also go to the user control panel, and somewhere in your preference options, you can set to use a WYSIWYG editor to edit posts. Unfortunately, I have to run off to class in a few minutes, so don't really have time to look at this program right …

Member Avatar for Crowe182
0
124
Member Avatar for testtechtalk

Hey test[b]techtalk[/b], does this happen on all sites with popups? Are you using a popup blocker (including the one built-into the Google toolbar, Norton Internet Security, or a web browser like Safari with a built-in popup blocker?

Member Avatar for )BIG"B"Affleck
0
163
Member Avatar for camelNotation

Big 'b', in the future, can you reference posts and threads as [post ]6466[/post] instead of the entire URL? Thanks! It's just so much easier in case I happen to change the directory structure of the site, move the site back to techtalkforums.com from daniweb.com, etc - this way links …

Member Avatar for Dani
0
125
Member Avatar for camelNotation

200 mb of video ram? Are you sure that it says it doesn't require 20 mb? The latest and greatest video cards now have 256 mb of ram. The average gamer needs 64mb to 128mb. The best video cards out on the market are the ATI Radeon 9800 Pro and …

Member Avatar for camelNotation
0
178
Member Avatar for rknight

I haven't done work with strings in a long while, but could u by any chance use string.h with getline? Check out this reference site: [url="http://www.msoe.edu/eecs/ce/courseinfo/stl/string.htm"]http://www.msoe.edu/eecs/ce/courseinfo/stl/string.htm[/url]

Member Avatar for rknight
0
184
Member Avatar for camelNotation

[CODE] #include <iostream> // function prototype unsigned long int Perimeter (unsigned short int, unsigned short int); int main () { unsigned short int length; unsigned short int width; unsigned long int Perimeter; cout << " Please enter the length of the rectangle: " << length << endl; cin >> length; …

Member Avatar for camelNotation
0
342
Member Avatar for johnnya

[QUOTE=)BIG"B"Affleck] I dont know where your last post went but I was responding to your question[/QUOTE] He deleted his post for some reason.

Member Avatar for )BIG"B"Affleck
0
115
Member Avatar for fakespike

This was part of a duplicate post. More information is available at [thread]1183[/thread]

Member Avatar for Bob
0
2K
Member Avatar for fakespike

Indeed, this is a duplicate post. Please direct all future responses to [thread]1190[/thread] (this way, all responses to the thread are together) Thanks!

Member Avatar for Dani
0
232
Member Avatar for royal8u

Please don't double post. People can respond to this post here: [thread]1225[/thread] Thanks!

Member Avatar for Dani
0
66
Member Avatar for Valmian

The code does, indeed, work in windows or linux? Sorry, I'm not all that familiar with any mac development tools.

Member Avatar for Valmian
0
207
Member Avatar for ZaiKen

check you're using the latest video card drivers available also, make sure your ram is properly seated in your motherboard also ... i forgot what menu it's under, but there is an option somewhere to "reboot computer due to a bugcheck" or the like, try disabling that also, check your …

Member Avatar for )BIG"B"Affleck
0
142
Member Avatar for Dani

My dual 2ghz G5 mac finally arrived today! Ooooh how excited I am! However, I tried installing MSN software. The installation completed fine, but everytime I try to load the program, it automatically exits on me. I tried logging out and restarting. Virtual PC doesn't yet work for the G5, …

0
97
Member Avatar for Julieqli

The site you provided a link to has some java applets in it. Perhaps your java runtime environment (jre) provided by either microsoft or sun microsystems is corrupt, so every site you access with java applets gets screwed up??

Member Avatar for Julieqli
0
606
Member Avatar for Tekmaven

What's the difference between standby and sleep/hibernate modes? What about just editing the power settings to turn off your hdd after X amount of time? http://www.blueowltechnologies.com/pmWin2K.asp http://is-it-true.org/nt/nt2000/utips/utips16.shtml Sorry I can't be of much help with regard to your problem. :(

Member Avatar for Vester
0
566
Member Avatar for Dani

Here at TechTalk Forums, we've been honored to have been selected to be the forum of choice for PC Mod Kingdom, run by TechTalk's own Tekmaven and MAD_DOG !! If you've arrived here from PC Mod Kingdom, welcome !! Feel free to post here - in the pc mod section …

Member Avatar for Dani
0
305
Member Avatar for fakespike

[QUOTE=fakespike] btw there is alot in common between math and computers how about you add a math section in the forum. just a thought.[/QUOTE] Good luck! Does your school offer tutorial services? Also ... for math-related computing, use the Computer Science forum - that's exactly what it's there for!

Member Avatar for Dani
0
122
Member Avatar for Gig

He wants to be able to empty the trash bin that's in the OS X dock? Or on the OS9 desktop. As far as I know (remember), it's the same as with the Windows recycle bin ... right click and then go to empty. (Or, with a one button mouse, …

Member Avatar for camelNotation
0
706
Member Avatar for pranav3380
Member Avatar for zorteck

Basically, you want to reformat your computer, right? What version of Windows is this?

Member Avatar for zorteck
0
120
Member Avatar for dungless

Glad to hear that you are making some headway. Personally, I used to use McAfee, and then switched to Norton and loved it. However, I found that it likes to creep into just about everything in Windows and practically invade the registry. The last time I reformatted, I installed McAfee …

Member Avatar for gahan
0
245
Member Avatar for need help

The error "Cannot delete file. Make sure the file is not in use and it's not write protected." That the one you're talking about? It happens when you're trying to delete a file that a program you're currently using (or even the operating system) is using, itself.

Member Avatar for need help
0
169
Member Avatar for root

[QUOTE=root]but I have no knowledge of journals online, rather its php, or whatnot.. [/QUOTE] A great deal of open source web-based software is written in PHP with a MySQL back-end. However, livejournal seems to be written in the perl language with a MySQL back-end database. In any case, are you …

Member Avatar for fakespike
0
412
Member Avatar for cristucker

If I were you, I'd just scrap it. But then again, I have zero zip nada electrical engineering (or any sort of) experience. Therefore, I'd consider it not worth it to crack open a monitor to investigate it. Check with TallCool1 here on the forums. He's really good with this …

Member Avatar for whipaway
-1
105
Member Avatar for uphaus

What type of printer do you have? You'll have to go to the manufacturer's website to download the latest drivers for your printer. For example, if it's a canon printer, look up the specific model at canon.com ... hp, do the same thing at hp.com. Download the latest drivers, install …

Member Avatar for caperjack
0
128
Member Avatar for bradenwm6
Member Avatar for CyberJ
Member Avatar for jibtronic
0
838
Member Avatar for camelNotation

I just compiled your program with gcc on my linux machine, and it told me that a bool is one byte. Sorry, I have no recent experience with Borland's compiler tools - the last time I used Turbo C++ 4.5 I was back in 10th grade.

Member Avatar for Dani
0
133
Member Avatar for Dani

Congratulations to CrazyIrishman for being the 1,000th member to register at TechTalk! I hope everyone has had as much fun this past year and a half as I have. Keep up the great work! I'm sorry for being so absent from the forums since school started. So much homework, so …

0
97
Member Avatar for camelNotation

Regardless of what you use to write your c++ code, you need a compiler to turn it into an executable. C++ 7? What compiler is that? The Borland Turbo C++ compilers/ides are really nice, and a lot more straight-to-the-point (IMHO) than Microsoft Visual C++, for example. Basically, you're looking at …

Member Avatar for Dani
0
151
Member Avatar for AnnaClarke

Please don't double post. Everyone can check out what's wrong with your computer and respond to your post here: [thread]1060[/thread] Thanks!

Member Avatar for Dani
0
102
Member Avatar for yasita

Only dvd-roms can read standard DVDs. I'm not sure if you need a DVD+R/DVD-R/DVD+RW/DVD-RW drive to read DVD-Rs. (Most likely not, and that most modern DVD-ROMs should be able to do the trick there.) However, standard cd-roms or cd-rws won't be able to read your dvd-r.

Member Avatar for jwaugh
0
182
Member Avatar for smurfdew

Please don't double post. People can respond to this thread in the C++ forum. [thread]1080[/thread]

Member Avatar for Dani
0
134
Member Avatar for smurfdew

Please don't double post. People can respond to this thread in the C++ forum. [thread]1080[/thread]

Member Avatar for Dani
0
117
Member Avatar for yoavna
Member Avatar for terry_traynor

Error message 711? What does your event viewer say (control panel --> Administrative Tools --> Event Viewer)

Member Avatar for liudieyuinchina
0
260
Member Avatar for stevo

You'll have to install drivers for your video card. Do you know who makes it? ATI or Nvidia, etc?? Go to the website and download the drivers. Otherwise, do you have video card drivers that came with your system/card? I don't think Windows 98 has built-in drivers you can use, …

Member Avatar for Paladine
0
165
Member Avatar for tamicles

Do you mean that you minimize Internet Explorer to the taskbar instead of closing it completely? Do you click the little icon with the X in it. Try going to the File menu, and then to Close. Does the same thing happen?

Member Avatar for tamicles
0
129

The End.