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

2 of 4 albumsSee All

C++ BooksCreated about 9 months ago
C++ artUpdated about 11 months ago
No one has added fan photos.
Events

1 past eventSee All

 
Mohammad

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;
}

}
Read More

Lee Jae Beom

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

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

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 communicate my problem to other programmers I know. Any ideas? Thanks!

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

Source: 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++!!!!!!

Kiandra Plummer

Kiandra Plummer Hello C++ folks

Great career oppty in Princeton, NJ for C++/UNIX developer in Princeton, NJ
Contact me @ kpsourcerqueen@yahoo.com for further details

Onlineprace Cz

Onlineprace Cz Chcete spát klidným spánkem? Nabízíme stabilní zaměstnání v IT s možností profesního růstu.

Více na http://tieto.onlineprace.cz

Nicola Antonica

Nicola Antonica c++ for toujours !

Craig Henderson

Craig Henderson For easy, safe multithreaded programming in C++, see my MapReduce library for C++ at http://www.craighenderson.co.uk/mapreduce/

Kayla McGrath

Kayla McGrath Anyone know how to center text relatively easily.. I finished my assignment early and apparently that means I get to do extra work. Maybe something using <iomanip> not sure if it's possible because I could only find left and right.

September 2 at 8:35pm · Report
Josef Manurung
Josef Manurung
whoa, we have a female fan here. Anyway if you haven't solved your problem, get msdn library at microsoft's site n install it to your machine. That way you can get a reference offline or you can just browse the content, either way just look inside the visual C++ documentation n you'll find lots of libraries and functions you'll probably need.

I'm really sorry I can't help you in a forthright manner because I can't even remember the last time I wrote a console application.
September 5 at 10:35am
C++

C++ Enjoy this 1991 masterpiece featuring a short interview with Bjarne back then ;-)
(please click the Like link below if you enjoyed the video)

Source: www.youtube.com
Oldie from Borland presenting C++ back in 1991
Renaya Oranya
Renaya Oranya
instantly
September 6 at 8:09am
Renaya Oranya
Renaya Oranya
(a computer + a compiler + snacks + C++ == fun)
September 6 at 8:12am
RECENT ACTIVITY
C++ changed their Website.