Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
63% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
Member Avatar for Dave Sinkula

With regard to C++ books, I'll just echo the advice here .The following books are recommended; read them in mostly the order listed." Accelerated C++ " Andrew Koenig & Barbara Moo " The C++ Standard Library " Nicolai Josuttis --- a "must have" " Effective C++ ", " More Effective …

Member Avatar for shahidali6
11
10K
Member Avatar for Niklas

Well I have this website about a month blog I make concerning a Massive Multiplayer Online Role Playing Game. Call me addicted or what for making a blog of my playing expirience and achievements, but I am asking here due to my WebPages techinical details. It's hosted on geocities so …

Member Avatar for savs61
-1
4K
Member Avatar for Niklas

Basically I got it and it's hijacked chrome to not let me visit any webpages and it'll give me an "Internet Explorer Warning - visiting this web site may harm your computer!" in my chrome browser which is laughable cause I'm not using IE. At the same time I can …

Member Avatar for PhilliePhan
0
242
Member Avatar for Niklas

Basically IE8 beta now has a toolbar that I can't get rid of called "Internet Service." When I tried uninstalling the program via the control panel I got a message that said I needed to restart my computer to continue before I could uninstall it. And then nada, it's still …

Member Avatar for Robsta
0
293
Member Avatar for Niklas

Please note before reading this, this is a keylogger, no its not used for malicious purposes as it only runs with the programing prompt open and stops as soon as the program is exited. Just trying to show my computer teachers something, because he's an idiot who gets his lessons …

Member Avatar for cikara21
0
150
Member Avatar for ingeborgdot@yah

If you were to buy a new graphics card what would you buy? I want to spend less than $300 if possible. I would like it to be quiet if possible and I think that 256mb is what I need to get. I need this for video editing and running …

Member Avatar for joytech22
0
184
Member Avatar for Niklas

Basically I've been using my CD/DVD drive about every other week to burn a CD or two of my music. A couple of days I was going to burn another CD in Windows Media Player but it said that there was no Burning Device. I check on the "My Computer" …

Member Avatar for 4th&3wood
0
201
Member Avatar for Niklas

Basically Vista has been working fine for the past 5 months and recognizing my disk drive and letting me burn CD's. Now all of a sudden it doesn't even recognize that there is a CD drive and thus I cannot run any of my games or burn any new CD's. …

Member Avatar for majestic0110
0
172
Member Avatar for Niklas

Dragging icons on the desktop won't work however I can delete them. I can't drag file inside of folders either. Copy and Paste will not work either. Internet Explorer window closes as soon as it's double clicked Microsoft Outlook Express brings up Internet Options window Explorer ID will occasionally change …

Member Avatar for Niklas
0
249
Member Avatar for Niklas

Well I can't connect to my wireless internet as it's saying something else is being used to manage them. I tried figuring out what but couldn't find anything. In addition my Hard drive is constantly being read and make weird scratching noises (I'm guessing that's mechanical and has nothing to …

0
120
Member Avatar for Niklas

Please Check My HJT Log - No internet- constant 100% CPU - HD constantly being read. I would very much appreciate it if someone could help me out with this. Thanks a lot! [CODE]Logfile of HijackThis v1.99.1 Scan saved at 9:28:28 PM, on 3/1/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) …

Member Avatar for Niklas
0
295
Member Avatar for Niklas

I was looking to buy this: [URL="http://www.newegg.com/product/product.asp?item=N82E16813188009"]EVGA 122-CK-NF68-AR Socket T (LGA 775) NVIDIA nForce 680i SLI ATX Intel Motherboard[/URL] - $250.00 Recently however I have seen that people have been having trouble with the Bios (Bio nightmare from my EvGa Gfx card last year :mad:) and am having second thoughts. …

Member Avatar for raybay
0
135
Member Avatar for Niklas

Case: [URL=http://www.newegg.com/Product/Product.asp?Item=N82E16811163015]SILVERSTONE TJ-03[/URL] $273.99 Fans: 2 x [URL=http://www.ncix.com/products/index.php?sku=21011&vpn=NF-S12-800&manufacture=Noctua]Noctua NF-S12-800 120MM[/URL] $19.50 each MotherBoard:[URL=http://www.newegg.com/product/product.asp?item=N82E16813188009]EVGA 122-CK-NF68-AR[/URL]$249.99 Memory: [URL=http://www.newegg.com/Product/Product.asp?Item=N82E16820146563]Crucial Technology Ballistix 2GB [/URL] $ 309.99 Power Supply: [URL=http://www.newegg.com/Product/Product.asp?Item=N82E16817190012]XION Supernova XON-600R14-201 ATX 600W[/URL] $109.99 Procesor: [URL=http://www.newegg.com/Product/Product.asp?Item=N82E16819115001]Intel Core 2 Extreme X6800 Conroe 2.93GHz [/URL] $966.99 I'm going to use my GeForce 7800 GT that I …

Member Avatar for jbennet
0
206
Member Avatar for Niklas

Alright I just got a EvGa GeForce 7800 GT OC for Christmas only to find out my power suply is too low. My local Fry's is closed on christmas and Monday so in the meantime I would like some help deciding which power supply I should get. I need at …

Member Avatar for Niklas
0
203
Member Avatar for Cheshire

Ok.. lets see I recently changed computers, and decided to place my geforce card to this new computer, wich has a imbued Intel card already... once I attach the PCI card and turn on the computer, the monitor won't show any image, I tried plugging the monitor to the geforce …

Member Avatar for vicec64
0
125
Member Avatar for Dani

Has anyone ever tried one of those pay for posts services targeted towards forum owners?

Member Avatar for Dani
0
609
Member Avatar for Niklas

Alright well this is supposed to be a basic Geometry calculator that uses set formulas to identify the "chosen" property of the figure by just pluggin in #'s that are used in that formula. I have to admit I'm not expirienced at all in C++ and probably made a ton …

Member Avatar for FireSBurnsmuP
0
230
Member Avatar for Niklas

I am trying to make my program more easy to use and not have computer illiterate people struggle to install my program. My question is can a C++ program install ITSELF into another directory upon execution. I want the program to run, but I also want it to make a …

Member Avatar for iamthwee
0
150
Member Avatar for TravisC555

[code]//Program adds, subtracts, multiplies, or divides any two numbers that the user enters. #include <iostream> using std::cout; using std::cin; using std::endl; int main() { char operation = ' '; int num1 = 0; int num2 = 0; int answer = 0; cout <<"Enter A (add) or S (subtract) or M …

Member Avatar for TravisC555
1
165
Member Avatar for Niklas

Well I have recently had a lot of pop-ups of legal/illegal medications, phone sex hot lines, and various other things having to do with porn. My son uses this computer the most (I use my laptop) so I'm assuming he's getting to that age where starts to masterbate, but I …

Member Avatar for jc20s
0
196
Member Avatar for Niklas

Just bought a GeForce 7800 GT from EvGa. I love it. I highly recomend this card easily instalation, no software problems, no adjusting just run it. BTW I have been playing it with Age of Empires 3. Can finaly play it on highest settings. Anyone else know how to overclock …

Member Avatar for wenisdoodle
0
240
Member Avatar for Niklas

My computer is currently running slower than when I bought it a year ago. I caught my son looking at quite a few inappropriate website and think our computer may have gotten some adware/spyware/trojans/keyloggers from them. I was here a few months ago and you guys did a really good …

Member Avatar for tayspen
0
185
Member Avatar for Niklas

Is there a specific function in C++ to install/assign a file in a directory? And if t here is are there any limitations to what it can distribute? Are installation in multiple directories possible? Thanks , and I hope to see the responses.

Member Avatar for Niklas
0
194
Member Avatar for sunlight

Hi every body I need to constract a code from this problem This question is based on Unit 2. A motor insurance company has surveyed a sample of its clients. The information on each returned questionnaire includes the following: o whether the client has had a claim in the last …

Member Avatar for dwks
0
115
Member Avatar for marceta

Hey guys. For christmas i am getting a new gfx card, and am certainly going to the top end of the market! Just wondering which of the two cards above i should purchase? What are the pros/cons of each? Which is better (if you could, plz give evidence; ie: benchmarks, …

Member Avatar for Niklas
0
694
Member Avatar for Helltech

Hello everyone! I recently bought a PC from Planet Computors for $2500 dollars. My old rig was a really bad eMachines. I was looking at the new Nvidia GeForce 7800 GTX 512 MB, I was just like .. wow ... if I had the money. So I know that my …

Member Avatar for Helltech
0
408
Member Avatar for Niklas

[code] //Calculator Revision to say error when invalid character #include <iostream> using namespace std; int main() { cout <<"Welcome to the 1.1 calculator by Niklas Kunkel"; cout << "\nPlease enter 2 numbers and press enter after each number"; float num1; float num2; char op; float result; char again = 'y'; …

Member Avatar for Niklas
0
170
Member Avatar for Niklas

I am a novice to C++ but I am trying to improve. Ive started reading quite a few books which include: Learn C++ in 10 minutes - Jesse Liberty C++ Game Programming - Michael Dawson Im still in the first 100 pages in both so im not into to advanced …

Member Avatar for Niklas
0
106
Member Avatar for Niklas

Hey guys. Right now im running a Intel GMA 900 which is a piece of crap when it comes to playing bideo games. Right now im trying to get Age of Empires 3 to play ok which im stuck using at the lowest settings right now and even then it …

Member Avatar for chrisbliss18
0
103
Member Avatar for Niklas

Ive had found some of the other virus' with hijack this and got rid of the ones I knew were virus' (from last time). It must be a website im visiting but I dont look at any porn or anything like that. Well so heres my HiJack this log and …

Member Avatar for crunchie
0
397