Click here to Skip to main content
15,896,437 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Annoying problem with VC++ 6.0 - compiler on strike?? Pin
Stephen Hewitt24-Mar-10 12:40
Stephen Hewitt24-Mar-10 12:40 
GeneralRe: Annoying problem with VC++ 6.0 - compiler on strike?? Pin
Vaclav_24-Mar-10 17:41
Vaclav_24-Mar-10 17:41 
QuestionReg. Booting from Virtual Disk Image Pin
john563224-Mar-10 6:04
john563224-Mar-10 6:04 
QuestionSymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 4:32
glitteringsound24-Mar-10 4:32 
AnswerRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 4:55
Covean24-Mar-10 4:55 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 5:00
glitteringsound24-Mar-10 5:00 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 5:21
Covean24-Mar-10 5:21 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 5:30
glitteringsound24-Mar-10 5:30 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 5:38
Covean24-Mar-10 5:38 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 5:50
glitteringsound24-Mar-10 5:50 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 6:00
Covean24-Mar-10 6:00 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 6:07
glitteringsound24-Mar-10 6:07 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 6:18
Covean24-Mar-10 6:18 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 6:42
glitteringsound24-Mar-10 6:42 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean25-Mar-10 3:25
Covean25-Mar-10 3:25 

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.