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 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 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 PostSystem Command- Non-Portable,Very Expensive
Are you thinking of the same system() I'm thinking of? Are you thinking? system("PAUSE") is not expensive. The amount of time spent waiting for user input is about 3000000000000000000000000000000000000000000000000000000000000000000000000 times (give or take a few dozen powers of ten) as long as the amount of overhead …
Jump to Post>Series of steps performed by system()
I'm sorry, I fail to see how the speed of system is in any way relevant to halting the process so that the user has time to read the output.>Now I(and others) just came to know how you program.
It seems he …
Jump to Post>But why should I use such a resource heavy call when I can have better alternatives as suggested by you.
Now you're presenting a better case. :) Rather than avoiding system because system is slow (which is a nebulous argument at best under the circumstances), you're advocating avoiding system because …
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.