Welcome Guest [Log In] [Register]



Add Reply
C++
Topic Started: Jul 6 2006, 11:48 AM (251 Views)
BrandMan211
0
Moderators
Anybody know any?
Offline Profile Quote Post Goto Top
 
ari_aaron
Member Avatar
1a4
Root Administrator
I know very little.

Do you want something in spicific?

My msn: Posted Image
Posted Image
If anyone wants GMail or Windows Live Messenger invites, PM me!
Offline Profile Quote Post Goto Top
 
BrandMan211
0
Moderators
You do you make if then statements, like if you type hi then something happens?
Offline Profile Quote Post Goto Top
 
fsd
3a4

you need to refrase that quetion

well if you do

int number = 0;

cout<<"what is your number?"
cin>>number

if (number = >5 && number = <10)
{
cout<<"your number is between 5 and 10"
}
"mmmmm i love the internet. every time i go to a website i get a cookie HOW AWESOME IS THAT!" - Quote from me


"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - Albert Einstein
"Imagination is more important than knowledge."- Albert Einstein
Offline Profile Quote Post Goto Top
 
GuiltySpark


Code:
 

#include <iostream>

using namespace std;

//this is a simple adding program

int x, y;

int main()
{
while ( 1 == 1 )
{
cout<< "Adding Program by Guilty Spark\n\n";
cout<< "Enter first number to add: ";
cin>> x;
cout<< "\nEnter second number to add: ";
cin>> y;
cout<< x << " + " << y << " = " << x + y;
cin.ignore();
cin.get();
}
}
Offline Profile Quote Post Goto Top
 
fsd
3a4

there you go
i nice writen program

i forgot the ; :D
"mmmmm i love the internet. every time i go to a website i get a cookie HOW AWESOME IS THAT!" - Quote from me


"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - Albert Einstein
"Imagination is more important than knowledge."- Albert Einstein
Offline Profile Quote Post Goto Top
 
ari_aaron
Member Avatar
1a4
Root Administrator
yes, and if you want to learn if and then, read fsd tutorials :P

My msn: Posted Image
Posted Image
If anyone wants GMail or Windows Live Messenger invites, PM me!
Offline Profile Quote Post Goto Top
 
fsd
3a4

yep it is short sweet and kinda confusing :P
"mmmmm i love the internet. every time i go to a website i get a cookie HOW AWESOME IS THAT!" - Quote from me


"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - Albert Einstein
"Imagination is more important than knowledge."- Albert Einstein
Offline Profile Quote Post Goto Top
 
rig
1a5a6a4
Administrators
Hey, I tried that script (guilty sparks one) and got this...

Edit: Nvm, just a stupid mistake lol.
Posted Image
Offline Profile Quote Post Goto Top
 
ari_aaron
Member Avatar
1a4
Root Administrator
You still remember this place?

My msn: Posted Image
Posted Image
If anyone wants GMail or Windows Live Messenger invites, PM me!
Offline Profile Quote Post Goto Top
 
fsd
3a4

yes i get on it every day
i made two topic 2 days ago
"mmmmm i love the internet. every time i go to a website i get a cookie HOW AWESOME IS THAT!" - Quote from me


"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - Albert Einstein
"Imagination is more important than knowledge."- Albert Einstein
Offline Profile Quote Post Goto Top
 
rig
1a5a6a4
Administrators
Well I just recently got c++ so ill be needing much help, and I go here about 14 times per week (about 2 per day)!
Posted Image
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · C++ · Next Topic »
Add Reply


Theme designed by Sith of Outline