Click here to Skip to main content
15,886,137 members

Comments by Member 14103987 (Top 2 by date)

Member 14103987 31-Dec-18 2:35am View    
I thought that just having a str inside the struct would work but i was obviously wrong

struct newlen
{
char str[50];
};

What im a missing though, should i have anything more then the size of str?
Member 14103987 31-Dec-18 1:48am View    
shouldnt newlen = newlen.replace be enough for the program to know what to do? I get an error saying what i should have a struct for the newlen but for me that doesnt make any sence