Hi, i am creating a struct program and then suddenly errors came and don't know why. There are red wavy lines under the .customer.name.etc and so on. Please help! Thanks.
listen to your compiler. it's telling you what's up.
1>c:\users\desktop\scrap\temp\temp\main.cpp(33): error C2628: 'Customer' followed by 'int' is illegal (did you forget a ';'?)
1>c:\users\desktop\scrap\temp\temp\main.cpp(34): error C3874: return type of 'main' should be 'int' instead of 'Customer'
1>c:\users\desktop\scrap\temp\temp\main.cpp(37): warning C4129: 'C' : unrecognized character escape sequence
1>c:\users\desktop\scrap\temp\temp\main.cpp(39): warning C4832: token '.' is illegal after UDT 'Customer'
1> c:\users\desktop\scrap\temp\temp\main.cpp(5) : see declaration of 'Customer'
etc etc
Uhmm, thanks about that but i dont really understand whats through it lol. Can you please help me and point out what to change? Thanksss, please guide me.
Thankss! But, it still has a problem and it still wont run. it got an error somewhere ....date.etc... and ....name.etc... please guide me here too! Thank you so much!. what is wrong with my code?:)