Click here to Skip to main content
15,903,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to make Visual C++ Components Pin
Mel Stober12-Jul-02 8:33
Mel Stober12-Jul-02 8:33 
GeneralDetermine Internet connection speed Pin
Marcus Spitzmiller12-Jul-02 5:20
Marcus Spitzmiller12-Jul-02 5:20 
GeneralRe: Determine Internet connection speed Pin
Scott H. Settlemier12-Jul-02 7:14
Scott H. Settlemier12-Jul-02 7:14 
GeneralRe: Determine Internet connection speed Pin
Marcus Spitzmiller12-Jul-02 7:21
Marcus Spitzmiller12-Jul-02 7:21 
GeneralRe: Determine Internet connection speed Pin
l a u r e n12-Jul-02 7:42
l a u r e n12-Jul-02 7:42 
GeneralRe: Determine Internet connection speed Pin
Scott H. Settlemier12-Jul-02 11:11
Scott H. Settlemier12-Jul-02 11:11 
GeneralRe: Determine Internet connection speed Pin
Marcus Spitzmiller12-Jul-02 11:14
Marcus Spitzmiller12-Jul-02 11:14 
Generalstring compare Pin
pnpfriend12-Jul-02 4:41
pnpfriend12-Jul-02 4:41 
I uesed all three of strcmp(),CString::CompareNoCase() and CString::Compare() methods. They all give me same answer, that is "Vicki 46_p.txt" is larger than "Vicki 460_p.txt". Why is that?

but without using the program and view that tow files in window explore give you different result. if you right click sort by name will give you "Vicki 46_p.txt" on the top. I mean, let's say, I have both files in a: dirve. you go to mycomputer, right click , explore, a:, and then right click, choose arrange icon, by Name. then you will see Vicki 46_p.txt is above of the file name Vicki 46_p.txt.

<br />
int i = strcmp("Vicki 46_p.txt","Vicki 460_p.txt") ;<br />
  if(i<0)<br />
    MessageBox("Vicki 46_p.txt is smaller");<br />
  else if(i>0)<br />
    MessageBox("Vicki 46_p.txt is larger");<br />

GeneralRe: string compare Pin
jfugate12-Jul-02 5:05
jfugate12-Jul-02 5:05 
GeneralRe: string compare Pin
pnpfriend12-Jul-02 5:47
pnpfriend12-Jul-02 5:47 
GeneralRe: string compare Pin
Mel Stober12-Jul-02 6:59
Mel Stober12-Jul-02 6:59 
GeneralRe: string compare Pin
valikac12-Jul-02 5:08
valikac12-Jul-02 5:08 
GeneralRe: string compare Pin
pnpfriend12-Jul-02 5:39
pnpfriend12-Jul-02 5:39 
GeneralRe: string compare Pin
valikac12-Jul-02 9:04
valikac12-Jul-02 9:04 
GeneralMore multi processor woes Pin
Jim Crafton12-Jul-02 4:39
Jim Crafton12-Jul-02 4:39 
GeneralRe: More multi processor woes Pin
Giles12-Jul-02 5:16
Giles12-Jul-02 5:16 
GeneralRe: More multi processor woes Pin
Jim Crafton12-Jul-02 5:41
Jim Crafton12-Jul-02 5:41 
GeneralRe: More multi processor woes Pin
l a u r e n12-Jul-02 7:47
l a u r e n12-Jul-02 7:47 
GeneralRe: More multi processor woes Pin
Giles12-Jul-02 10:46
Giles12-Jul-02 10:46 
GeneralWinsock - discovering ip address Pin
JohnnyG12-Jul-02 4:32
JohnnyG12-Jul-02 4:32 
GeneralRe: Winsock - discovering ip address Pin
markkuk12-Jul-02 8:21
markkuk12-Jul-02 8:21 
GeneralRe: Winsock - discovering ip address Pin
JohnnyG13-Jul-02 15:41
JohnnyG13-Jul-02 15:41 
GeneralMarquee in visual C++ Pin
John Duffell12-Jul-02 3:58
John Duffell12-Jul-02 3:58 
GeneralRe: Marquee in visual C++ Pin
l a u r e n12-Jul-02 7:50
l a u r e n12-Jul-02 7:50 
GeneralRe: Marquee in visual C++ Pin
NormDroid12-Jul-02 23:29
professionalNormDroid12-Jul-02 23:29 

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.