Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: name decoration issue in DLL Pin
George_George9-Oct-08 3:04
George_George9-Oct-08 3:04 
GeneralRe: name decoration issue in DLL Pin
Bram van Kampen28-Oct-08 14:27
Bram van Kampen28-Oct-08 14:27 
GeneralRe: name decoration issue in DLL Pin
George_George30-Oct-08 3:26
George_George30-Oct-08 3:26 
GeneralRe: name decoration issue in DLL Pin
Bram van Kampen31-Oct-08 15:45
Bram van Kampen31-Oct-08 15:45 
QuestionBitmap on Wizrad [modified] Pin
john56325-Oct-08 0:29
john56325-Oct-08 0:29 
AnswerRe: Bitmap on Wizrad Pin
Hamid_RT5-Oct-08 2:04
Hamid_RT5-Oct-08 2:04 
GeneralRe: Bitmap on Wizrad Pin
john56325-Oct-08 3:07
john56325-Oct-08 3:07 
QuestionStatic variable in c/c++ Pin
Subrat 47082665-Oct-08 0:26
Subrat 47082665-Oct-08 0:26 
I am in problem with static variable.Please help me.

Program:

file1.h

int x = 10;

file2.cpp

#include "file1.h"
#include "stdio.h"

extern int x;
void main() {
printf("%d",x);
}

o/p: Error(Unresolved external symbol)...

As per my knlowledge is consern I know to access x I have to use extern.But it is giving error.I want to know whts there reseaon?

Compiler: vc++ 2005(8.0ver)
AnswerRe: Static variable in c/c++ Pin
montiee5-Oct-08 1:07
montiee5-Oct-08 1:07 
GeneralRe: Static variable in c/c++ Pin
Subrat 47082666-Oct-08 17:30
Subrat 47082666-Oct-08 17:30 
GeneralRe: Static variable in c/c++ Pin
montiee8-Oct-08 1:24
montiee8-Oct-08 1:24 
GeneralRe: Static variable in c/c++ Pin
Subrat 47082668-Oct-08 3:13
Subrat 47082668-Oct-08 3:13 
QuestionAutomatically appending an auto incrementing build number to Apps title in Visual Studio 2009..? [modified] Pin
montiee4-Oct-08 23:31
montiee4-Oct-08 23:31 
AnswerRe: Automatically appending an auto incrementing build number to Apps title in Visual Studio 2009..? Pin
Bram van Kampen5-Oct-08 2:49
Bram van Kampen5-Oct-08 2:49 
GeneralRe: Automatically appending an auto incrementing build number to Apps title in Visual Studio 2009..? Pin
montiee7-Oct-08 22:15
montiee7-Oct-08 22:15 
GeneralRe: Automatically appending an auto incrementing build number to Apps title in Visual Studio 2009..? Pin
Bram van Kampen9-Oct-08 15:54
Bram van Kampen9-Oct-08 15:54 
Questiondebugging release version build issue in managed code Pin
George_George4-Oct-08 22:07
George_George4-Oct-08 22:07 
QuestionDialog question Pin
yellowine4-Oct-08 18:52
yellowine4-Oct-08 18:52 
AnswerRe: Dialog question Pin
Cedric Moonen4-Oct-08 21:38
Cedric Moonen4-Oct-08 21:38 
AnswerRe: Dialog question Pin
bxveer5-Oct-08 3:53
bxveer5-Oct-08 3:53 
GeneralRe: Dialog question Pin
yellowine5-Oct-08 19:01
yellowine5-Oct-08 19:01 
Questionhow to run sample files Pin
tom4_254-Oct-08 17:54
tom4_254-Oct-08 17:54 
AnswerRe: how to run sample files Pin
CPallini4-Oct-08 21:46
mveCPallini4-Oct-08 21:46 
GeneralRe: how to run sample files Pin
tom4_255-Oct-08 2:16
tom4_255-Oct-08 2:16 
GeneralRe: how to run sample files Pin
CPallini5-Oct-08 7:46
mveCPallini5-Oct-08 7:46 

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.