Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Application Taskbar Icon Context Menu in Windows 7? Pin
-273C5-Dec-10 11:46
-273C5-Dec-10 11:46 
QuestionFind an open source powerful math library Pin
followait5-Dec-10 0:24
followait5-Dec-10 0:24 
AnswerRe: Find an open source powerful math library Pin
ShilpiP5-Dec-10 7:11
ShilpiP5-Dec-10 7:11 
AnswerRe: Find an open source powerful math library Pin
Chris Losinger6-Dec-10 7:46
professionalChris Losinger6-Dec-10 7:46 
AnswerRe: Find an open source powerful math library Pin
Nemanja Trifunovic6-Dec-10 8:55
Nemanja Trifunovic6-Dec-10 8:55 
Questionerror C4430: missing type specidier - int assumed Pin
AmbiguousName4-Dec-10 21:52
AmbiguousName4-Dec-10 21:52 
AnswerRe: error C4430: missing type specidier - int assumed Pin
Cedric Moonen4-Dec-10 22:38
Cedric Moonen4-Dec-10 22:38 
AnswerRe: error C4430: missing type specidier - int assumed Pin
Luc Pattyn4-Dec-10 23:11
sitebuilderLuc Pattyn4-Dec-10 23:11 
a compiler that is any good would show an exact file name and line number, so you would know which line of code it is objecting to (and you could show it in your message).

And as others have said, a likely cause for this particular message is an include problem, some symbol not holding its intended definition.

BTW: you could get inspiration by entering a code-independent part of the message into google, try with missing ';' before identifier (see I omitted file name, variable names, etc as those would be specific to your exact situation).

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.


GeneralRe: error C4430: missing type specidier - int assumed Pin
AmbiguousName5-Dec-10 0:23
AmbiguousName5-Dec-10 0:23 
AnswerRe: error C4430: missing type specidier - int assumed Pin
Emilio Garavaglia5-Dec-10 5:38
Emilio Garavaglia5-Dec-10 5:38 
AnswerRe: error C4430: missing type specidier - int assumed Pin
ShilpiP5-Dec-10 7:03
ShilpiP5-Dec-10 7:03 
QuestionWhy the controls do not show? Pin
yu-jian3-Dec-10 23:21
yu-jian3-Dec-10 23:21 
AnswerRe: Why the controls do not show? Pin
Eugen Podsypalnikov4-Dec-10 1:08
Eugen Podsypalnikov4-Dec-10 1:08 
QuestionRe: Why the controls do not show? Pin
David Crow4-Dec-10 17:42
David Crow4-Dec-10 17:42 
AnswerRe: Why the controls do not show? Pin
yu-jian8-Dec-10 2:22
yu-jian8-Dec-10 2:22 
QuestionRe: Why the controls do not show? Pin
David Crow8-Dec-10 4:14
David Crow8-Dec-10 4:14 
AnswerRe: Why the controls do not show? Pin
yu-jian9-Dec-10 0:52
yu-jian9-Dec-10 0:52 
QuestionHow can identify click on hashbutton or item label in Tree Ctrel? Pin
Le@rner3-Dec-10 23:00
Le@rner3-Dec-10 23:00 
AnswerRe: How can identify click on hashbutton or item label in Tree Ctrel? Pin
User 74293383-Dec-10 23:38
professionalUser 74293383-Dec-10 23:38 
Questionhow to input into array from keyboard Pin
atoivan3-Dec-10 16:20
atoivan3-Dec-10 16:20 
AnswerRe: how to input into array from keyboard Pin
Dr.Walt Fair, PE3-Dec-10 16:36
professionalDr.Walt Fair, PE3-Dec-10 16:36 
AnswerRe: how to input into array from keyboard Pin
Luc Pattyn3-Dec-10 17:20
sitebuilderLuc Pattyn3-Dec-10 17:20 
AnswerRe: how to input into array from keyboard [modified] Pin
Alain Rist3-Dec-10 23:55
Alain Rist3-Dec-10 23:55 
QuestionC++ Drink Machine Simulator Can anyone tell what I am doing wrong with this? Pin
Cachel3-Dec-10 15:00
Cachel3-Dec-10 15:00 
AnswerRe: C++ Drink Machine Simulator Can anyone tell what I am doing wrong with this? Pin
Dr.Walt Fair, PE3-Dec-10 16:26
professionalDr.Walt Fair, PE3-Dec-10 16:26 

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.