C++
C++ mon amour,
C++ ma treasure,
C++ pour toujours!!!
Information
Founded:
in 1979 by Bjarne Stroustrup at Bell Labs
Fans

6 of 5,434 fansSee All

Andrew
Andrew
Wasan
Wasan
Mohamed
Mohamed
Photos

2 of 4 albumsSee All

C++ BooksCreated about 11 months ago
C++ artUpdated on December 16, 2008 at 11:45pm
Events

1 past eventSee All

 
Donald

Donald What is your favorite IDE?.....mine MSVC...

December 24 at 8:58am · Report
Issam Lahlali

Issam Lahlali Linus torvalds think that C++ is not a good langage, discover and debate this opinion here http://cppdepend.wordpress.com/2009/12/04/c-vs-c-linux-analysis-case/

December 4 at 1:24pm · Report
Andrea Bedini

Andrea Bedini  in C++ (and maybe in C as well) if you have an array a[n] means *((a) + (n)) so you can assert( &a[n] == &n[a] ), crazy

December 2 at 5:12am
Waleed Nasser

Waleed Nasser C and C++ are the greatest programming languages ever. In fact they are among the greatest ever achievements of humans over all ages.
These two languages have simply changed the course of life of the human race on planet Earth.
Just try for a few minutes to imagine life without UNIX, without Windows, without MS Office, o...r without browsers...
Isn't it enough that C gave birth to UNIX (the most powerful OS), to Windows, and to many programming languages?
Isn't it enough that C++ gave birth to Java and C# and to many great, indispensable SW applications?

See More
November 28 at 10:02pm · Report
Jean
Jean
That's right...
December 14 at 7:09pm
Khaled Mouak
ΣΑΚΙΣ ΔΗΜΟΠΟΥΛΟΣ

ΣΑΚΙΣ ΔΗΜΟΠΟΥΛΟΣ std::cout<<"hello c++ programmers!<</n;

November 19 at 9:05am · Report
Steve Anderson

Steve Anderson #include <iostream>
using namespace std ;
void main()
{

char choice;
int a,b,c,d,x,y;
cout<<" welcome to fraction caluculator , enter any letter to start, enter e to exit";
cin>>choice;
cout<<choice;
while(choice != 'e')
{
cout<<"enter the first nomenator\n";
cin>>a;
cout<<"enter the first domonator, domonator don't equla zero\n"...;
cin>>b;
cout<<"enter the second nomenator\n";
cin>>c;
cout<<"enter the second domonator , domonator don't equla zero\n";
cin>>d;
if(b == 0)
{
cout<<" you have enter zero,enter a new value\n";
cin>>b;
}
if(d == 0)
{
cout<<"you have enter zero,enter a new value\n";
cin>>d;
}
x = a*d + c*b;
y = b*d;
cout<<a<<"/"<<b<<"+"<<c<< "/"<<d<<"="<<x<<"/"<<y;

//cin>>choice;
}

}

See More
October 28 at 6:18am · Report
Lee Jae Beom

Lee Jae Beom cout << "Hello, PEOPLE";

October 27 at 9:33pm · Report
Marco Antonio Berrios Albornoz

Marco Antonio Berrios Albornoz #include <stdio.h>
#include <conio.h>
int info[]={40,90,100,10,60,0,0};
int enlace[]={4,2,-1,0,1,0,0};
int p=3;
int i=p;
void main()
{
clrscr();
printf("\nLa lista enlazada es:\n");
while (i!=-1)
{



printf("\n\t%d",info[i]);



i=enlace[i];

}
getch();

// How to insert an element (node) to the linked list? // WORK.........NOW!!!!!!

}...

___________

help me please

See More
October 15 at 1:44pm · Report
Aurélien Derouineau
Aurélien Derouineau
This ain't C++...
November 5 at 2:41pm
Tim Sullivan

Tim Sullivan Hello World!
I'm a freelance C++ programmer (off and on). I started programming Win32 API a few months ago, and I was wondering if anyone knew how to get a string of characters from the user with something such as an edit box? None of my books say anything about it, I can't afford Visual C++, and I can't seem to communi...cate my problem to other programmers I know. Any ideas? Thanks!

See More
October 13 at 8:19pm · Report
Tanzinul
Tanzinul
Try using Visual C++ Express (it's free) and ResEdit for designing dialog boxes. And look to MSDN Library for help. Good luck!
October 19 at 5:10pm
C++

C++ The C++ has now gotten an accompanying Twitter account! Please follow us at http://twitter.com/c_plus_plus

twitter.com
Twitter link to the C++ on Facebook
Joel
Joel
will we finally get a string::split? maybe ltrim or rtrim? i would like to read a tweet about some essential features being added to the standard library.
September 25 at 9:44pm
Mohammed Allozy

Mohammed Allozy #include<iostream.h>
void main()
{
int i;
for(i=0;i<=1000000;i++)
{



cout<<"\n\3Hellooooo bro\3";
}
getch();
}

September 21 at 1:10am · Report
Nick Magliaro
Nick Magliaro
you gotta add the /a so it beeps everytime
October 14 at 2:01pm
Tyler Colby-Wolter

Tyler Colby-Wolter OMG C++!!!!!!

September 17 at 2:37pm · Report
RECENT ACTIVITY
C++ changed their Website.