This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
String type causing error
Post Flair (click to view more posts with a particular flair)
Post Body
So I am trying to use the string libary and have included it like so
#include "pch.h"
#include <string>
struct Card
{
string::string myString;
};
I have also tried it as string myString;
and am getting the issue of name followed by :: must be a class or namespace or (string is unidentified)
Author
Account Strength
80%
Account Age
9 years
Verified Email
Yes
Verified Flair
No
Total Karma
243
Link Karma
128
Comment Karma
107
Profile updated: 3 days ago
Posts updated: 9 months ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 6 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/cpp_questio...