| View previous topic :: View next topic |
| Author |
Message |
sponge cake recipe Grandmaster Cheater Supreme
Reputation: 22
Joined: 24 Sep 2007 Posts: 1635
|
Posted: Tue Aug 18, 2009 8:30 pm Post subject: Back to C++.... |
|
|
| Code: | #include <iostream.h>
main()
{
cout << "afro american humans";
cout << "\n";
return 0;
} |
|
|
| Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Tue Aug 18, 2009 8:51 pm Post subject: |
|
|
Wtf? You don't have to use the namespace shit?
_________________
|
|
| Back to top |
|
 |
Chidori Grandmaster Cheater
Reputation: 1
Joined: 25 Apr 2008 Posts: 691 Location: Canada
|
Posted: Tue Aug 18, 2009 9:03 pm Post subject: |
|
|
| i tried C# actually got some progress in XNA,but it's just not for me
|
|
| Back to top |
|
 |
Benji Random spam moderator
Reputation: 4
Joined: 31 Dec 2007 Posts: 61 Location: The Netherlands
|
Posted: Tue Aug 18, 2009 9:51 pm Post subject: Re: Back to C++.... |
|
|
| Viral wrote: | | Code: | #include <iostream.h>
main()
{
cout << "afro american humans";
cout << "\n";
return 0;
} |
|
If you're doing something, do it right. Idiot.
| Code: | #include <iostream>
including namespace std;
int main ()
{
cout << "afro american humans"; endl;
}
return 0; |
_________________
|
|
| Back to top |
|
 |
sponge cake recipe Grandmaster Cheater Supreme
Reputation: 22
Joined: 24 Sep 2007 Posts: 1635
|
Posted: Tue Aug 18, 2009 9:58 pm Post subject: Re: Back to C++.... |
|
|
| hiroshi12789 wrote: | | Viral wrote: | | Code: | #include <iostream.h>
main()
{
cout << "afro american humans";
cout << "\n";
return 0;
} |
|
If you're doing something, do it right. Idiot.
| Code: | #include <iostream>
including namespace std;
int main ()
{
cout << "afro american humans"; endl;
}
return 0; |
|
IT WORKS ANYWAY JEWCOPTER.
|
|
| Back to top |
|
 |
Benji Random spam moderator
Reputation: 4
Joined: 31 Dec 2007 Posts: 61 Location: The Netherlands
|
Posted: Tue Aug 18, 2009 10:00 pm Post subject: Re: Back to C++.... |
|
|
| Viral wrote: | | hiroshi12789 wrote: | | Viral wrote: | | Code: | #include <iostream.h>
main()
{
cout << "afro american humans";
cout << "\n";
return 0;
} |
|
If you're doing something, do it right. Idiot.
| Code: | #include <iostream>
including namespace std;
int main ()
{
cout << "afro american humans"; endl;
}
return 0; |
|
IT WORKS ANYWAY JEWCOPTER. |
I was just showing the easier way.
_________________
|
|
| Back to top |
|
 |
sponge cake recipe Grandmaster Cheater Supreme
Reputation: 22
Joined: 24 Sep 2007 Posts: 1635
|
Posted: Tue Aug 18, 2009 10:01 pm Post subject: |
|
|
| The way I see it, the less you do the easier it is.
|
|
| Back to top |
|
 |
Benji Random spam moderator
Reputation: 4
Joined: 31 Dec 2007 Posts: 61 Location: The Netherlands
|
Posted: Tue Aug 18, 2009 10:03 pm Post subject: |
|
|
| Viral wrote: | | The way I see it, the less you do the easier it is. |
[05:45] <Benji> I included namespace, which is needed. I replaced a whole line with 6 characters and I placed return out of the command body because it doesn't belong there
[05:46] <Benji> +1 Benji
_________________
|
|
| Back to top |
|
 |
sponge cake recipe Grandmaster Cheater Supreme
Reputation: 22
Joined: 24 Sep 2007 Posts: 1635
|
Posted: Tue Aug 18, 2009 10:03 pm Post subject: |
|
|
| hiroshi12789 wrote: | | Viral wrote: | | The way I see it, the less you do the easier it is. |
[05:45] <Benji> I included namespace, which is needed. I replaced a whole line with 6 characters and I placed return out of the command body because it doesn't belong there
[05:46] <Benji> +1 Benji |
13:16.48 Viral: viral has been learning c++ from an age old book for all of 20 mins
13:16.51 Viral: isn't bad considering
13:16.55 Viral: +2 viral
|
|
| Back to top |
|
 |
I am God. Grandmaster Cheater Supreme
Reputation: -1
Joined: 15 Jun 2008 Posts: 1263
|
Posted: Tue Aug 18, 2009 10:05 pm Post subject: |
|
|
This thread is full of small e-penis's trying to get bigger.
It fails.
_________________
┌─┐
┴─┴
ಠ_ರೃ
I'm Kruë |
|
| Back to top |
|
 |
Benji Random spam moderator
Reputation: 4
Joined: 31 Dec 2007 Posts: 61 Location: The Netherlands
|
Posted: Tue Aug 18, 2009 10:06 pm Post subject: |
|
|
| Viral wrote: | | hiroshi12789 wrote: | | Viral wrote: | | The way I see it, the less you do the easier it is. |
[05:45] <Benji> I included namespace, which is needed. I replaced a whole line with 6 characters and I placed return out of the command body because it doesn't belong there
[05:46] <Benji> +1 Benji |
13:16.48 Viral: viral has been learning c++ from an age old book for all of 20 mins
13:16.51 Viral: isn't bad considering
13:16.55 Viral: +2 viral |
This is the basic stuff. You should know it if you see it once. And you did it wrong.
-2 Viral
+2 Benji
_________________
|
|
| Back to top |
|
 |
I am God. Grandmaster Cheater Supreme
Reputation: -1
Joined: 15 Jun 2008 Posts: 1263
|
Posted: Tue Aug 18, 2009 10:06 pm Post subject: |
|
|
| Kruë wrote: | This thread is full of small e-penis's trying to get bigger.
It fails. |
_________________
┌─┐
┴─┴
ಠ_ರೃ
I'm Kruë |
|
| Back to top |
|
 |
br0l0ck Cheater
Reputation: 63
Joined: 15 Aug 2007 Posts: 36
|
Posted: Tue Aug 18, 2009 10:06 pm Post subject: |
|
|
| itt: benji is better but viral says hes not because viral just started which makes no sense
|
|
| Back to top |
|
 |
sponge cake recipe Grandmaster Cheater Supreme
Reputation: 22
Joined: 24 Sep 2007 Posts: 1635
|
Posted: Tue Aug 18, 2009 10:13 pm Post subject: |
|
|
| Brolock wrote: | | itt: benji is better but viral says hes not because viral just started which makes no sense |
What?
Never said I was better.
And this book I'm learning from is 14 years old.
|
|
| Back to top |
|
 |
Benji Random spam moderator
Reputation: 4
Joined: 31 Dec 2007 Posts: 61 Location: The Netherlands
|
Posted: Tue Aug 18, 2009 10:15 pm Post subject: |
|
|
| Viral wrote: | | Brolock wrote: | | itt: benji is better but viral says hes not because viral just started which makes no sense |
What?
Never said I was better.
And this book I'm learning from is 14 years old. |
http://www.cplusplus.com/doc/tutorial/
Start with books when you're more advanced/know the basics.
_________________
|
|
| Back to top |
|
 |
|