Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Copying the screen to a bitmap Pin
Anthony Appleyard21-Apr-08 18:52
Anthony Appleyard21-Apr-08 18:52 
GeneralRe: Copying the screen to a bitmap Pin
Hamid_RT21-Apr-08 20:41
Hamid_RT21-Apr-08 20:41 
GeneralDynamic char array in C++ - Need solution Pin
Md Saleem Navalur21-Apr-08 4:36
Md Saleem Navalur21-Apr-08 4:36 
GeneralRe: Dynamic char array in C++ - Need solution Pin
Maximilien21-Apr-08 4:44
Maximilien21-Apr-08 4:44 
GeneralRe: Dynamic char array in C++ - Need solution Pin
Md Saleem Navalur21-Apr-08 7:49
Md Saleem Navalur21-Apr-08 7:49 
QuestionRe: Dynamic char array in C++ - Need solution Pin
David Crow21-Apr-08 4:55
David Crow21-Apr-08 4:55 
GeneralRe: Dynamic char array in C++ - Need solution Pin
CPallini21-Apr-08 5:02
mveCPallini21-Apr-08 5:02 
GeneralRe: Dynamic char array in C++ - Need solution Pin
Md Saleem Navalur21-Apr-08 7:48
Md Saleem Navalur21-Apr-08 7:48 
char *buffer = new char[256]...
this can also be declared as
char buffer[1024]....

But the issue here is i do not know the size of the array.
It has to be dynamic.
GeneralRe: Dynamic char array in C++ - Need solution Pin
David Crow21-Apr-08 7:56
David Crow21-Apr-08 7:56 
GeneralRe: Dynamic char array in C++ - Need solution Pin
JudyL_MD21-Apr-08 10:09
JudyL_MD21-Apr-08 10:09 
GeneralRe: Dynamic char array in C++ - Need solution Pin
Robert Surtees21-Apr-08 10:23
Robert Surtees21-Apr-08 10:23 
GeneralRe: Dynamic char array in C++ - Need solution Pin
CPallini21-Apr-08 12:00
mveCPallini21-Apr-08 12:00 
GeneralRe: Dynamic char array in C++ - Need solution Pin
Robert Surtees21-Apr-08 14:14
Robert Surtees21-Apr-08 14:14 
GeneralRe: Dynamic char array in C++ - Need solution Pin
CPallini21-Apr-08 21:31
mveCPallini21-Apr-08 21:31 
GeneralRe: Dynamic char array in C++ - Need solution Pin
Stephen Hewitt21-Apr-08 15:06
Stephen Hewitt21-Apr-08 15:06 
AnswerRe: Dynamic char array in C++ - Need solution Pin
Rajkumar R21-Apr-08 19:04
Rajkumar R21-Apr-08 19:04 
GeneralHigh precision timer Pin
ilgale21-Apr-08 3:03
ilgale21-Apr-08 3:03 
GeneralRe: High precision timer Pin
Cedric Moonen21-Apr-08 3:29
Cedric Moonen21-Apr-08 3:29 
GeneralRe: High precision timer Pin
Iain Clarke, Warrior Programmer21-Apr-08 3:44
Iain Clarke, Warrior Programmer21-Apr-08 3:44 
GeneralWMI Impersonation problem Pin
sandeepkavade21-Apr-08 2:35
sandeepkavade21-Apr-08 2:35 
GeneralRe: WMI Impersonation problem Pin
Rajkumar R21-Apr-08 4:04
Rajkumar R21-Apr-08 4:04 
QuestionHow to access Share Variable? Pin
ritz123421-Apr-08 2:01
ritz123421-Apr-08 2:01 
AnswerRe: How to access Share Variable? Pin
CPallini21-Apr-08 2:18
mveCPallini21-Apr-08 2:18 
GeneralRe: How to access Share Variable? Pin
ritz123421-Apr-08 2:33
ritz123421-Apr-08 2:33 
QuestionRe: How to access Share Variable? Pin
CPallini21-Apr-08 2:38
mveCPallini21-Apr-08 2:38 

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.