Click here to Skip to main content
16,007,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChanging of current directory Pin
(Steven Hicks)n+116-Jan-03 12:43
(Steven Hicks)n+116-Jan-03 12:43 
GeneralVC++ rant Pin
Joe Woodbury16-Jan-03 11:24
professionalJoe Woodbury16-Jan-03 11:24 
GeneralRe: VC++ rant Pin
Taka Muraoka16-Jan-03 11:55
Taka Muraoka16-Jan-03 11:55 
GeneralRe: VC++ rant Pin
peterchen16-Jan-03 12:10
peterchen16-Jan-03 12:10 
GeneralRe: VC++ rant Pin
Mike Nordell16-Jan-03 12:17
Mike Nordell16-Jan-03 12:17 
GeneralRe: VC++ rant Pin
Joe Woodbury16-Jan-03 13:14
professionalJoe Woodbury16-Jan-03 13:14 
GeneralRe: VC++ rant (Hey Christian, you see this??) Pin
Tim Smith16-Jan-03 16:14
Tim Smith16-Jan-03 16:14 
GeneralRe: VC++ rant (Hey Christian, you see this??) Pin
Christian Graus16-Jan-03 18:13
protectorChristian Graus16-Jan-03 18:13 
*grin* I actually answered and then read your answer, expecting you to have said the same, but leaping in anyhow, because Microsoft are correct. char to int is guarenteed in the standard. You can do this:

char a = 65;

and this

int a = 'a';

so it stands to reason that the compiler will attempt that conversion.


Christian

No offense, but I don't really want to encourage the creation of another VB developer.
- Larry Antram 22 Oct 2002

C# will attract all comers, where VB is for IT Journalists and managers - Michael
P Butler 05-12-2002


Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not
as easily, but it's certainly doable.
- Jamie Nordmeyer - 15-Nov-2002
GeneralRe: VC++ rant Pin
Christian Graus16-Jan-03 18:11
protectorChristian Graus16-Jan-03 18:11 
GeneralRe: VC++ rant Pin
Joe Woodbury16-Jan-03 20:16
professionalJoe Woodbury16-Jan-03 20:16 
GeneralRe: VC++ rant Pin
Tim Smith17-Jan-03 2:27
Tim Smith17-Jan-03 2:27 
Generalbuild my program Pin
arnaba16-Jan-03 11:24
arnaba16-Jan-03 11:24 
QuestionHow to debug this GetWindowPlacement problem Pin
ns16-Jan-03 10:12
ns16-Jan-03 10:12 
GeneralA weird behavior of a CScrollView Pin
Luis E. Cuadrado16-Jan-03 10:05
Luis E. Cuadrado16-Jan-03 10:05 
GeneralA peculiar scope problem Pin
ns16-Jan-03 9:46
ns16-Jan-03 9:46 
GeneralRe: A peculiar scope problem Pin
Neville Franks16-Jan-03 9:55
Neville Franks16-Jan-03 9:55 
GeneralRe: A peculiar scope problem Pin
ns16-Jan-03 9:57
ns16-Jan-03 9:57 
GeneralRe: A peculiar scope problem Pin
Taka Muraoka16-Jan-03 11:00
Taka Muraoka16-Jan-03 11:00 
GeneralRe: A peculiar scope problem Pin
peterchen16-Jan-03 12:27
peterchen16-Jan-03 12:27 
GeneralRe: A peculiar scope problem Pin
Mike Nordell16-Jan-03 12:46
Mike Nordell16-Jan-03 12:46 
GeneralRe: A peculiar scope problem Pin
Joe Woodbury16-Jan-03 13:22
professionalJoe Woodbury16-Jan-03 13:22 
GeneralRe: A peculiar scope problem Pin
Mike Nordell16-Jan-03 13:30
Mike Nordell16-Jan-03 13:30 
GeneralRe: A peculiar scope problem Pin
Joe Woodbury16-Jan-03 13:49
professionalJoe Woodbury16-Jan-03 13:49 
GeneralRe: A peculiar scope problem Pin
Mike Nordell16-Jan-03 12:23
Mike Nordell16-Jan-03 12:23 
GeneralRe: A peculiar scope problem Pin
peterchen16-Jan-03 12:30
peterchen16-Jan-03 12:30 

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.