timemachine
Boom Bhadam Dhishkyao
Re: Post ur C/C++ Programs Here
take the help of turboc++ help function
it helps a lot really
take the help of turboc++ help function
it helps a lot really
Sykora said:@shady_inc : Why thank you.
@ ayush_chh :
From what I've read of the insnode() function, the code is a mess.
For example, you're mallocing a block of memory at temp->link, without ever initializing temp.
The second thing is, the statement you've bolded, ie n1->link;, isn't supposed to do anything by itself. Perhaps you meant n1->link = temp or something?
EDIT : On further study, I think what you meant was :
Code:if(desti==1) { [B]temp[/B]=(node *)malloc(sizeof(node)); printf("\nEnter the item to be inserted\n"); scanf("%d",&temp->info); temp->link=n1; n=temp; [B]/*n1->link;*/[/B] printf("\nNode Inserted Successfully\n"); printf("\nThe new Linked List elements are\n"); break; }
Sykora said:Anyone here running a 64bit OS who can try that out and tell us what size their int is?
Am i mistaken or is it targeted at meaditya.shevade said:And, it is now, that I came to know, that there are people who like TurboC/C++'s crap IDE and the entire package...
Is becoming more technical actuallyaditya.shevade said:^^ He hates that programming is becoming technical? I don't remember when it wasn't technical.....
Zeeshan Quireshi said:Am i mistaken or is it targeted at me
QwertyManiac said:Is becoming more technical actually
Zeeshan Quireshi said:Dud , i'm totally for Standard C++ , that's why i said that RHIDE has a TC like Interface but uses GCC as backend therefore it is a 'Standard C++' development environment , but with the look and feel like TC
, arre i'm totally Calm n Composed , was just telling ya bout RHIDE .aditya.shevade said:I know. I said, I am not targeting you but I am targeting those who do not use standard C. You are not included in that. Cool down.