Click here to Skip to main content
15,917,456 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: unmanaged .lib in VS.NET Pin
Jose Lamas Rios9-Aug-05 4:20
Jose Lamas Rios9-Aug-05 4:20 
GeneralRe: unmanaged .lib in VS.NET Pin
Alper KARS9-Aug-05 4:44
Alper KARS9-Aug-05 4:44 
GeneralThe troublesome BOOKMARK question of VC6.0 ! help ~~~~ Pin
CNHKfsh9-Aug-05 0:58
CNHKfsh9-Aug-05 0:58 
GeneralRe: The troublesome BOOKMARK question of VC6.0 ! help ~~~~ Pin
David Crow9-Aug-05 2:45
David Crow9-Aug-05 2:45 
GeneralRe: The troublesome BOOKMARK question of VC6.0 ! help ~~~~ Pin
ALittleTree9-Aug-05 4:33
ALittleTree9-Aug-05 4:33 
GeneralRe: The troublesome BOOKMARK question of VC6.0 ! help ~~~~ Pin
CNHKfsh9-Aug-05 17:02
CNHKfsh9-Aug-05 17:02 
Generalto BOOL or not to bool Pin
BadKarma8-Aug-05 23:50
BadKarma8-Aug-05 23:50 
GeneralRe: to BOOL or not to bool Pin
Eytukan9-Aug-05 0:09
Eytukan9-Aug-05 0:09 
small 'bool', its a primitive data type like int,char..etc and accepts only 0 and 1 ... anything above 1 say..2,3,4 taken as 1 only.
BOOL is basically of int type so accepts any values other than 0 and 1..
i think its better to use bool.
hey this is my finding!!.. wait for better responses..Big Grin | :-D

V
GeneralRe: to BOOL or not to bool Pin
Marc Soleda9-Aug-05 0:14
Marc Soleda9-Aug-05 0:14 
GeneralRe: to BOOL or not to bool Pin
David Crow9-Aug-05 2:48
David Crow9-Aug-05 2:48 
GeneralRe: to BOOL or not to bool Pin
Marc Soleda9-Aug-05 3:12
Marc Soleda9-Aug-05 3:12 
GeneralRe: to BOOL or not to bool Pin
Tim Smith9-Aug-05 3:54
Tim Smith9-Aug-05 3:54 
GeneralRe: to BOOL or not to bool Pin
V.9-Aug-05 0:16
professionalV.9-Aug-05 0:16 
GeneralRe: to BOOL or not to bool Pin
Tim Smith9-Aug-05 3:55
Tim Smith9-Aug-05 3:55 
GeneralRe: to BOOL or not to bool Pin
John R. Shaw9-Aug-05 10:38
John R. Shaw9-Aug-05 10:38 
GeneralUsing GAMS in a VIsual C++ program Pin
Anonymous8-Aug-05 23:47
Anonymous8-Aug-05 23:47 
Generaltype conversion Pin
Member 20725788-Aug-05 22:55
Member 20725788-Aug-05 22:55 
GeneralRe: type conversion Pin
jan larsen8-Aug-05 23:30
jan larsen8-Aug-05 23:30 
GeneralRe: type conversion Pin
toxcct9-Aug-05 0:32
toxcct9-Aug-05 0:32 
GeneralRe: type conversion Pin
Maximilien9-Aug-05 2:49
Maximilien9-Aug-05 2:49 
Generalproblem of transfering file from one pc 2 another Pin
manishgandhi8-Aug-05 22:24
manishgandhi8-Aug-05 22:24 
GeneralRe: problem of transfering file from one pc 2 another Pin
ThatsAlok8-Aug-05 22:44
ThatsAlok8-Aug-05 22:44 
GeneralRe: problem of transfering file from one pc 2 another Pin
Marc Soleda8-Aug-05 22:53
Marc Soleda8-Aug-05 22:53 
GeneralHelp in Socket programming! Pin
javaClaude8-Aug-05 21:08
javaClaude8-Aug-05 21:08 
Generalchild frame Pin
Anonymous8-Aug-05 20:57
Anonymous8-Aug-05 20:57 

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.