Re: help needed c++
From: Karl Heinz Buchegger (kbuchegg_at_gascad.at)
Date: 03/25/05
- Next message: Karl Heinz Buchegger: "Re: References referencing array members - how evil is it?"
- Previous message: Karl Heinz Buchegger: "Re: Big O and algorithm to decide string A contains string B?"
- In reply to: jhon02148: "Re: help needed c++"
- Next in thread: jhon02148: "Re: help needed c++"
- Reply: jhon02148: "Re: help needed c++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Mar 2005 10:42:02 +0100
jhon02148 wrote:
>
> hi
> iam sorry for not mentioning but iam trying to find someone to give me
> some solution because all the files are correct but the program.cpp
> that should be fixed
Fixed because of *what*?
What happens:
Do you get a compiler error?
If yes, which one and at which line number
Does the program compile, but does it crash during runtime?
In that case, fire up your debugger and figure out *where*
it crashed. Once you know *where* it crashes, the time has
come to think of reasons *why* it crashes at that position.
-- Karl Heinz Buchegger kbuchegg@gascad.at
- Next message: Karl Heinz Buchegger: "Re: References referencing array members - how evil is it?"
- Previous message: Karl Heinz Buchegger: "Re: Big O and algorithm to decide string A contains string B?"
- In reply to: jhon02148: "Re: help needed c++"
- Next in thread: jhon02148: "Re: help needed c++"
- Reply: jhon02148: "Re: help needed c++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|