Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhere does VS 6.0 stores the path of a file ? Pin
Jerome Conus14-Jan-04 21:01
Jerome Conus14-Jan-04 21:01 
AnswerRe: Where does VS 6.0 stores the path of a file ? Pin
567890123415-Jan-04 2:53
567890123415-Jan-04 2:53 
GeneralReally Dumb (easy) Question Pin
Roger Wright14-Jan-04 20:28
professionalRoger Wright14-Jan-04 20:28 
GeneralRe: Really Dumb (easy) Question Pin
StHubi14-Jan-04 20:54
StHubi14-Jan-04 20:54 
GeneralRe: Really Dumb (easy) Question Pin
Cyberizen14-Jan-04 20:54
Cyberizen14-Jan-04 20:54 
GeneralRe: Really Dumb (easy) Question Pin
lobanovski14-Jan-04 20:55
lobanovski14-Jan-04 20:55 
GeneralRe: Really Dumb (easy) Question Pin
alex.barylski14-Jan-04 20:57
alex.barylski14-Jan-04 20:57 
GeneralRe: Really Dumb (easy) Question Pin
Roger Wright14-Jan-04 21:28
professionalRoger Wright14-Jan-04 21:28 
GeneralRe: Really Dumb (easy) Question Pin
Antti Keskinen14-Jan-04 22:07
Antti Keskinen14-Jan-04 22:07 
GeneralRe: Really Dumb (easy) Question Pin
Roger Wright15-Jan-04 4:30
professionalRoger Wright15-Jan-04 4:30 
GeneralRe: Really Dumb (easy) Question Pin
alex.barylski14-Jan-04 22:46
alex.barylski14-Jan-04 22:46 
GeneralRe: Really Dumb (easy) Question Pin
[James Pullicino]15-Jan-04 1:35
[James Pullicino]15-Jan-04 1:35 
GeneralRe: Really Dumb (easy) Question Pin
Roger Wright15-Jan-04 4:32
professionalRoger Wright15-Jan-04 4:32 
GeneralRe: Really Dumb (easy) Question Pin
David Crow15-Jan-04 7:58
David Crow15-Jan-04 7:58 
GeneralRe: Really Dumb Reply Pin
Monty215-Jan-04 0:14
Monty215-Jan-04 0:14 
Generalfilter control like Outlook Express message rules Pin
quzi14-Jan-04 20:07
quzi14-Jan-04 20:07 
General32 and 64 bits Pin
lobanovski14-Jan-04 20:07
lobanovski14-Jan-04 20:07 
GeneralRe: 32 and 64 bits Pin
alex.barylski14-Jan-04 21:07
alex.barylski14-Jan-04 21:07 
It's been a while since I read my A+ book so forgive me if i'm wrong.

I believe 32 and 64 bit arc's are usually determined by the following factors:

1) Register size
2) Number of bits computer can transer per MOV instruction...your bus bandwidth I guess Blush | :O

Anyways, most computers now are 32 bit because the internal registers are all 32 bit with I believe the exception of a few floating point registers which are 48 or 128 or something...

So you shouldn't have any backwards incompatiability issues when developing on a 64 bit arc becuz so long as your compiler compiles using common 32 bit instruction set it should run on your 64 bit machine or my 32 bit one. Kind of like how I could use 16 bit MOV instruction on my computer, but I could only move 16 bits at a time, whereas I could also use a 32 bit MOV instruction, but now be able to move 32 bits.

.NET uses an intermediate language...I can't remember what it's called... IL maybe...?

Anyways...the .NET interpreter would determine which actual instruction to send the processor (I believe thats the idea behind .NET) so you shouldn't get any exception becuz of a bad instruction when you compile apps using .NET.

Cheers Smile | :)



The word of the day is legs, let's go back to my house and spread the word Poke tongue | ;-P
GeneralRe: 32 and 64 bits Pin
lobanovski14-Jan-04 21:28
lobanovski14-Jan-04 21:28 
GeneralRe: 32 and 64 bits Pin
alex.barylski14-Jan-04 23:02
alex.barylski14-Jan-04 23:02 
GeneralMFC Models for ArgoUML Pin
StHubi14-Jan-04 19:53
StHubi14-Jan-04 19:53 
Generalworker thread communicate with user interface Pin
zecodela14-Jan-04 19:30
zecodela14-Jan-04 19:30 
GeneralRe: worker thread communicate with user interface Pin
Abhishek Srivastava14-Jan-04 22:46
Abhishek Srivastava14-Jan-04 22:46 
GeneralHELP!! VS.NET namespaces are driving me nuts... Pin
Nik Vogiatzis14-Jan-04 19:16
Nik Vogiatzis14-Jan-04 19:16 
GeneralSaving ColeServerDoc Pin
kevcs214-Jan-04 17:43
kevcs214-Jan-04 17:43 

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.