Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalstring Pin
16-Oct-02 9:27
suss16-Oct-02 9:27 
GeneralRe: string Pin
Chris Losinger16-Oct-02 10:36
professionalChris Losinger16-Oct-02 10:36 
Generalfile's owner Pin
orcun colak16-Oct-02 8:28
orcun colak16-Oct-02 8:28 
GeneralRe: file's owner Pin
Qiang.Fu18-Oct-02 2:47
Qiang.Fu18-Oct-02 2:47 
Generalunix makefile --> VC++ project Pin
lucy16-Oct-02 8:19
lucy16-Oct-02 8:19 
GeneralRe: unix makefile --> VC++ project Pin
Stephane Rodriguez.16-Oct-02 8:39
Stephane Rodriguez.16-Oct-02 8:39 
GeneralRe: unix makefile --> VC++ project Pin
lucy16-Oct-02 10:29
lucy16-Oct-02 10:29 
GeneralIt is a UNIX related question. If someone can help. Pin
mijarral16-Oct-02 7:56
mijarral16-Oct-02 7:56 
I wrote a simple program on UNIX to save a number 79.8 in a file. Then I ftp this file on system running Windows 2000. Now I tried to retreived data using fread() function. But I the number was no 79.8. Later on I wrote same program in Windows and now I obtained 79.8 with fread(). Then I viewed both files ultra edit and found that four bytes [floating point number] were written in different ways. I have forggoten the orignal patteren but it may be like this:
In Windows File : B1 B2 B3 B4
In Unix file : B3 B4 B2 B1

I will be thankful if some one can explain more.
GeneralRe: It is a UNIX related question. If someone can help. Pin
lucy16-Oct-02 8:02
lucy16-Oct-02 8:02 
GeneralRe: It is a UNIX related question. If someone can help. Pin
mijarral16-Oct-02 8:22
mijarral16-Oct-02 8:22 
GeneralRe: It is a UNIX related question. If someone can help. Pin
Pavel Klocek16-Oct-02 8:05
Pavel Klocek16-Oct-02 8:05 
Questionwhich lib is corresponding to INetCfg(NetCfgX.h)? Pin
Tida16-Oct-02 7:27
Tida16-Oct-02 7:27 
AnswerRe: which lib is corresponding to INetCfg(NetCfgX.h)? Pin
Le centriste16-Oct-02 7:46
Le centriste16-Oct-02 7:46 
GeneralRe: which lib is corresponding to INetCfg(NetCfgX.h)? Pin
Tida16-Oct-02 10:02
Tida16-Oct-02 10:02 
GeneralSelecting Printer Fonts not included in windows enum Pin
mcdirge16-Oct-02 7:24
mcdirge16-Oct-02 7:24 
GeneralRe: Selecting Printer Fonts not included in windows enum Pin
valikac16-Oct-02 8:11
valikac16-Oct-02 8:11 
GeneralRe: Selecting Printer Fonts not included in windows enum Pin
mcdirge16-Oct-02 8:54
mcdirge16-Oct-02 8:54 
GeneralRe: Selecting Printer Fonts not included in windows enum Pin
valikac16-Oct-02 12:18
valikac16-Oct-02 12:18 
GeneralRe: Selecting Printer Fonts not included in windows enum Pin
ana_v1237-Aug-07 11:55
ana_v1237-Aug-07 11:55 
GeneralSpeed and exe size Pin
ed987116-Oct-02 6:50
ed987116-Oct-02 6:50 
GeneralRe: Speed and exe size Pin
Pavel Klocek16-Oct-02 6:59
Pavel Klocek16-Oct-02 6:59 
GeneralRe: Speed and exe size Pin
Daniel Turini16-Oct-02 7:11
Daniel Turini16-Oct-02 7:11 
GeneralRe: Speed and exe size Pin
ed987116-Oct-02 8:03
ed987116-Oct-02 8:03 
GeneralRe: Speed and exe size Pin
Daniel Turini16-Oct-02 8:21
Daniel Turini16-Oct-02 8:21 
GeneralRe: Speed and exe size Pin
Giles16-Oct-02 10:31
Giles16-Oct-02 10:31 

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.