Line By Line Compilation in C/C++

Status
Not open for further replies.

veddotcom

Journeyman
Hey Guys, I am Able to Compile Program Line by Line By Using 'F8' Key in Turbo C/C++, But the Problem is, This Features works Only Inside the MAIN Function. if I m Using any other Function inside the MAIN, The Compilet Don't go to the User Defined Function's Body, Is there any Method so can i Go Line by Line Compilation even inside the Other Functions??? do the DAVE C++ or Borland C++ Supports that?
 

khattam_

Fresh Stock Since 2005
Hey Guys, I am Able to Compile Program Line by Line By Using 'F8' Key in Turbo C/C++, But the Problem is, This Features works Only Inside the MAIN Function. if I m Using any other Function inside the MAIN, The Compilet Don't go to the User Defined Function's Body, Is there any Method so can i Go Line by Line Compilation even inside the Other Functions??? do the DAVE C++ or Borland C++ Supports that?

most IDEs support that in debugging mode.. go for Code::Blocks instead of devcpp
 
Status
Not open for further replies.
Top Bottom