Forum: Viruses, Spyware and other Nasties Jun 14th, 2005 |
| Replies: 5 Views: 2,467 Re: Is "NPFMONTR.exe" good or bad? Thanks guys! But I found out the hard way.
It came along with svhosts.exe (note the 's' at the end before the .exe) which I quote from www.processlibrary.com... |
Forum: Viruses, Spyware and other Nasties Jun 7th, 2005 |
| Replies: 5 Views: 2,467 Is "NPFMONTR.exe" good or bad? Hello everybody!
I can't seem to find any information on the net regarding NPFMONTR.exe. I realized its existance when I was looking in my Program Controls (FIY, I'm using ZoneAlarm Pro) This... |
Forum: PHP May 6th, 2005 |
| Replies: 7 Views: 1,765 |
Forum: PHP May 3rd, 2005 |
| Replies: 7 Views: 1,765 |
Forum: PHP May 3rd, 2005 |
| Replies: 7 Views: 1,765 PHP Downloads:Which one should I choose? *Newbie* Hi! I'm currently learning on my own on PHP(I have some basics on HTML). Anyway, I learnt that I need to download php from http://www.php.net/downloads.php
The first two downloads I saw was this:-
... |
Forum: C++ Apr 30th, 2005 |
| Replies: 7 Views: 1,469 Re: need to run these programs Well, your codes are a little misleading. I don't quite understand what you are doing. Anyway, I'll go step by step with you. First, make sure you have this in mind:- A 10 block array like this [] []... |
Forum: C++ Apr 27th, 2005 |
| Replies: 7 Views: 1,469 Re: need to run these programs For arrays read here:-
http://www.cprogramming.com/tutorial/lesson8.html
For modulus operator, read here:-
http://www.cprogramming.com/tutorial/modulus.html
You'll be needing for loops also. So... |
Forum: C Apr 27th, 2005 |
| Replies: 1 Views: 4,694 Re: string compare and fstream Use a temporary text file. Say, I call it temp.txt
Open temp.txt and the Original file.
Copy the name and balance from the Original file into two temporary variables (one to hold the name, another to... |
Forum: C++ Apr 27th, 2005 |
| Replies: 2 Views: 1,991 Re: parking fee Basically, what you had in mind and what the computers is 'thinking' is totally different. When we read time in 24-hours format (ie 1645) we know it means 4.45pm. But the computer only take it as a... |
Forum: C Apr 27th, 2005 |
| Replies: 3 Views: 1,144 Re: please help me with this problem Now, I'm not sure how much you know about arrays. But let me put it this way as basics. You know Microsoft Excel? Imagine arrays are similar to excel where you have columns and rows. However, arrays... |
Forum: C++ Oct 12th, 2004 |
| Replies: 7 Views: 2,845 Re: how i can learn c++ I usually go to these places:-
www.cplusplus.com
www.cprogramming.com
Or the best way, go to www.google.com and the the search engine type "C++ Programming Tutorial" (double quote included) |
Forum: C Oct 12th, 2004 |
| Replies: 6 Views: 2,206 Re: I am from China Hello! Ni hao.
I'm from Malaysia. Freshman at a local university studying Computer Science. I'll be glad to help. |
Forum: C++ Sep 3rd, 2004 |
| Replies: 6 Views: 3,395 |
Forum: Posting Games Aug 24th, 2004 |
| Replies: 3,185 Views: 185,221 |
Forum: C++ Aug 20th, 2004 |
| Replies: 14 Views: 2,725 Re: New to C++, need help Other than using :-
#include <iostream>
using namespace std;
you can also try to replace it with this:-
#include <iostream.h>
But it is adviceable to use the former as it is of the latest... |
Forum: Community Introductions Aug 13th, 2004 |
| Replies: 317 Views: 99,528 Re: Tell us about yourself! Name: Alexandra
Nickname: Pikachu
Height: *short*
Hair: Deep Mahogany
Eyes: Brown/Black
Location: Malaysia
Age: Got my driving licence 2 yrs ago...so how old can I be?
Hobbies: playing piano and... |
Forum: C++ Aug 12th, 2004 |
| Replies: 0 Views: 3,325 Selecting random word from file (C++) I've created a file called country.txt which holds a list of 100 countries' name. Eg (to name a few):
America
Bahamas
Canada
Denmark
Eygpt
France
Germany
Hong Kong |
Forum: C++ Aug 12th, 2004 |
| Replies: 2 Views: 1,677 |
Forum: C++ Aug 10th, 2004 |
| Replies: 47 Views: 117,184 Re: fstream Tutorial Hello!
I have a little question. Lets say, I have a file called word.txt and it contains 100 over words.
How do I add a new word and SAVING it so I can use this word from this file in future?
Thanks |