Wrox Programmer Forums
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old March 5th, 2007, 01:22 PM
Registered User
 
Join Date: Mar 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default C++

Dear colleges,,,

First of all Good Evening

Scened, I want to know what is the C++, it is application or software. Why I ask this question, because when I want to download this Language I got so many site tall that you want source code.

Third I WANT TO DOWNLOAD C++ LANGUAGE

WHERE I CAN FIND IT.


PLEASE IT IS VERY Urgent.


Thanks & Regards

kaqkns




Reply With Quote
  #2 (permalink)  
Old March 6th, 2007, 10:01 PM
Authorized User
 
Join Date: Oct 2006
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to mastrgamr
Default

C++ is a computer language itself. used to make applications, games, etc.. It is not possible to download the language because you have to learn it. Source code is what you look at when you want to see how an application (made by the C++ language) is made. For example here is a source code that many C++ learners begin with called "hello world" source code:

Code:
#include<iostream.h>
using namespace std;

int main() {
cout<<"Hello world";
}
Mŧ~|~®GÃ(v)R~
Reply With Quote









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.