|
-
Sep 12th, 2001, 05:36 PM
#1
Thread Starter
Addicted Member
Is there a split function in VC++; similar to the function in VB6?
Is there a split function in VC++; similar to the function in VB6?
If there isn't can anyone give an example?
Thanx in advance!
Eric
-
Sep 12th, 2001, 07:38 PM
#2
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Sep 13th, 2001, 04:07 AM
#3
Thread Starter
Addicted Member
Thanx for the link half of my problem is solved, but other half of my problem is I don't know how to use it I'm very new to VC++ and i'm getting 9 compile errors and 1 warning. Which lib. do i need to include?
Thanx again
-
Sep 13th, 2001, 05:56 AM
#4
Monday Morning Lunatic
Code:
#include <string>
#include <list>
using namespace std;
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 13th, 2001, 04:07 PM
#5
Thread Starter
Addicted Member
thanx
-
May 10th, 2003, 12:00 AM
#6
Frenzied Member
Again, this is an old post... But I was searching for how to split a string... My problem here is that I have found crptblade giving the same link twice but the link sends me nowhere...
We miss you, friend...  Rest in Peace, we will take care of the rest of it.
[vbcode]
On Error Me.Fault = False
[/vbcode]
- Silence is the human way to share ignorance
Tec-Nico
-
May 10th, 2003, 11:40 AM
#7
Yes, IP has changed since.
Do a search for posts by me containing "split_string".
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|