Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: resource.h problem???? Pin
Antony M Kancidrowski16-Apr-04 5:28
Antony M Kancidrowski16-Apr-04 5:28 
AnswerRe: resource.h problem???? Pin
Prakash Nadar16-Apr-04 5:01
Prakash Nadar16-Apr-04 5:01 
QuestionHow to save image in WebBrowser ? Pin
rrrado15-Apr-04 23:09
rrrado15-Apr-04 23:09 
AnswerRe: How to save image in WebBrowser ? Pin
Iain Clarke, Warrior Programmer16-Apr-04 5:34
Iain Clarke, Warrior Programmer16-Apr-04 5:34 
GeneralRe: How to save image in WebBrowser ? Pin
rrrado18-Apr-04 20:55
rrrado18-Apr-04 20:55 
Questionhow to post message to a thread from a Global Function? Pin
tank102515-Apr-04 22:57
tank102515-Apr-04 22:57 
AnswerRe: how to post message to a thread from a Global Function? Pin
Mike Dimmick15-Apr-04 23:03
Mike Dimmick15-Apr-04 23:03 
GeneralGlobal Variables Pin
asv15-Apr-04 22:32
asv15-Apr-04 22:32 
Problem: Convert the Global variables into Class Variables

A good example is the variable ‘OurString’ which is declared in
file oam.var in the following way:
TCHAR OurString[260];
It is used in 209 different places according to “Find in Files”.


There are two problems with those global variables:

1) they might break if we start using multiple threads

2) the code does not typically check if there is enough space for the stuff that is put to those variables.

Can U give some idea for implementation?

dadsadasd
GeneralRe: Global Variables Pin
Jeff Bogan16-Apr-04 2:24
Jeff Bogan16-Apr-04 2:24 
Generalurgent! plz help Pin
mayVB615-Apr-04 22:16
mayVB615-Apr-04 22:16 
GeneralRe: urgent! plz help Pin
toxcct15-Apr-04 22:32
toxcct15-Apr-04 22:32 
GeneralRe: urgent! plz help Pin
mayVB615-Apr-04 22:43
mayVB615-Apr-04 22:43 
GeneralRe: urgent! plz help Pin
vcplusplus16-Apr-04 0:16
vcplusplus16-Apr-04 0:16 
GeneralRe: urgent! plz help Pin
SiddharthAtw16-Apr-04 21:00
SiddharthAtw16-Apr-04 21:00 
QuestionHow to delete files ? Pin
Anonymous15-Apr-04 21:53
Anonymous15-Apr-04 21:53 
AnswerRe: How to delete files ? Pin
toxcct15-Apr-04 22:10
toxcct15-Apr-04 22:10 
GeneralRe: How to delete files ? Pin
Tim Smith16-Apr-04 3:54
Tim Smith16-Apr-04 3:54 
AnswerRe: How to delete files ? Pin
Mike Dimmick15-Apr-04 23:10
Mike Dimmick15-Apr-04 23:10 
AnswerRe: How to delete files ? Pin
Joel Lucsy16-Apr-04 3:19
Joel Lucsy16-Apr-04 3:19 
GeneralBatch FIle and Command Line Build Pin
arvindaar15-Apr-04 21:46
arvindaar15-Apr-04 21:46 
GeneralRe: Batch FIle and Command Line Build Pin
Mike Dimmick15-Apr-04 23:35
Mike Dimmick15-Apr-04 23:35 
GeneralRe: Batch FIle and Command Line Build Pin
arvindaar16-Apr-04 0:08
arvindaar16-Apr-04 0:08 
GeneralRestarting an application Pin
Member 101882315-Apr-04 21:38
Member 101882315-Apr-04 21:38 
GeneralRe: Restarting an application Pin
Mike Dimmick15-Apr-04 23:14
Mike Dimmick15-Apr-04 23:14 
GeneralCDatabase intensive app. pls help!!! Pin
Member 101882315-Apr-04 21:27
Member 101882315-Apr-04 21:27 

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.