Click here to Skip to main content
15,925,895 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: This help thanks to Robert Caldicote. Pin
ohadp31-Jan-04 21:52
ohadp31-Jan-04 21:52 
General#pragma once Pin
Dean Goodman29-Jan-04 5:40
Dean Goodman29-Jan-04 5:40 
GeneralRe: #pragma once Pin
bneacetp29-Jan-04 6:34
bneacetp29-Jan-04 6:34 
GeneralMAPI specifying the pst file location Pin
daher29-Jan-04 5:24
daher29-Jan-04 5:24 
Generalifstream.read Pin
pnpfriend29-Jan-04 4:56
pnpfriend29-Jan-04 4:56 
GeneralRe: ifstream.read Pin
valikac29-Jan-04 6:14
valikac29-Jan-04 6:14 
GeneralRe: ifstream.read Pin
Joaquín M López Muñoz29-Jan-04 9:33
Joaquín M López Muñoz29-Jan-04 9:33 
GeneralRe: ifstream.read Pin
Robert A. T. Káldy29-Jan-04 9:50
Robert A. T. Káldy29-Jan-04 9:50 
You use the STL istream class, which is defined as a stream of char and so it allows only char (not unsigned) parameter in methods.
The three mentioned istream functions are from Microsoft istream class in iostream.h. This library is obsolete in favor of STL.
Use the char buf[1024].

Robert-Antonio

"Love without sex is like a fish without antlers"
GeneralRe: ifstream.read Pin
Anonymous30-Jan-04 7:00
Anonymous30-Jan-04 7:00 
Question.GetSource() in Microsoft Web Browser ActiveX ?? Pin
Alex H 198329-Jan-04 4:29
Alex H 198329-Jan-04 4:29 
AnswerRe: .GetSource() in Microsoft Web Browser ActiveX ?? Pin
Ivor S. Sargoytchev29-Jan-04 7:22
Ivor S. Sargoytchev29-Jan-04 7:22 
Generalnew image formats in GDI+ Pin
Stephane Routelous29-Jan-04 4:00
Stephane Routelous29-Jan-04 4:00 
Generalcout behavior Pin
ns29-Jan-04 3:13
ns29-Jan-04 3:13 
GeneralRe: cout behavior Pin
Dominik Reichl29-Jan-04 3:22
Dominik Reichl29-Jan-04 3:22 
GeneralRe: cout behavior Pin
toxcct29-Jan-04 5:56
toxcct29-Jan-04 5:56 
GeneralRe: cout behavior Pin
markkuk29-Jan-04 6:15
markkuk29-Jan-04 6:15 
GeneralRe: cout behavior Pin
ns29-Jan-04 7:25
ns29-Jan-04 7:25 
GeneralAre there any methods to embed openGL application into a dialog?? (URGENT) Pin
ArFuk29-Jan-04 3:04
ArFuk29-Jan-04 3:04 
GeneralRe: Are there any methods to embed openGL application into a dialog?? (URGENT) Pin
Dominik Reichl29-Jan-04 3:26
Dominik Reichl29-Jan-04 3:26 
GeneralRegarding Masking code in Visual C++ (parallel port interfacing) Pin
Tan Sen Nee29-Jan-04 2:55
Tan Sen Nee29-Jan-04 2:55 
GeneralRe: Regarding Masking code in Visual C++ (parallel port interfacing) Pin
Iain Clarke, Warrior Programmer29-Jan-04 6:35
Iain Clarke, Warrior Programmer29-Jan-04 6:35 
Generalpci bus detection and pci config space access Pin
caykahve29-Jan-04 2:54
caykahve29-Jan-04 2:54 
GeneralRe: pci bus detection and pci config space access Pin
Iain Clarke, Warrior Programmer29-Jan-04 6:30
Iain Clarke, Warrior Programmer29-Jan-04 6:30 
QuestionRedrawing Controls?????? Pin
amit sebiz29-Jan-04 2:48
amit sebiz29-Jan-04 2:48 
AnswerRe: Redrawing Controls?????? Pin
Luuk Weltevreden29-Jan-04 3:16
Luuk Weltevreden29-Jan-04 3:16 

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.