Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ problem
Name: weichyi84 Date: January 12, 2005 at 23:31:22 Pacific OS: windows XP CPU/Ram: 512mb
Comment:
i hav a problem and dont know how to solve it.can u all help me?this is the problem: Design and implement a program that prompts a filename which contains your names. The program then counts the numbers of occurrences of your name. (Hints: you should create this file using notepad with your names in this file.)
Name: ripon Date: January 13, 2005 at 01:10:44 Pacific
Reply:
Hi,
Looking for some code related to random number in C, i found warmup_random(seed) many times. But, I am not clear about it. Please make me clear about it.
Thank you for your cooperation.
Ripon
Welcome for any help.
0
Response Number 2
Name: weichyi84 Date: January 13, 2005 at 09:59:27 Pacific
Reply:
for example my nickname weichyi. the program is count the occurrences of my name. w is 1 time, e is 1 time, i is 2 times and so on. thanks.
weichyi84
0
Response Number 3
Name: BlueRaja Date: January 13, 2005 at 16:32:08 Pacific
Summary: I'm taking a C++ class, and I have a problem I can't seem to figure out, I'm taking all the information from one file and transferring it to another. The content of the files looks something like this...
Summary: I have a problem when executing pieces of code of this type: main(){ char a,b; a=getchar(); b=getchar(); } The program waits for the first assignation and after the first character is stored,it exits ...
Summary: this problem is usual in C++ , it's very easy to compile but it's more difficult to execute. Analyse your code and find the probleme (maybe bad reference or pointer) ...