Tuesday, July 14, 2009

C++ ,c++????

i've finished the tutorial for c++, the name of the tutorial is cpluscplus in .pdf format, then what?? and i cant see any thing that is relating windows applications and c++, like shutting down the pc with c++ code.. could u tell me how to improve my skill concerning windows with c++??,sorry if my question is rude, thnx for ur cooperation!!

C++ ,c++????
C++ is not a Windows PC language only. It is an utterly general language with compilers that target (almost) every (programmable) device and OS known to man. It is not surprising that a good, general introduction to C++ would not discuss or even mention Windows or PCs. C++ can be run on PCs, servers, mid-range, and mainframe boxes.





If your interest is Windows PC programming in C++, try:





http://www.relisoft.com/win32/index.htm


http://www.developers.net/all_content/Co...





You can get a bare-bones Visual C++ development tool from Microsoft at:





http://msdn2.microsoft.com/en-us/express...
Reply:Check out these links:





www.functionx.com/win32/index.htm





www.cs.sjsu.edu/faculty/pearce/mfc/ (Microsoft Foundation Classes, an older technology use to interface the windows api from c++)





en.wikipedia.org/wiki/C++/CLI --a good starting point to learn about c++/cli, MS's new c++ flavor geared toward the .NET platform.





But if you really want to program windows, start looking into c#. It is based on c and c++. You will learn it in a flash. Then you can program windows through the .NET framework, where much of the windows API has been made easy to work with.
Reply:C++ is very powerful programming language . don't you know that they embed it on IC's .


No comments:

Post a Comment