Click here to Skip to main content

C / C++ / MFC

   

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
GeneralRe: What is the handle count for a process in windows? PinmemberMaximilien3:41 11 Jan '07  
GeneralRe: What is the handle count for a process in windows? Pinmemberbrahmma17:57 11 Jan '07  
AnswerRe: What is the handle count for a process in windows? PinmemberDavid Leyva10:24 11 Jan '07  
AnswerRe: What is the handle count for a process in windows? PinmemberWhiteSky20:58 11 Jan '07  
GeneralRe: What is the handle count for a process in windows? PinmemberGupta Suraj22:33 11 Jan '07  
QuestionCreating .ico file from HICON Pinmemberneilsolent2:22 11 Jan '07  
AnswerRe: Creating .ico file from HICON PinmembertomW861:17 10 Dec '10  
QuestionWhat's wrong.... [modified] PinmemberAstricks2:01 11 Jan '07  
The below code sorts a matrix diagonally. Does it, but at the end it's throwing an "illegal" may be a bad access error. Why ?
int main(int argc, char* argv[])
 
{
 
 
 
            int A[5][5];int i;int j;
 
            int temp; int c,flag;
 
   
}

 
input :
1-1-1
2-2-2
3-3-3
 
output:
1-2-3
1-2-3
1-2-3

 

-- modified at 6:02 Friday 12th January, 2007
 
*
 
*

AnswerRe: What's wrong.... Pinmemberprasad_som2:09 11 Jan '07  
GeneralRe: What's wrong.... PinmemberAstricks0:03 12 Jan '07  
AnswerRe: What's wrong.... PinmemberCPallini2:10 11 Jan '07  
GeneralRe: What's wrong.... PinmemberAstricks0:03 12 Jan '07  
AnswerRe: What's wrong.... PinmemberVuNic2:11 11 Jan '07  
JokeRe: What's wrong.... PinmemberCPallini2:12 11 Jan '07  
GeneralRe: What's wrong.... PinmemberVuNic2:14 11 Jan '07  
GeneralRe: What's wrong.... Pinmemberbrahmma2:25 11 Jan '07  
GeneralRe: What's wrong.... PinmemberVuNic2:34 11 Jan '07  
GeneralRe: What's wrong.... PinmemberJohn R. Shaw14:54 11 Jan '07  
GeneralRe: What's wrong.... PinmemberVuNic19:36 11 Jan '07  
GeneralRe: What's wrong.... PinmemberWhiteSky20:57 11 Jan '07  
GeneralRe: What's wrong.... PinmemberAstricks0:04 12 Jan '07  
AnswerRe: What's wrong.... Pinmemberneilsolent2:12 11 Jan '07  
QuestionSocket Programming PinmemberSrikanthVinayak Ram1:48 11 Jan '07  
AnswerRe: Socket Programming PinmemberMark Salsbery5:13 11 Jan '07  
AnswerRe: Socket Programming PinmemberDavid Leyva10:31 11 Jan '07  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise | Privacy | Mobile
Web03 | 2.5.120529.1 | Last Updated 31 May 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid