User profile: MiiNiPaa

User info
User name:MiiNiPaa
History
Joined:
Number of posts:232
Latest posts:

Help Please. Basic function not working
Working fine: http://gm4.in/i/d7d.png You aren't trying to enter letters in [code][b]int[/b] name[/c...

Help with getline
make it return [code]char*[/code] or, better [code]const char*[/code]

Need help with strings and file input?
[code] cin>> szstring3[500]; cin.getline(szstring3, 500);[/code] it is wrong on so ma...

Help please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[code]long as the user has not entered anything, getline will still be waiting for input [/code] Nop...

Help with getline
Your retdes() function returns 30th character from productName c-string.