C++
C++ mon amour,
C++ ma treasure,
C++ pour toujours!!!
Інформація
Засновано:
in 1979 by Bjarne Stroustrup at Bell Labs
Шанувальники

6 з 5 523 шанувальниківДивитись всіх

Ahmed
Ahmed
Travis
Travis
Світлини

2 з 4 альбомівВсі

C++ BooksСтворено близько 11 місяців тому
C++ artОновлено 16 грудня 2008 р. о 23:45
Нотатки

3 з 5 нотатокВсі

Події
 
Wesam

Wesam إلى
كل أصدقائى و زملائى الأعزاء هل حان الوقت وقد أصبحنا عدد لا يستهان بة أن
يكون لنا نقابة تحمى وتدعم وتضم أبنائها ليكن لهم كيان واضح وصريح ؟ مع
إحترامى لنقابة التجاريين أو العلميين أو حتى المهندسيين فقط كانوا حلم
وها هو أصبح حقيقة. http://www.facebook.com/MafiaWarsFans#/group.php?gid=251148947118&ref=ts

Вчора о 15:24 · Поскаржитися
Ali Hood
Вчора о 7:31 · Поскаржитися
Marc Kampf

Marc Kampf cout << happy new year << endl;

Пн о 13:15 · Поскаржитися
Mimi ✩ Mohamed Khalil
Пн о 6:48 · Поскаржитися
Lenon Kaka

Lenon Kaka Happy new year,c++

1 січня о 18:54 · Поскаржитися
Donald

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

24 грудня 2009 р. о 8:58 · Поскаржитися
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/

4 грудня 2009 р. о 13:24 · Поскаржитися
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

2 грудня 2009 р. о 5:12
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?

Показати більше...
28 листопада 2009 р. о 22:02 · Поскаржитися
Khaled Mouak
ΣΑΚΙΣ ΔΗΜΟΠΟΥΛΟΣ

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

19 листопада 2009 р. о 9:05 · Поскаржитися
Mohammad Elnow Elniel Mohammad

Mohammad Elnow Elniel Mohammad #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;
}

}

Показати більше...
28 жовтня 2009 р. о 6:18 · Поскаржитися
Lee Jae Beom

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

27 жовтня 2009 р. о 21:33 · Поскаржитися