Click here to Skip to main content
15,923,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CString conversion problem Pin
Mohan Ramachandra24-Mar-10 20:51
Mohan Ramachandra24-Mar-10 20:51 
GeneralRe: CString conversion problem Pin
Cedric Moonen24-Mar-10 21:22
Cedric Moonen24-Mar-10 21:22 
GeneralRe: CString conversion problem Pin
rajajay8224-Mar-10 22:12
rajajay8224-Mar-10 22:12 
GeneralRe: CString conversion problem Pin
CPallini24-Mar-10 22:16
mveCPallini24-Mar-10 22:16 
GeneralRe: CString conversion problem Pin
Cedric Moonen24-Mar-10 22:17
Cedric Moonen24-Mar-10 22:17 
GeneralRe: CString conversion problem Pin
Mohan Ramachandra24-Mar-10 22:49
Mohan Ramachandra24-Mar-10 22:49 
GeneralRe: CString conversion problem Pin
Cedric Moonen24-Mar-10 21:23
Cedric Moonen24-Mar-10 21:23 
GeneralRe: CString conversion problem Pin
Adam Roderick J24-Mar-10 22:14
Adam Roderick J24-Mar-10 22:14 
GeneralRe: CString conversion problem Pin
Member 59031024-Mar-10 22:23
Member 59031024-Mar-10 22:23 
GeneralRe: CString conversion problem Pin
Adam Roderick J24-Mar-10 23:17
Adam Roderick J24-Mar-10 23:17 
GeneralRe: CString conversion problem Pin
Raj Jaiswal25-Mar-10 9:33
Raj Jaiswal25-Mar-10 9:33 
QuestionMove to second monitor in MFC Pin
Anu_Bala24-Mar-10 19:20
Anu_Bala24-Mar-10 19:20 
AnswerRe: Move to second monitor in MFC Pin
Eugen Podsypalnikov24-Mar-10 21:41
Eugen Podsypalnikov24-Mar-10 21:41 
QuestionExcel C API registration interference with project dependency Pin
T210224-Mar-10 19:14
T210224-Mar-10 19:14 
QuestionTCP/IP question Pin
Alexey Malyshev24-Mar-10 14:44
Alexey Malyshev24-Mar-10 14:44 
AnswerRe: TCP/IP question Pin
Cedric Moonen24-Mar-10 21:24
Cedric Moonen24-Mar-10 21:24 
AnswerRe: TCP/IP question Pin
HimanshuJoshi24-Mar-10 23:42
HimanshuJoshi24-Mar-10 23:42 
Questionhow to use a vector for flexible length of array Pin
mrby12324-Mar-10 11:52
mrby12324-Mar-10 11:52 
AnswerRe: how to use a vector for flexible length of array Pin
Code-o-mat24-Mar-10 12:01
Code-o-mat24-Mar-10 12:01 
AnswerRe: how to use a vector for flexible length of array PinPopular
Stephen Hewitt24-Mar-10 12:34
Stephen Hewitt24-Mar-10 12:34 
AnswerRe: how to use a vector for flexible length of array Pin
sandhyasapare24-Mar-10 23:57
sandhyasapare24-Mar-10 23:57 
GeneralRe: how to use a vector for flexible length of array [modified] Pin
mrby12325-Mar-10 7:29
mrby12325-Mar-10 7:29 
GeneralRe: how to use a vector for flexible length of array Pin
Stephen Hewitt26-Mar-10 23:44
Stephen Hewitt26-Mar-10 23:44 
Check your posts after you've made them - some of it has gone missing:
mrby123 wrote:
for ( int i=0;i

mrby123 wrote:
for ( int j=0;j

Clearly these two lines are incomplete.

There are many problems with your code. For example, the following is illegal since n is computed at runtime (and your post doesn't show the template arguments):
mrby123 wrote:
vector z[n];


Also what is d? You don't use z?

If you want help explain what you're trying to do in detail and take some care to make it readable.
 
 
Steve

QuestionAnnoying problem with VC++ 6.0 - compiler on strike?? Pin
Vaclav_24-Mar-10 11:42
Vaclav_24-Mar-10 11:42 
AnswerRe: Annoying problem with VC++ 6.0 - compiler on strike?? Pin
Code-o-mat24-Mar-10 11:57
Code-o-mat24-Mar-10 11:57 

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.