Click here to Skip to main content
15,896,450 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralClick on balloon tooltip handling Pin
kotbegemot31-Oct-03 1:21
kotbegemot31-Oct-03 1:21 
GeneralSome questions Pin
DaFrawg31-Oct-03 1:08
DaFrawg31-Oct-03 1:08 
GeneralRe: Some questions Pin
Michael P Butler31-Oct-03 1:22
Michael P Butler31-Oct-03 1:22 
GeneralRe: Some questions Pin
DaFrawg4-Nov-03 21:07
DaFrawg4-Nov-03 21:07 
GeneralRe: Some questions Pin
melwyn31-Oct-03 2:30
melwyn31-Oct-03 2:30 
GeneralRe: Some questions Pin
DaFrawg4-Nov-03 21:28
DaFrawg4-Nov-03 21:28 
Question<fstream.h> in .NET?? Pin
d00_ape31-Oct-03 0:58
sussd00_ape31-Oct-03 0:58 
AnswerRe: <fstream.h> in .NET?? Pin
Joaquín M López Muñoz31-Oct-03 2:42
Joaquín M López Muñoz31-Oct-03 2:42 
<fstream.h> was deprecated with the C++ standard of 1998, though many compilers has retained it for compatibility reasons.
Replace it with <fstream>, which is almost compatible, save the namespace issue. If you don't know what a namespace is, go find some info in any C++ tutorial. Meanwhile you can get by writing
using namespace std;
right after all your #includes.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: &lt;fstream.h&gt; in .NET?? Pin
d00_ape12-Nov-03 1:21
sussd00_ape12-Nov-03 1:21 
QuestionWhat do you guys use to parse XML? Pin
BadJerry31-Oct-03 0:10
BadJerry31-Oct-03 0:10 
AnswerRe: What do you guys use to parse XML? Pin
Michael P Butler31-Oct-03 0:59
Michael P Butler31-Oct-03 0:59 
AnswerRe: What do you guys use to parse XML? Pin
Peter Mares31-Oct-03 1:14
Peter Mares31-Oct-03 1:14 
AnswerRe: What do you guys use to parse XML? Pin
jhwurmbach31-Oct-03 2:15
jhwurmbach31-Oct-03 2:15 
AnswerRe: What do you guys use to parse XML? Pin
Ryan_Roberts31-Oct-03 3:41
Ryan_Roberts31-Oct-03 3:41 
AnswerRe: What do you guys use to parse XML? Pin
Atlantys31-Oct-03 13:01
Atlantys31-Oct-03 13:01 
AnswerRe: What do you guys use to parse XML? Pin
LozEvans3-Nov-03 0:16
LozEvans3-Nov-03 0:16 
GeneralRe: What do you guys use to parse XML? Pin
melwyn4-Nov-03 21:56
melwyn4-Nov-03 21:56 
GeneralRe: What do you guys use to parse XML? Pin
LozEvans10-Nov-03 3:43
LozEvans10-Nov-03 3:43 
GeneralDirectShow streaming Pin
LozEvans30-Oct-03 23:37
LozEvans30-Oct-03 23:37 
GeneralRe: DirectShow streaming Pin
Andrew Walker31-Oct-03 12:21
Andrew Walker31-Oct-03 12:21 
GeneralConvert HICON to HBITMAP Pin
Onkie30-Oct-03 23:09
Onkie30-Oct-03 23:09 
GeneralRe: Convert HICON to HBITMAP Pin
DiWa31-Oct-03 1:52
DiWa31-Oct-03 1:52 
GeneralRe: Convert HICON to HBITMAP Pin
Mike Dimmick31-Oct-03 5:53
Mike Dimmick31-Oct-03 5:53 
GeneralOpenGL enabled video cards and OpenGL picking... Pin
François Gasnier30-Oct-03 22:53
François Gasnier30-Oct-03 22:53 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
JWood1-Nov-03 4:59
JWood1-Nov-03 4:59 

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.