Search Results

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: orko ; Forum: C and child forums
Forum: C Oct 31st, 2006
Replies: 1
Views: 1,723
Posted By orko
Hello, I usually don't complain too much. But this time I am getting mad. I just wrote a linked list, where
1. If the value was not present before in the list, it will be added. In this case, there...
Forum: C Apr 14th, 2006
Replies: 13
Views: 25,181
Posted By orko
an easy solution is:


startX, endX;
for(i=startX; i<=endX; i++) {
for(j=2; j<i; j++) {
p=i%j;
if(p!=0) {
// you know it is not prime... break the loop
} //now...
Forum: C Apr 10th, 2006
Replies: 1
Views: 884
Posted By orko
very simple u r calling char m_f_name[30] inside ur remove member function..... n u r not returning anything to the main function..... so, watever is done inside the remove function doesn't link to...
Forum: C Apr 10th, 2006
Replies: 4
Views: 1,267
Posted By orko
u can use debugging tool or watch function of ur compiler for better understanding wat u made wrong..... n the thing is i have run ur program.... it seems like it z working fine.... okay for...
Forum: C Apr 9th, 2006
Replies: 8
Views: 2,518
Posted By orko
we do binary calculation on following manner:
read carefully, then read salem's posting..... i hope u ll get ur ans. :).... cheers!
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC