bool GetLicense(char szLicense[]) const;<br>
<br>
bFullLot = m_aRentalCars[m_nCurrentCarCount].SetLicense(RentalCar.GetLicense(char szLicense[])const;<br>
<br>
<br>
error C2144: syntax error : missing ')' before type 'char'<br>
<br>
this error means that the editor is not recognizing szLicense[]...
or if it is a windows application you just have to use the<br>
WinExec("Notepad.exe", SW_SHOW) command.<br>
<br>
Whereas Notepad.exe is the name of the executable file.<br>
Could be Whatever.exe.
Hi Ann,<br>
Use the InsertString Method:<br>
<br>
InsertString(nIndex, String);<br>
<br>
Index is the zero based index position in the combobox that<br>
will recieve the string.<br>
<br>
String is the string or variable holding the string that you want to write.<br>
<br>
if you have a set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.