Click here to Skip to main content
15,913,213 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: while (*p++); Pin
Christian Graus27-Oct-05 12:00
protectorChristian Graus27-Oct-05 12:00 
GeneralRe: while (*p++); Pin
Chintoo72327-Oct-05 16:33
Chintoo72327-Oct-05 16:33 
AnswerRe: while (*p++); Pin
sunit526-Oct-05 19:26
sunit526-Oct-05 19:26 
GeneralRe: while (*p++); Pin
Ghasrfakhri26-Oct-05 20:24
Ghasrfakhri26-Oct-05 20:24 
GeneralRe: while (*p++); Pin
sunit526-Oct-05 23:13
sunit526-Oct-05 23:13 
AnswerRe: while (*p++); Pin
Roger Stoltz26-Oct-05 21:47
Roger Stoltz26-Oct-05 21:47 
AnswerRe: while (*p++); Pin
Carsten Leue27-Oct-05 2:23
Carsten Leue27-Oct-05 2:23 
GeneralRe: while (*p++); Pin
Chintoo72327-Oct-05 5:42
Chintoo72327-Oct-05 5:42 
Carsten Leue wrote:
p = p + _tcslen(p);


Welcome to the gang! you too got it incorrect Smile | :)

it, actually, is equivalent to :
p= p + _tcslen(p) + 1

thanks!
GeneralRe: while (*p++); Pin
Carsten Leue29-Oct-05 11:09
Carsten Leue29-Oct-05 11:09 
AnswerRe: while (*p++); Pin
TheGreatAndPowerfulOz27-Oct-05 8:53
TheGreatAndPowerfulOz27-Oct-05 8:53 
GeneralRe: while (*p++); Pin
TheGreatAndPowerfulOz27-Oct-05 8:57
TheGreatAndPowerfulOz27-Oct-05 8:57 
GeneralRe: while (*p++); Pin
Chintoo72327-Oct-05 16:38
Chintoo72327-Oct-05 16:38 
GeneralRe: while (*p++); Pin
TheGreatAndPowerfulOz28-Oct-05 3:18
TheGreatAndPowerfulOz28-Oct-05 3:18 
Questionc++ question Pin
dizzzzy2326-Oct-05 16:17
dizzzzy2326-Oct-05 16:17 
AnswerRe: c++ question Pin
Christian Graus26-Oct-05 16:42
protectorChristian Graus26-Oct-05 16:42 
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 16:57
dizzzzy2326-Oct-05 16:57 
GeneralRe: c++ question Pin
Christian Graus26-Oct-05 17:00
protectorChristian Graus26-Oct-05 17:00 
GeneralRe: c++ question Pin
John R. Shaw26-Oct-05 17:31
John R. Shaw26-Oct-05 17:31 
GeneralRe: c++ question Pin
John R. Shaw26-Oct-05 17:05
John R. Shaw26-Oct-05 17:05 
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 17:07
dizzzzy2326-Oct-05 17:07 
GeneralRe: c++ question Pin
John R. Shaw26-Oct-05 17:40
John R. Shaw26-Oct-05 17:40 
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 17:54
dizzzzy2326-Oct-05 17:54 
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 18:04
dizzzzy2326-Oct-05 18:04 
GeneralRe: c++ question Pin
John R. Shaw26-Oct-05 18:12
John R. Shaw26-Oct-05 18:12 
GeneralRe: c++ question Pin
dizzzzy2326-Oct-05 18:15
dizzzzy2326-Oct-05 18:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.