Click here to Skip to main content
15,917,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: context menu.? Pin
Nishad S27-Jan-09 18:31
Nishad S27-Jan-09 18:31 
GeneralRe: context menu.? Pin
sam_psycho27-Jan-09 18:35
sam_psycho27-Jan-09 18:35 
Questionquestion about my project.... Pin
arad.moradi27-Jan-09 9:55
arad.moradi27-Jan-09 9:55 
AnswerCP Ignore this post (impatient user, homework, double posting) Pin
Garth J Lancaster27-Jan-09 11:22
professionalGarth J Lancaster27-Jan-09 11:22 
QuestionRe: question about my project.... Pin
David Crow28-Jan-09 16:41
David Crow28-Jan-09 16:41 
Questionquestion about my project....... Pin
arad.moradi27-Jan-09 9:39
arad.moradi27-Jan-09 9:39 
AnswerRe: question about my project....... Pin
Reagan Conservative27-Jan-09 11:09
Reagan Conservative27-Jan-09 11:09 
AnswerRe: question about my project....... Pin
Garth J Lancaster27-Jan-09 11:17
professionalGarth J Lancaster27-Jan-09 11:17 
1) this sounds like homework - we dont do homework - at best we will give you hints, but if you're expecting us to jump in and solve all your issues, go to RentACoder or such

2) DONT GET IMPATIENT AND POST MORE THAN ONCE - most of us here have jobs we get paid to do, I doubt any of us get paid to help others on CP - except CP staff themselves, and most of them are involved with the actual running of the site, not answering questions

3) post in the correct forum - showing that you can do so indicates some level of intelligence - else, the responses you get will be rather 'trite' if not, brutal

Some suggestions :-

1) show what output you get - or where there's a compile error or such - I dont think you've actually stated what the problem/issue is

2) assuming your code compiles : learn how to use the debugger - use F10/F11 to single step through your program, inspect the contents of variables etc as you go - or at worst, print out their contents, then walk through what you're trying to do 'on paper' and see if that tells you whats going wrong.

3) comment your code - if you cant understand it, and cant tell us what each piece is doing, we wont spend much time on it either

4) looking at your code, I think you need to go back through your textbooks, a bit more .. for example char a[2]="paq" .. ok, so, if 'a' is a character array of size '2', how many characters are you trying to stuff in there - perhaps 3 ?? Im not sure what compiler you are using, but I can tell you in MSVC(6) you'll get "error C2117: 'paq' : array bounds overflow"

'g'
QuestionUAC - Showing fake Shield icon on the Exe Pin
WindowsPistha27-Jan-09 7:34
WindowsPistha27-Jan-09 7:34 
QuestionRe: UAC - Showing fake Shield icon on the Exe Pin
bob1697227-Jan-09 14:12
bob1697227-Jan-09 14:12 
AnswerRe: UAC - Showing fake Shield icon on the Exe Pin
WindowsPistha29-Jan-09 18:08
WindowsPistha29-Jan-09 18:08 
QuestionMFC GUI Pin
bhanu_850927-Jan-09 2:31
bhanu_850927-Jan-09 2:31 
QuestionRe: MFC GUI Pin
Nishad S27-Jan-09 2:50
Nishad S27-Jan-09 2:50 
AnswerRe: MFC GUI Pin
bhanu_850927-Jan-09 3:12
bhanu_850927-Jan-09 3:12 
GeneralRe: MFC GUI Pin
Nishad S27-Jan-09 3:24
Nishad S27-Jan-09 3:24 
GeneralRe: MFC GUI Pin
bhanu_850927-Jan-09 3:28
bhanu_850927-Jan-09 3:28 
GeneralRe: MFC GUI Pin
Nishad S27-Jan-09 3:51
Nishad S27-Jan-09 3:51 
GeneralRe: MFC GUI [modified] Pin
Iain Clarke, Warrior Programmer27-Jan-09 3:30
Iain Clarke, Warrior Programmer27-Jan-09 3:30 
AnswerRe: MFC GUI Pin
Maximilien27-Jan-09 3:29
Maximilien27-Jan-09 3:29 
GeneralRe: MFC GUI Pin
bhanu_850927-Jan-09 3:38
bhanu_850927-Jan-09 3:38 
QuestionChange selection in CListCtrl with keys? Pin
bosfan27-Jan-09 0:45
bosfan27-Jan-09 0:45 
AnswerRe: Change selection in CListCtrl with keys? Pin
Nishad S27-Jan-09 2:51
Nishad S27-Jan-09 2:51 
GeneralRe: Change selection in CListCtrl with keys? Pin
bosfan27-Jan-09 3:23
bosfan27-Jan-09 3:23 
AnswerRe: Change selection in CListCtrl with keys? Pin
Naveen27-Jan-09 2:56
Naveen27-Jan-09 2:56 
GeneralRe: Change selection in CListCtrl with keys? [modified] Pin
bosfan27-Jan-09 3:55
bosfan27-Jan-09 3:55 

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.