Computing.Net > Forums > Programming > C++ problem

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

Reply to Message Icon

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.)

weichyi84



Sponsored Link
Ads by Google

Response Number 1
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
Reply:

#include <stdlib.h>
void main()
{
system("find /c /i \"Joe\" names.txt");//lol
}

Read the chapter and do your own homework; no one wants to do it for you. If you have any specific questions, feel free to ask.


BlueRaja.admin@gmail.com


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


type casting VC++ .NET Queue program



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: C++ problem

C++ Problem www.computing.net/answers/programming/c-problem/13694.html

a C problem www.computing.net/answers/programming/a-c-problem/13208.html

C++ Problem Question www.computing.net/answers/programming/c-problem-question/3790.html