Click here to Skip to main content
15,868,141 members

Comments by వేంకటనారాయణ(venkatmakam) (Top 63 by date)

URL was corrected
if you want read a line you can try like cin.getline(p, 80);check documentation of getline.
Deleted
if you want read a line you can try like cin.getline(p, 80);check documentation of getline.
Hey do not submit your comments as solution. you can use "Have a Question or Comment?" widget to give your reply.;)
From your code i can think only the problem lies in that line.Try to rebuild the project and check.Also since you are using c++, try to use cin, cout.