Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Implementing Windows Pin
Richard MacCutchan1-Jan-10 6:30
mveRichard MacCutchan1-Jan-10 6:30 
GeneralRe: Implementing Windows Pin
Tim Craig1-Jan-10 17:45
Tim Craig1-Jan-10 17:45 
GeneralRe: Implementing Windows Pin
Emilio Garavaglia1-Jan-10 3:33
Emilio Garavaglia1-Jan-10 3:33 
RantRe: Implementing Windows Pin
Rajesh R Subramanian1-Jan-10 3:35
professionalRajesh R Subramanian1-Jan-10 3:35 
JokeRe: Implementing Windows Pin
CPallini4-Jan-10 23:03
mveCPallini4-Jan-10 23:03 
QuestionWant to know how to use madlib mp3 decoder Pin
Danzy8331-Dec-09 8:43
Danzy8331-Dec-09 8:43 
AnswerRe: Want to know how to use madlib mp3 decoder Pin
Richard MacCutchan1-Jan-10 2:11
mveRichard MacCutchan1-Jan-10 2:11 
Questionerror: expected ':', ',', ';', '}' or '__attribute__' before '=' token Pin
krish_kumar31-Dec-09 1:49
krish_kumar31-Dec-09 1:49 
After compiling the code given below the following error shows....

main.c:4: error: expected ':', ',', ';', '}' or '__attribute__' before '=' token


#include <stdio.h>

struct struct_keywords {

char c_keywords[6][10] = {"int", "char", "static" , /* ERROR SHOWS HERE */
"struct", "union", "return"};

};

typedef struct struct_keywords kewords_t;



int main(int argc ,char *argv) {

kewords_t *struct_ptr;


return 0;
}


What may be the error ?????


With regards
AnswerRe: error: expected ':', ',', ';', '}' or '__attribute__' before '=' token Pin
Richard MacCutchan31-Dec-09 2:40
mveRichard MacCutchan31-Dec-09 2:40 
GeneralOkk...I cleared the error Pin
krish_kumar31-Dec-09 3:57
krish_kumar31-Dec-09 3:57 
GeneralRe: Okk...I cleared the error Pin
Richard MacCutchan31-Dec-09 5:13
mveRichard MacCutchan31-Dec-09 5:13 
AnswerRe: error: expected ':', ',', ';', '}' or '__attribute__' before '=' token Pin
CODEPC31-Dec-09 3:21
CODEPC31-Dec-09 3:21 
GeneralRe: error: expected ':', ',', ';', '}' or '__attribute__' before '=' token Pin
krish_kumar31-Dec-09 3:52
krish_kumar31-Dec-09 3:52 
GeneralRe: error: expected ':', ',', ';', '}' or '__attribute__' before '=' token Pin
Richard MacCutchan31-Dec-09 5:09
mveRichard MacCutchan31-Dec-09 5:09 
Questionhelp me, help me, help me, my headache, how to retrieving hicon through the name of system folder, for ins. the name of "my computer" Pin
nenfa30-Dec-09 21:46
nenfa30-Dec-09 21:46 
QuestionRe: help me, help me, help me, my headache, how to retrieving hicon through the name of system folder, for ins. the name of "my computer" Pin
Ahmed Charfeddine31-Dec-09 2:32
Ahmed Charfeddine31-Dec-09 2:32 
AnswerRe: help me, help me, help me, my headache, how to retrieving hicon through the name of system folder, for ins. the name of "my computer" Pin
Gary R. Wheeler31-Dec-09 5:15
Gary R. Wheeler31-Dec-09 5:15 
QuestionConditional Check Box in Dialog List Pin
itkid30-Dec-09 21:37
itkid30-Dec-09 21:37 
AnswerRe: Conditional Check Box in Dialog List Pin
Abhi Lahare31-Dec-09 4:36
Abhi Lahare31-Dec-09 4:36 
GeneralRe: Conditional Check Box in Dialog List Pin
itkid3-Jan-10 17:53
itkid3-Jan-10 17:53 
QuestionSome times Print function not working. Pin
Le@rner30-Dec-09 19:58
Le@rner30-Dec-09 19:58 
AnswerRe: Some times Print function not working. Pin
David Crow31-Dec-09 8:48
David Crow31-Dec-09 8:48 
AnswerRe: Some times Print function not working. Pin
Nelek2-Jan-10 23:50
protectorNelek2-Jan-10 23:50 
GeneralRe: Some times Print function not working. Pin
Le@rner3-Jan-10 23:31
Le@rner3-Jan-10 23:31 
GeneralRe: Some times Print function not working. Pin
Nelek4-Jan-10 11:07
protectorNelek4-Jan-10 11:07 

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.