Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRename Variables Add-in Pin
fxam7-Apr-06 3:38
fxam7-Apr-06 3:38 
AnswerRe: Rename Variables Add-in Pin
toxcct7-Apr-06 3:43
toxcct7-Apr-06 3:43 
AnswerYes, at least one I know of Pin
jhwurmbach7-Apr-06 3:57
jhwurmbach7-Apr-06 3:57 
QuestionFinding my way in NYC Pin
alex__b7-Apr-06 3:19
professionalalex__b7-Apr-06 3:19 
AnswerRe: Finding my way in NYC Pin
Ravi Bhavnani7-Apr-06 7:05
professionalRavi Bhavnani7-Apr-06 7:05 
GeneralRe: Finding my way in NYC Pin
alex__b7-Apr-06 21:20
professionalalex__b7-Apr-06 21:20 
QuestionPGM image format - buffer vs file Pin
georgie.moss7-Apr-06 2:38
georgie.moss7-Apr-06 2:38 
QuestionRe: PGM image format - buffer vs file Pin
David Crow7-Apr-06 2:51
David Crow7-Apr-06 2:51 
georgie.moss wrote:
sprintf(temp, buf + (i * W + j)*3+2);
sprintf(temp, buf + (i * W + j)*3+1);
sprintf(temp, buf + (i * W + j)*3);


Of these three statements, only the last one is of any use since they are all writing to the same address. Is this your intent?


"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"There is no death, only a change of worlds." - Native American Proverb


AnswerRe: PGM image format - buffer vs file Pin
James R. Twine7-Apr-06 3:18
James R. Twine7-Apr-06 3:18 
GeneralRe: PGM image format - buffer vs file Pin
georgie.moss10-Apr-06 14:45
georgie.moss10-Apr-06 14:45 
QuestionStatus Bar Problem Pin
si_697-Apr-06 1:56
si_697-Apr-06 1:56 
AnswerRe: Status Bar Problem Pin
James R. Twine7-Apr-06 2:02
James R. Twine7-Apr-06 2:02 
QuestionA CString question Pin
<color>Aljechin 7-Apr-06 1:29
<color>Aljechin 7-Apr-06 1:29 
AnswerRe: A CString question Pin
si_697-Apr-06 1:31
si_697-Apr-06 1:31 
GeneralRe: A CString question Pin
Ștefan-Mihai MOGA7-Apr-06 1:35
professionalȘtefan-Mihai MOGA7-Apr-06 1:35 
GeneralRe: A CString question Pin
toxcct7-Apr-06 2:22
toxcct7-Apr-06 2:22 
JokeRe: A CString question Pin
jhwurmbach7-Apr-06 2:29
jhwurmbach7-Apr-06 2:29 
GeneralRe: A CString question Pin
toxcct7-Apr-06 2:55
toxcct7-Apr-06 2:55 
AnswerRe: A CString question Pin
Cedric Moonen7-Apr-06 1:38
Cedric Moonen7-Apr-06 1:38 
GeneralRe: A CString question Pin
<color>Aljechin 7-Apr-06 1:48
<color>Aljechin 7-Apr-06 1:48 
AnswerRe: A CString question Pin
James R. Twine7-Apr-06 1:57
James R. Twine7-Apr-06 1:57 
GeneralRe: A CString question Pin
<color>Aljechin 7-Apr-06 2:00
<color>Aljechin 7-Apr-06 2:00 
GeneralRe: A CString question Pin
Cedric Moonen7-Apr-06 1:58
Cedric Moonen7-Apr-06 1:58 
GeneralRe: A CString question Pin
Roger Stoltz7-Apr-06 1:59
Roger Stoltz7-Apr-06 1:59 
GeneralRe: A CString question Pin
<color>Aljechin 7-Apr-06 2:04
<color>Aljechin 7-Apr-06 2:04 

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.