Re: C/C++ stepping through code...
From: Bart van Ingen Schenau (bart_at_ingen.ddns.info)
Date: 03/14/05
- Next message: Bart van Ingen Schenau: "Re: Can't make .exe file!"
- Previous message: Jeff Schwab: "Re: Can't make .exe file!"
- In reply to: Player: "C/C++ stepping through code..."
- Next in thread: Player: "Re: C/C++ stepping through code..."
- Reply: Player: "Re: C/C++ stepping through code..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 14 Mar 2005 19:48:59 +0100
Player wrote:
> Hello all
>
> When inside VS.NET 2003 and coding using C# I find using the F11 key
> to
> jump into my code and step through it line by line examining what each
> line has done, very, very helpfull when it comes to teaching me the
> langauge it's self.
>
> I was wondering if VS.NET 2003 can do this with C++ also ?
Have you tried it?
>
> If not I was wonderinf if anyone knows of an IDE associated with a
> C/C++ compiler that does offer this feature??
>
> I am trying to teach myself C/C++ by starting of with C and I would so
> love to have that feature to aid me in my task...
>
> Is that feature only something that is associated with managed code
> langauges??
No, it is a feature that the Microsoft IDE offers for (to my knowledge)
all languages that they support.
<off topic>
Before you can step through your code, you must start a debugging
session. You can do so by pressing F5.
</off topic>
>
> Player
>
Bart v Ingen Schenau
-- a.c.l.l.c-c++ FAQ: http://www.comeaucomputing.com/learn/faq c.l.c FAQ: http://www.eskimo.com/~scs/C-faq/top.html c.l.c++ FAQ: http://www.parashift.com/c++-faq-lite/
- Next message: Bart van Ingen Schenau: "Re: Can't make .exe file!"
- Previous message: Jeff Schwab: "Re: Can't make .exe file!"
- In reply to: Player: "C/C++ stepping through code..."
- Next in thread: Player: "Re: C/C++ stepping through code..."
- Reply: Player: "Re: C/C++ stepping through code..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|