Re: C++ Question about its possibilites to XP..
From: Thomas Matthews (Thomas_MatthewsSpamBotsSuck_at_sbcglobal.net)
Date: 12/15/04
- Next message: Stephan Brönnimann: "Re: "Hello, world!" tutorial available (Windows, mingw/msvc)"
- Previous message: Tim Prince: "Re: small numerical differences in floating point result between wintel and Sun/SPARC"
- In reply to: pachanga: "C++ Question about its possibilites to XP.."
- Next in thread: Jack Klein: "Re: C++ Question about its possibilites to XP.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 15 Dec 2004 12:39:54 GMT
pachanga wrote:
> I was thinking of learning C++ to really understand computer
> programming. A lot of my friends tell me that C++ is faster and good
> quality.
Faster than what? Assembly, LISP, Basic, FORTRAN, COBOL, etc.?
> My question is can C++ create Windows Applications?
Yes, one can write a program in C++ to create Windows applications on
different platforms, provided that those platforms support windowing.
> For Windows XP?
Probably, but ask in a Microsoft newsgroup. See the welcome.txt
link below.
> or is C++ limited to open source applications, command prompt
> applications?
The usage of C++ is only limited to the platforms that have a
compiler for it. C++ can be used for vending machine applications,
VCRs, Dishwashers, and tape drives. Windows are not the only
platform in the world.
> Is it possible to create a real-time application for Microsoft
> Windows using C++?
Depends on the Windows operating system and the other applications
that it is executing. A real-time program can be written in any
language. The operating system doesn't care what language the
program was written in. The operating system is responsible
for executing programs in a timely fashion. The program is
responsible for accomplishing tasks within the time limits.
> I can't seem to find the answer using
> keywords in my search engine. I am a bit confused.
>
To lessen your confusion, look up the following phrases
or words at http://foldoc.doc.ic.ac.uk/foldoc/index.html
real time
operating system
application
open source
platform
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
- Next message: Stephan Brönnimann: "Re: "Hello, world!" tutorial available (Windows, mingw/msvc)"
- Previous message: Tim Prince: "Re: small numerical differences in floating point result between wintel and Sun/SPARC"
- In reply to: pachanga: "C++ Question about its possibilites to XP.."
- Next in thread: Jack Klein: "Re: C++ Question about its possibilites to XP.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|