• Users
  • avillageofbigheads

User profile: avillageofbigheads

User info
User name:avillageofbigheads
History
Joined:
Number of posts:23
Latest posts:

storing and displaying char in vectors
@JLBorges This sure is a lot to process. But this is wanted. To study different approaches to get me...

storing and displaying char in vectors
@gunnerfunner I've done the program with std::string. I got curious with the char option. i believ...

storing and displaying char in vectors
@coder777 I want to implement a program using char,vector and 'words' (rather than individual letter...

storing and displaying char in vectors
@gunnerfunner I understand the best practices idea. but i don't think it is impossible to use char ...

storing and displaying char in vectors
As part of learning c++, rather than using std::string, i want to use char to store and display word...