Re: C going to C++
"Kevin Torr" <kevintorr@hotm ail.com> wrote in message
news:406fdd5a$0 $27643$61ce578d @news.syd.swift dsl.com.au...[color=blue]
> "John Harrison" <john_andronicu s@hotmail.com> wrote in message
> news:c4ol54$2hi na4$1@ID-196037.news.uni-berlin.de...[color=green]
> > You seem confused between C++ and Visual C++. Visual C++ is a[/color][/color]
development[color=blue][color=green]
> > environment and your questions are all about how to use that tool. As[/color][/color]
such[color=blue][color=green]
> > they have no relevance on a group about the C++ language (or C language
> > either).
> > Learning C++ is learning a new language, if that is what you want to do[/color]
> then[color=green]
> > fine, ask your C++ questions here. On the other hand learning how to[/color]
> program[color=green]
> > Windows or how to use Visual C++ does not require that you learn C++[/color]
> (Visual[color=green]
> > C++ is a perfectly good C compiler).
> > Try news:microsoft. public.vc.ide_g eneral for help with the Visual C++
> > development tool (you can find this on Microsoft's news server
> > news.Microsoft. com if your server doesn't carry it). Try
> > news:comp.os.ms-windows.program mer.win for Windows programming[/color][/color]
questions.[color=blue]
>
> I understand what you're saying.
>
> Where can I find a tutorial that will show me the steps in writing a C++
> program that will perform my task, or at least something visually similar?
>
> A box with an input, an output field, and a button that runs the function.
>[/color]
Also check out wxWindows, a cross platform C++ GUI library that can be
compiled in MSVC, GCC, mingw, or any other compiler for many platforms.
It has plenty of good examples to walk through, compiles natively on your
chosen platform, and lets you focus on the C++ coding rather than the
graphics.
Cheers, Chris
"Kevin Torr" <kevintorr@hotm ail.com> wrote in message
news:406fdd5a$0 $27643$61ce578d @news.syd.swift dsl.com.au...[color=blue]
> "John Harrison" <john_andronicu s@hotmail.com> wrote in message
> news:c4ol54$2hi na4$1@ID-196037.news.uni-berlin.de...[color=green]
> > You seem confused between C++ and Visual C++. Visual C++ is a[/color][/color]
development[color=blue][color=green]
> > environment and your questions are all about how to use that tool. As[/color][/color]
such[color=blue][color=green]
> > they have no relevance on a group about the C++ language (or C language
> > either).
> > Learning C++ is learning a new language, if that is what you want to do[/color]
> then[color=green]
> > fine, ask your C++ questions here. On the other hand learning how to[/color]
> program[color=green]
> > Windows or how to use Visual C++ does not require that you learn C++[/color]
> (Visual[color=green]
> > C++ is a perfectly good C compiler).
> > Try news:microsoft. public.vc.ide_g eneral for help with the Visual C++
> > development tool (you can find this on Microsoft's news server
> > news.Microsoft. com if your server doesn't carry it). Try
> > news:comp.os.ms-windows.program mer.win for Windows programming[/color][/color]
questions.[color=blue]
>
> I understand what you're saying.
>
> Where can I find a tutorial that will show me the steps in writing a C++
> program that will perform my task, or at least something visually similar?
>
> A box with an input, an output field, and a button that runs the function.
>[/color]
Also check out wxWindows, a cross platform C++ GUI library that can be
compiled in MSVC, GCC, mingw, or any other compiler for many platforms.
It has plenty of good examples to walk through, compiles natively on your
chosen platform, and lets you focus on the C++ coding rather than the
graphics.
Cheers, Chris
Comment