|
Basic String Manipulation Tutorial
|
Email
|
Submitted on: |
1/2/2015 10:56:00 AM |
By: |
Dennis Hall! (from psc cd)
|
Level: |
Beginner |
User Rating: |
By 5 Users |
Compatibility: |
C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ |
Views: |
672 |
|
|
|
|
This will teach very beginners about basic string manipulation (how to make something someone enters do things)
This article has accompanying files
|
|
The compressed file here includes a .cpp file that is HEAVILY commented explaining each and every line. Here, i will explain to you how to open them ;-)
First off... you have to open the file with a decompression program (the most popular is Winzip). Then, expand the file to your desktop, or any other folder you want.
On your C++ program, Go to File -> Open.
Note: On Visual C++, when you build the file it is going to give you a message box about a workspace thing.. just press Yes.
and then you're done!
|
|
Download article
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come
out every day, so no prevention program can catch 100% of them. For your own safety, please:
- Re-scan downloaded files using your personal virus checker before using it.
- NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
If you don't have a virus scanner, you can get one at many places on the net
including:McAfee.com
|
|
Report Bad Submission
|
Your Vote
|
|
Other User Comments
|
|
There are no comments on this submission. |
Add Your Feedback
Your feedback will be posted below and an email sent to
the author. Please remember that the author was kind enough to
share this with you, so any criticisms must be stated politely, or they
will be deleted. (For feedback not related to this particular article, please
click here instead.)
To post feedback, first please login.
|
|