i have problem in one part of my project
although it's not completed yet...
in function llfined2 there occurs an exeption because of
if(t->b_num==d)....
i don't why it's wrong!!!!!
can any body help me?!:rolleyes:
by the way i use visual c++ 6.0

My guess would be that t->b_num wasn't initialized properly. Mind you, this is very much a guess. I can't run your code so I can't tell for sure, and you didn't post what the exception was, but I'm assuming it's due to an improperly initialized pointer (in this case the members of t were not set properly).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.