C/C++ Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingC/C++ Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old April 15th, 2005, 01:13 PM
ReznorX ReznorX is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 2 ReznorX User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 40 m 19 sec
Reputation Power: 0
Using strings with vectors

Hello everyone! I'm fairly new to C++ and I've been having some problems using strings with vectors. Now from what I know, you create strings in C++ by using "char" like this:
Code:
char var1[30];

So this is a string of 29 characters (with 1 extra for the null terminator).
Now I'm accepting some user input like this:
Code:
cin >> var1;

I've created a vector,
Code:
vector<char> planes;

and I'm trying to use the push back function like this:
Code:
planes.push_back(var1);

I get an error though that I can't do this. Does anyone know how I can accept strings as input and store them in a vector? If you need more info, let me know. Thanks and I really appreciate it.

Reply With Quote
  #2  
Old April 15th, 2005, 02:26 PM
ReznorX ReznorX is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 2 ReznorX User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 40 m 19 sec
Reputation Power: 0
Nevermind. Got it working. Thanks though!

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingC/C++ Help > Using strings with vectors


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway