Click here to Skip to main content
15,904,023 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read buffer into a string. Pin
Maxwell Chen27-Jan-08 23:09
Maxwell Chen27-Jan-08 23:09 
GeneralRe: Read buffer into a string. Pin
CodingLover27-Jan-08 23:18
CodingLover27-Jan-08 23:18 
GeneralRe: Read buffer into a string. Pin
Maxwell Chen27-Jan-08 23:21
Maxwell Chen27-Jan-08 23:21 
GeneralRe: Read buffer into a string. Pin
CodingLover27-Jan-08 23:35
CodingLover27-Jan-08 23:35 
QuestionRe: Read buffer into a string. Pin
CPallini27-Jan-08 23:17
mveCPallini27-Jan-08 23:17 
GeneralRe: Read buffer into a string. Pin
CodingLover27-Jan-08 23:22
CodingLover27-Jan-08 23:22 
GeneralRe: Read buffer into a string. Pin
CPallini27-Jan-08 23:38
mveCPallini27-Jan-08 23:38 
GeneralRe: Read buffer into a string. Pin
CodingLover27-Jan-08 23:52
CodingLover27-Jan-08 23:52 
Ok, actually I've try to just print the buffer elements within the buffer adding function. It works. Then I try to display elements within the second function. It wont display. Debugger point that buffer is empty. Actually I don't delete the buffer until it use in the second function.

That mean, there is an issue with the scope of the buffer.

I've declared the buffer in .h file as follows.

public:	
	char* buff;


and I suppose in this way, I can use it globally. Is that wrong. If so, how can I define the buffer globally. Frown | :(

I appreciate your help all the time...
Eranga Smile | :)

GeneralRe: Read buffer into a string. Pin
CPallini28-Jan-08 0:17
mveCPallini28-Jan-08 0:17 
GeneralRe: Read buffer into a string. Pin
CodingLover28-Jan-08 0:20
CodingLover28-Jan-08 0:20 
QuestionRe: Read buffer into a string. Pin
CodingLover28-Jan-08 16:31
CodingLover28-Jan-08 16:31 
GeneralRe: Read buffer into a string. Pin
CPallini28-Jan-08 21:21
mveCPallini28-Jan-08 21:21 
GeneralRe: Read buffer into a string. Pin
CodingLover28-Jan-08 22:17
CodingLover28-Jan-08 22:17 
GeneralRe: Read buffer into a string. Pin
CPallini28-Jan-08 22:46
mveCPallini28-Jan-08 22:46 
GeneralRe: Read buffer into a string. Pin
CodingLover29-Jan-08 0:13
CodingLover29-Jan-08 0:13 
Generalexception and global variable Pin
George_George27-Jan-08 22:34
George_George27-Jan-08 22:34 
GeneralRe: exception and global variable Pin
Maxwell Chen27-Jan-08 22:47
Maxwell Chen27-Jan-08 22:47 
GeneralRe: exception and global variable Pin
George_George27-Jan-08 23:08
George_George27-Jan-08 23:08 
GeneralRe: exception and global variable Pin
Maxwell Chen27-Jan-08 23:02
Maxwell Chen27-Jan-08 23:02 
GeneralRe: exception and global variable Pin
George_George27-Jan-08 23:08
George_George27-Jan-08 23:08 
GeneralRe: exception and global variable Pin
Maxwell Chen27-Jan-08 23:11
Maxwell Chen27-Jan-08 23:11 
GeneralRe: exception and global variable Pin
Maxwell Chen27-Jan-08 23:15
Maxwell Chen27-Jan-08 23:15 
GeneralRe: exception and global variable Pin
George_George27-Jan-08 23:42
George_George27-Jan-08 23:42 
GeneralRe: exception and global variable Pin
Maxwell Chen27-Jan-08 23:45
Maxwell Chen27-Jan-08 23:45 
GeneralRe: exception and global variable Pin
George_George28-Jan-08 0:06
George_George28-Jan-08 0:06 

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.