Click here to Skip to main content
15,905,148 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to access a single object from multiple thread Pin
Iain Clarke, Warrior Programmer30-Jan-08 21:57
Iain Clarke, Warrior Programmer30-Jan-08 21:57 
GeneralRe: How to access a single object from multiple thread Pin
Ranojay1-Feb-08 22:03
Ranojay1-Feb-08 22:03 
QuestionNetwork detection on windows 98 Pin
Somnath_Mali27-Jan-08 20:36
Somnath_Mali27-Jan-08 20:36 
QuestionRe: Network detection on windows 98 Pin
David Crow28-Jan-08 5:11
David Crow28-Jan-08 5:11 
Question"Show Desktop" windows event? Pin
Somnath_Mali27-Jan-08 20:31
Somnath_Mali27-Jan-08 20:31 
QuestionRe: "Show Desktop" windows event? Pin
David Crow28-Jan-08 5:13
David Crow28-Jan-08 5:13 
Generalhelp [modified] Pin
gentleguy27-Jan-08 20:24
gentleguy27-Jan-08 20:24 
GeneralRe: help Pin
Iain Clarke, Warrior Programmer27-Jan-08 21:49
Iain Clarke, Warrior Programmer27-Jan-08 21:49 
1/ Please read the guidelines - it's attached to the top of the forum, and in big letters tells you to use a meaningful topic.

I've yet to see someone post a message, but say "please don't help me".


2/ You show an error on a line of code, then show TWO lines of code. Which one is wrong?


3/ You can solve the problem yourself.

Start with
vn[ii][j][k] = 1; does that compile happily?
vn[ii][j][k] = w*v[ii][j][k]; does that compile happily?
vn[ii][j][k] = w*v[ii][j][k] + c1; does that compile happily?
vn[ii][j][k] = w*v[ii][j][k] + c1*rand(); does that compile happily?

I'm bored now, but I hope you get the idea.

Or you can read the error message. To call a function, you use ()'s. So, look for () that should not be there, or be [] as an array variable.


Good luck,


Iain.
GeneralRe: help Pin
CPallini27-Jan-08 23:26
mveCPallini27-Jan-08 23:26 
GeneralRe: help Pin
gentleguy27-Jan-08 23:55
gentleguy27-Jan-08 23:55 
GeneralRe: help Pin
CPallini28-Jan-08 0:23
mveCPallini28-Jan-08 0:23 
GeneralRe: help Pin
gentleguy28-Jan-08 13:31
gentleguy28-Jan-08 13:31 
GeneralRe: help Pin
CPallini28-Jan-08 21:16
mveCPallini28-Jan-08 21:16 
GeneralRe: help Pin
gentleguy28-Jan-08 23:30
gentleguy28-Jan-08 23:30 
GeneralRe: help Pin
CPallini28-Jan-08 23:42
mveCPallini28-Jan-08 23:42 
Questioncheck box problem Pin
trioum27-Jan-08 19:50
trioum27-Jan-08 19:50 
AnswerRe: check box problem Pin
fd012900227-Jan-08 20:19
fd012900227-Jan-08 20:19 
GeneralRe: check box problem Pin
Hamid_RT27-Jan-08 20:52
Hamid_RT27-Jan-08 20:52 
QuestionRe: check box problem Pin
trioum27-Jan-08 23:12
trioum27-Jan-08 23:12 
AnswerRe: check box problem Pin
fd012900227-Jan-08 23:59
fd012900227-Jan-08 23:59 
GeneralRe: check box problem Pin
Hamid_RT28-Jan-08 2:01
Hamid_RT28-Jan-08 2:01 
GeneralRe: check box problem Pin
Mark Salsbery28-Jan-08 7:02
Mark Salsbery28-Jan-08 7:02 
GeneralVC++&Fortran mixed-language string problem Pin
raulisme27-Jan-08 19:37
raulisme27-Jan-08 19:37 
GeneralRe: VC++&Fortran mixed-language string problem Pin
Iain Clarke, Warrior Programmer27-Jan-08 21:54
Iain Clarke, Warrior Programmer27-Jan-08 21:54 
GeneralVery well said! Pin
jhwurmbach27-Jan-08 22:04
jhwurmbach27-Jan-08 22:04 

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.