0
How to add instructions for users in our code?
Hey guys my first C++ code is ready.. but I want to add some user defined instructions to it, and I don't know how to do it.. plz can anyone tell me how to over come this problem? I mean that those instructions should be visible to the user.
2 Antworten
+ 2
By udi, I expect you mean Comments.
Easy, just use: // before any code and write your thoughts.
// s only comment-out one line of code, for multi-line commenting, use /* and end it with */ .
+ 1
plz ans me