Click here to Skip to main content
15,921,884 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple Problem VC++6 Pin
Michael Dunn21-Aug-03 19:45
sitebuilderMichael Dunn21-Aug-03 19:45 
Generalsizeof() problem Pin
IceBerG7121-Aug-03 17:49
IceBerG7121-Aug-03 17:49 
GeneralRe: sizeof() problem Pin
Brad Sokol21-Aug-03 18:06
Brad Sokol21-Aug-03 18:06 
GeneralRe: sizeof() problem Pin
IceBerG7121-Aug-03 18:58
IceBerG7121-Aug-03 18:58 
GeneralNeed some help with CreateProcess() Pin
Flack21-Aug-03 17:22
Flack21-Aug-03 17:22 
GeneralRe: Need some help with CreateProcess() Pin
Brad Sokol21-Aug-03 17:31
Brad Sokol21-Aug-03 17:31 
QuestionNeed I define a function as "extern"? Pin
George221-Aug-03 15:46
George221-Aug-03 15:46 
AnswerRe: Need I define a function as "extern"? Pin
Brad Sokol21-Aug-03 16:54
Brad Sokol21-Aug-03 16:54 
For free functions (C-ctyle functions), static means the function is not visible outside of the compilation unit (normally the .c or .cpp file).

The default is extern which means the function is visible - when an appropriate declaration is provided - outside of the compilation unit.

Brad
GeneralRe: Need I define a function as "extern"? Pin
George221-Aug-03 23:28
George221-Aug-03 23:28 
GeneralRe: Need I define a function as "extern"? Pin
Brad Sokol22-Aug-03 1:52
Brad Sokol22-Aug-03 1:52 
GeneralRe: Need I define a function as "extern"? Pin
George222-Aug-03 2:10
George222-Aug-03 2:10 
AnswerRe: Need I define a function as "extern"? Pin
Maxwell Chen21-Aug-03 20:09
Maxwell Chen21-Aug-03 20:09 
GeneralRe: Need I define a function as "extern"? Pin
George221-Aug-03 23:24
George221-Aug-03 23:24 
GeneralRe: Need I define a function as "extern"? Pin
Dangleberry22-Aug-03 4:09
sussDangleberry22-Aug-03 4:09 
GeneralRe: Need I define a function as "extern"? Pin
George224-Aug-03 0:47
George224-Aug-03 0:47 
General3D layer visualization Pin
coda_x21-Aug-03 15:29
coda_x21-Aug-03 15:29 
GeneralRead DLL source code Pin
wow999921-Aug-03 15:24
wow999921-Aug-03 15:24 
GeneralRe: Read DLL source code Pin
Brad Sokol21-Aug-03 16:18
Brad Sokol21-Aug-03 16:18 
GeneralRe: Read DLL source code Pin
Ryan Binns21-Aug-03 16:31
Ryan Binns21-Aug-03 16:31 
QuestionWhat project type to choose to run on all windows Pin
Chris Ormerod21-Aug-03 14:23
Chris Ormerod21-Aug-03 14:23 
AnswerRe: What project type to choose to run on all windows Pin
David Crow22-Aug-03 3:19
David Crow22-Aug-03 3:19 
Questionaccess JS vars on page in web browser control? Pin
Scott H. Settlemier21-Aug-03 11:59
Scott H. Settlemier21-Aug-03 11:59 
GeneralIs this bad to do? (Networking question) Pin
RobJones21-Aug-03 11:53
RobJones21-Aug-03 11:53 
GeneralRe: Is this bad to do? (Networking question) Pin
Ryan Binns21-Aug-03 16:35
Ryan Binns21-Aug-03 16:35 
Questionpossible to provide VB app access to VC++ dll? Pin
michael thomas21-Aug-03 10:32
michael thomas21-Aug-03 10:32 

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.