MySQL Forums
Forum List  »  Connector/C++

Re: Problem with data entry by the functions setString()
Posted by: Adrian Urzędniczek
Date: July 23, 2010 08:27AM

"If you define a variable, and we give it the character of const in, then we can not modify its value during program execution, and the definition of this constant must be given value. By giving such a variable often can help protect against accidental change in value. Constant value is also needed for the definition of arrays." - I understand const in C + +

And I have to modify (give a variable from the keyboard), then how do I modify the string to give it to the keyboard. Maybe there is another function that takes a String.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem with data entry by the functions setString()
1477
July 23, 2010 08:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.