I cannot figure out how to open the results/output window in Dev c++. Also how to effectively use step over / step into . I kept breakpoints at certain points in my program but step over from then onwards does not happen by pressing ctrl+f7 and I dont know how to do it . I am using
Dev C++ 4.9.9.2 version .
Thanks ,
comwizz
comwizz
0
Light Poster
Recommended Answers
Jump to PostPlease reply.
Don't bump your thread. Everyone here is helping others on voluntary basis by finding whatever time they are free to spare.
I cannot figure out how to open the results/output window in Dev c++. Also how to effectively use step over / step into . I kept breakpoints …
Jump to Post>I cannot figure out how to open the results/output window in Dev c++.
Assuming I understand what you mean, the output window is a command prompt process that's created when you run your program and terminates when your program ends. Just hit F9 to compile and run, or choose the …
Jump to Posti use Dev C++ and a simple
int main() {
............
............system ("pause");
return 0;
}keeps the window open for me to see the results.
System Command- Non-Portable,Very Expensive
Jump to PostSystem Command- Non-Portable,Very Expensive
>Non-Portable
It is portable, since it's on my laptop I can carry it around with me everywhere I go. :rolleyes:>Very Expensive
Didn't cost me a dime to use. :rolleyes:Or am I just clutching at straws here. ;)
Jump to Post>Non-Portable
It is portable, since it's on my laptop I can carry it around with me everywhere I go. :rolleyes:>Very Expensive
Didn't cost me a dime to use. :rolleyes:Or am I just clutching at straws here. ;)
If your intent was to make people laugh then I guess …
All 18 Replies
comwizz
0
Light Poster
SpS
34
Posting Pro
Narue
5,707
Bad Cop
Team Colleague
nemo
0
Newbie Poster
SpS
34
Posting Pro

iamthwee
SpS
34
Posting Pro

iamthwee
Rashakil Fol
978
Super Senior Demiposter
Team Colleague
SpS
34
Posting Pro

iamthwee
SpS
34
Posting Pro

iamthwee
Narue
5,707
Bad Cop
Team Colleague
SpS
34
Posting Pro
Narue
5,707
Bad Cop
Team Colleague
Shankye
36
Junior Poster
deepshikha more
-5
Newbie Poster
Narue
commented:
Bad answer
-5
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.