Forum: Viruses, Spyware and other Nasties Jun 14th, 2005 |
| Replies: 5 Views: 2,860 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,860 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: 2,049 OK. Thanks. Now that I've got it downloaded this :-
# PHP 5.0.4 zip package [7,488Kb] - 31 Mar 2005
md5: fff10991a8e6f3b36ee567eb236ae3f4
How do I start? (I think these 'little' details are... |
Forum: PHP May 3rd, 2005 |
| Replies: 7 Views: 2,049 |
Forum: PHP May 3rd, 2005 |
| Replies: 7 Views: 2,049 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,748 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,748 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.... |
Forum: C Apr 27th, 2005 |
| Replies: 1 Views: 5,256 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... |
Forum: C++ Apr 27th, 2005 |
| Replies: 2 Views: 2,885 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,411 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: 3,464 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,756 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,905 Try www.cprogramming.com It's got both C and C++ tutorials and some FAQs that are usefull... |
Forum: Posting Games Aug 24th, 2004 |
| Replies: 3,185 Views: 251,848 |
Forum: C++ Aug 20th, 2004 |
| Replies: 14 Views: 3,494 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: 128,268 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... |
Forum: C++ Aug 12th, 2004 |
| Replies: 0 Views: 3,987 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,951 have you tried declairing your "x" as a char instead of int? |
Forum: C++ Aug 10th, 2004 |
| Replies: 47 Views: 157,048 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?
... |