Click here to Skip to main content
15,903,856 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to impliment Mutex Pin
avo23-Jul-07 23:20
avo23-Jul-07 23:20 
AnswerCode Pin
avo23-Jul-07 23:53
avo23-Jul-07 23:53 
GeneralRe: Code Pin
VC_RYK4-Jul-07 0:01
VC_RYK4-Jul-07 0:01 
Questionvc++ in vista Pin
saisp3-Jul-07 20:54
saisp3-Jul-07 20:54 
AnswerRe: vc++ in vista Pin
KarstenK3-Jul-07 21:02
mveKarstenK3-Jul-07 21:02 
AnswerRe: vc++ in vista Pin
Stephen Hewitt3-Jul-07 21:04
Stephen Hewitt3-Jul-07 21:04 
GeneralRe: vc++ in vista Pin
KarstenK4-Jul-07 0:32
mveKarstenK4-Jul-07 0:32 
Questiondelete [] buffer Issue Pin
Programm3r3-Jul-07 20:52
Programm3r3-Jul-07 20:52 
Hi all,

How would one go about using the delete command when working with AnsiString?
I have tried:
AnsiString Test;
...
delete [] Test;


But received this error: [C++ Error] E2157 Deleting an object requires exactly one conversion to pointer
operator.

Can anyone help me?

Regards,


The only programmers that are better that C programmers are those who code in 1's and 0's Green Alien | [Alien]

Smile | :) Programm3r

My Blog: ^_^

AnswerRe: delete [] buffer Issue Pin
baerten3-Jul-07 20:59
baerten3-Jul-07 20:59 
GeneralRe: delete [] buffer Issue Pin
Programm3r3-Jul-07 21:04
Programm3r3-Jul-07 21:04 
QuestionFree a block of memory Pin
Programm3r3-Jul-07 21:52
Programm3r3-Jul-07 21:52 
AnswerRe: Free a block of memory Pin
Rajkumar R3-Jul-07 23:57
Rajkumar R3-Jul-07 23:57 
GeneralRe: Free a block of memory Pin
Programm3r4-Jul-07 0:59
Programm3r4-Jul-07 0:59 
AnswerRe: Free a block of memory Pin
KarstenK4-Jul-07 0:36
mveKarstenK4-Jul-07 0:36 
Questionneed help Pin
gentleguy3-Jul-07 20:40
gentleguy3-Jul-07 20:40 
AnswerRe: need help Pin
KarstenK3-Jul-07 20:59
mveKarstenK3-Jul-07 20:59 
QuestionText Direction Pin
Try3-Jul-07 20:09
Try3-Jul-07 20:09 
AnswerRe: Text Direction Pin
G Haranadh3-Jul-07 20:36
G Haranadh3-Jul-07 20:36 
GeneralRe: Text Direction Pin
Try3-Jul-07 20:54
Try3-Jul-07 20:54 
AnswerRe: Text Direction Pin
KarstenK3-Jul-07 21:13
mveKarstenK3-Jul-07 21:13 
GeneralRe: Text Direction Pin
Try3-Jul-07 22:59
Try3-Jul-07 22:59 
AnswerRe: Text Direction Pin
Matthew Faithfull4-Jul-07 4:35
Matthew Faithfull4-Jul-07 4:35 
AnswerRe: Text Direction (Long) Pin
Matthew Faithfull4-Jul-07 23:03
Matthew Faithfull4-Jul-07 23:03 
GeneralRe: Text Direction (Long) Pin
Try4-Jul-07 23:24
Try4-Jul-07 23:24 
QuestionInterview question Pin
tasumisra3-Jul-07 20:06
tasumisra3-Jul-07 20: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.