Click here to Skip to main content
15,923,087 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I was thinking... Pin
Joaquín M López Muñoz5-Nov-03 11:57
Joaquín M López Muñoz5-Nov-03 11:57 
GeneralMixing ideas 2gether... Pin
Roland_19805-Nov-03 13:03
Roland_19805-Nov-03 13:03 
GeneralRe: Mixing ideas 2gether... Pin
Garth J Lancaster5-Nov-03 15:15
professionalGarth J Lancaster5-Nov-03 15:15 
Generalincluding multiple headers Pin
wogerdoger5-Nov-03 8:40
wogerdoger5-Nov-03 8:40 
GeneralRe: including multiple headers Pin
Maximilien5-Nov-03 9:00
Maximilien5-Nov-03 9:00 
Generalreading text file in vc++ .net Pin
pnpfriend5-Nov-03 8:31
pnpfriend5-Nov-03 8:31 
GeneralRe: reading text file in vc++ .net Pin
Christian Graus5-Nov-03 8:37
protectorChristian Graus5-Nov-03 8:37 
GeneralRe: reading text file in vc++ .net Pin
pnpfriend5-Nov-03 9:08
pnpfriend5-Nov-03 9:08 
thank you Cristian..
but after I have add following statements as what you said, I got errors messages
"error C2039: 'fstream' : is not a member of 'std'"
"error C2873: 'fstream' : symbol cannot be used in a using-declaration"

code:
using std::fstream;
#include <fstream>

So I switch their position as shown below statements to check if errors get deliminated...

code:
#include <fstream>
using std::fstream;

Yes.. the above 2 errors disappeared but I got following errors
error C2065: 'ifstream' : undeclared identifier
error C2146: syntax error : missing ';' before identifier 'inputFile'
error C2653: 'ios' : is not a class or namespace name
error C2065: 'in' : undeclared identifier
error C3861: 'inputFile': identifier not found, even with argument-dependent lookup
error C3861: 'inputFile': identifier not found, even with argument-dependent lookup
error C2228: left of '.eof' must have class/struct/union type
GeneralRe: reading text file in vc++ .net Pin
Christian Graus5-Nov-03 9:11
protectorChristian Graus5-Nov-03 9:11 
GeneralRe: reading text file in vc++ .net Pin
pnpfriend5-Nov-03 9:13
pnpfriend5-Nov-03 9:13 
GeneralMSflexgrid limit Pin
act_x5-Nov-03 8:30
act_x5-Nov-03 8:30 
GeneralRe: MSflexgrid limit Pin
David Crow5-Nov-03 8:38
David Crow5-Nov-03 8:38 
Generalbitmap problem Pin
kendao5-Nov-03 8:28
kendao5-Nov-03 8:28 
GeneralRe: bitmap problem Pin
Christian Graus5-Nov-03 8:38
protectorChristian Graus5-Nov-03 8:38 
GeneralUpdating a window! Pin
Dracula50005-Nov-03 8:06
Dracula50005-Nov-03 8:06 
GeneralRe: Updating a window! Pin
Christian Graus5-Nov-03 8:41
protectorChristian Graus5-Nov-03 8:41 
GeneralRe: Updating a window! Pin
JDasari6-Nov-03 6:55
JDasari6-Nov-03 6:55 
GeneralIIS &amp; Chunk Encoded Data Support Pin
lsacalvi5-Nov-03 6:13
lsacalvi5-Nov-03 6:13 
GeneralTerminal Server Install Mode Pin
Steve Thresher5-Nov-03 4:26
Steve Thresher5-Nov-03 4:26 
GeneralNetwork User Name on the Task Bar Pin
WinBond5-Nov-03 3:33
WinBond5-Nov-03 3:33 
GeneralRe: Network User Name on the Task Bar Pin
David Crow5-Nov-03 4:58
David Crow5-Nov-03 4:58 
GeneralRe: Network User Name on the Task Bar Pin
WinBond5-Nov-03 20:39
WinBond5-Nov-03 20:39 
GeneralRe: Network User Name on the Task Bar Pin
David Crow6-Nov-03 6:18
David Crow6-Nov-03 6:18 
GeneralRe: Network User Name on the Task Bar Pin
WinBond7-Nov-03 0:11
WinBond7-Nov-03 0:11 
GeneralNeed help to determine F0 in VC++ Pin
thanh_bkhn5-Nov-03 2:46
professionalthanh_bkhn5-Nov-03 2:46 

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.