Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
someone please help me
I want to create software with the workings. my software open a file and read the contents therein, if the my software find a certain word in it then it will execute certain commands.
how do i make it
please help me
sorry if my english is bad because i'm from indonesia
Posted

C++ is harder than C#, but still doable. There's all sorts of methods for searching for contents in strings. It really depends on if you're using .NET, MFC, or whatever. Are you using iostreams to read files, or are you using CFile, etc ? Perhaps you need to post some code and add detail ?
 
Share this answer
 
First thing first, don't double post. You have asked this question and John has already answered it here How To Open Text File[^]

Second, It looks like you want a complete guidance in making this application. We don't provide that. Read a basic tutorial in programming first and ask when you get stuck on something.

Third, in case you don't understand what I'm trying to say, Here's in Indonesian :
Apa ini tugas kuliah? Kalo iya saya yakin minta tolong teman lebih efisien (Cukup traktir makan & nyediain snack)
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 7-Jul-11 22:51pm    
I like the idea about snack! I immediately recognized only "efisien", "traktir" and "snack" (as you would guess one could) which helped me to catch general meaning (well, almost :-). How did you know it's about the course credit work?
My 5.
--SA
Firo Atrum Ventus 8-Jul-11 0:00am    
Thanks.
Over here, we got a lot of these kind of college student which took programming faculty just because it seems interesting. (Yay, shiny!!)
Sergey Alexandrovich Kryukov 11-Jul-11 0:06am    
What do you mean "just because"? "Interesting" is the main thing.
Cheers,
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900