View previous topic :: View next topic |
Author |
Message |
The Fish Expert Cheater
Reputation: 3
Joined: 11 Aug 2008 Posts: 114 Location: Ohio bitch
|
Posted: Tue Feb 01, 2011 11:37 am Post subject: need some help with a code. |
|
|
Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
system{"PAUSE"); |
how do I get it back to the back?
|
|
Back to top |
|
 |
Benji Random spam moderator
Reputation: 3
Joined: 31 Dec 2007 Posts: 59 Location: The Netherlands
|
Posted: Tue Feb 01, 2011 11:38 am Post subject: |
|
|
>C++
I honestly recommend going for C#.
_________________
|
|
Back to top |
|
 |
The Fish Expert Cheater
Reputation: 3
Joined: 11 Aug 2008 Posts: 114 Location: Ohio bitch
|
Posted: Tue Feb 01, 2011 11:38 am Post subject: |
|
|
Benji wrote: | >C++
I honestly recommend going for C#. |
It's a school thing.
|
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Tue Feb 01, 2011 11:39 am Post subject: Re: need some help with a code. |
|
|
The Fish wrote: | Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
system{"PAUSE"); |
how do I get it back to the back? |
elaborate your question ?
|
|
Back to top |
|
 |
The Fish Expert Cheater
Reputation: 3
Joined: 11 Aug 2008 Posts: 114 Location: Ohio bitch
|
Posted: Tue Feb 01, 2011 11:41 am Post subject: Re: need some help with a code. |
|
|
gogodr wrote: | The Fish wrote: | Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
system{"PAUSE"); |
how do I get it back to the back? |
elaborate your question ? |
I need to continue my code there.
Description: |
|
Filesize: |
4.88 KB |
Viewed: |
8656 Time(s) |

|
|
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Tue Feb 01, 2011 11:44 am Post subject: Re: need some help with a code. |
|
|
The Fish wrote: | gogodr wrote: | The Fish wrote: | Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
system{"PAUSE"); |
how do I get it back to the back? |
elaborate your question ? |
I need to continue my code there. |
ok?
|
|
Back to top |
|
 |
The Fish Expert Cheater
Reputation: 3
Joined: 11 Aug 2008 Posts: 114 Location: Ohio bitch
|
Posted: Tue Feb 01, 2011 11:45 am Post subject: Re: need some help with a code. |
|
|
gogodr wrote: | The Fish wrote: | gogodr wrote: | The Fish wrote: | Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
system{"PAUSE"); |
how do I get it back to the back? |
elaborate your question ? |
I need to continue my code there. |
ok? |
What symbol do I use?
I'm stuck.
|
|
Back to top |
|
 |
InternetIsSeriousBusiness Grandmaster Cheater Supreme
Reputation: 8
Joined: 12 Jul 2010 Posts: 1269
|
Posted: Tue Feb 01, 2011 11:47 am Post subject: |
|
|
Code: | /* The Fish's hello world shit
with more comments */
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World! "; // prints Hello World!
cout << "I'm a C++ program"; // prints I'm a C++ program
return 0;
} |
_________________
FLAME FLAME FLAME!!!@@@ |
|
Back to top |
|
 |
The Fish Expert Cheater
Reputation: 3
Joined: 11 Aug 2008 Posts: 114 Location: Ohio bitch
|
Posted: Tue Feb 01, 2011 11:47 am Post subject: |
|
|
Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
|
code's done, just need to know how to end it.
|
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Tue Feb 01, 2011 11:53 am Post subject: |
|
|
The Fish wrote: | Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
|
code's done, just need to know how to end it. |
}
|
|
Back to top |
|
 |
The Fish Expert Cheater
Reputation: 3
Joined: 11 Aug 2008 Posts: 114 Location: Ohio bitch
|
Posted: Tue Feb 01, 2011 11:54 am Post subject: |
|
|
gogodr wrote: | The Fish wrote: | Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
|
code's done, just need to know how to end it. |
} |
I put it in and it stays here.
Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
} |
|
|
Back to top |
|
 |
Benji Random spam moderator
Reputation: 3
Joined: 31 Dec 2007 Posts: 59 Location: The Netherlands
|
Posted: Tue Feb 01, 2011 11:56 am Post subject: |
|
|
inb4
Description: |
|
Filesize: |
17.18 KB |
Viewed: |
8629 Time(s) |

|
_________________
|
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Tue Feb 01, 2011 11:59 am Post subject: |
|
|
The Fish wrote: | gogodr wrote: | The Fish wrote: | Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
|
code's done, just need to know how to end it. |
} |
I put it in and it stays here.
Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
} |
|
yeah... whats wrong with that?
|
|
Back to top |
|
 |
The Fish Expert Cheater
Reputation: 3
Joined: 11 Aug 2008 Posts: 114 Location: Ohio bitch
|
Posted: Tue Feb 01, 2011 11:59 am Post subject: |
|
|
gogodr wrote: | The Fish wrote: | gogodr wrote: | The Fish wrote: | Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
|
code's done, just need to know how to end it. |
} |
I put it in and it stays here.
Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
} |
|
yeah... whats wrong with that? |
EDIT:
won't let me start it.
|
|
Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Tue Feb 01, 2011 12:04 pm Post subject: |
|
|
The Fish wrote: | gogodr wrote: | The Fish wrote: | gogodr wrote: | The Fish wrote: | Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
|
code's done, just need to know how to end it. |
} |
I put it in and it stays here.
Code: | //Hello World by James Fisher
#include<iostream>
using namespace std;
int main(void)
{
cout <<endl <<"Hello Awesome World" << endl << endl;
system{"PAUSE");
} |
|
yeah... whats wrong with that? |
EDIT:
won't let me start it. |
care to post the errors?
|
|
Back to top |
|
 |
|