Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


need some help with a code.
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
The Fish
Expert Cheater
Reputation: 3

Joined: 11 Aug 2008
Posts: 114
Location: Ohio bitch

PostPosted: Tue Feb 01, 2011 11:37 am    Post subject: need some help with a code. Reply with quote

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
View user's profile Send private message
Benji
Random spam moderator
Reputation: 3

Joined: 31 Dec 2007
Posts: 59
Location: The Netherlands

PostPosted: Tue Feb 01, 2011 11:38 am    Post subject: Reply with quote

>C++

I honestly recommend going for C#.

_________________
Back to top
View user's profile Send private message
The Fish
Expert Cheater
Reputation: 3

Joined: 11 Aug 2008
Posts: 114
Location: Ohio bitch

PostPosted: Tue Feb 01, 2011 11:38 am    Post subject: Reply with quote

Benji wrote:
>C++

I honestly recommend going for C#.

It's a school thing.
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Feb 01, 2011 11:39 am    Post subject: Re: need some help with a code. Reply with quote

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
View user's profile Send private message MSN Messenger
The Fish
Expert Cheater
Reputation: 3

Joined: 11 Aug 2008
Posts: 114
Location: Ohio bitch

PostPosted: Tue Feb 01, 2011 11:41 am    Post subject: Re: need some help with a code. Reply with quote

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.



Untitled.png
 Description:
 Filesize:  4.88 KB
 Viewed:  8656 Time(s)

Untitled.png


Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Feb 01, 2011 11:44 am    Post subject: Re: need some help with a code. Reply with quote

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
View user's profile Send private message MSN Messenger
The Fish
Expert Cheater
Reputation: 3

Joined: 11 Aug 2008
Posts: 114
Location: Ohio bitch

PostPosted: Tue Feb 01, 2011 11:45 am    Post subject: Re: need some help with a code. Reply with quote

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
View user's profile Send private message
InternetIsSeriousBusiness
Grandmaster Cheater Supreme
Reputation: 8

Joined: 12 Jul 2010
Posts: 1269

PostPosted: Tue Feb 01, 2011 11:47 am    Post subject: Reply with quote

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
View user's profile Send private message
The Fish
Expert Cheater
Reputation: 3

Joined: 11 Aug 2008
Posts: 114
Location: Ohio bitch

PostPosted: Tue Feb 01, 2011 11:47 am    Post subject: Reply with quote

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
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Feb 01, 2011 11:53 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
The Fish
Expert Cheater
Reputation: 3

Joined: 11 Aug 2008
Posts: 114
Location: Ohio bitch

PostPosted: Tue Feb 01, 2011 11:54 am    Post subject: Reply with quote

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
View user's profile Send private message
Benji
Random spam moderator
Reputation: 3

Joined: 31 Dec 2007
Posts: 59
Location: The Netherlands

PostPosted: Tue Feb 01, 2011 11:56 am    Post subject: Reply with quote

inb4


inb4.png
 Description:
 Filesize:  17.18 KB
 Viewed:  8629 Time(s)

inb4.png



_________________
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Feb 01, 2011 11:59 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
The Fish
Expert Cheater
Reputation: 3

Joined: 11 Aug 2008
Posts: 114
Location: Ohio bitch

PostPosted: Tue Feb 01, 2011 11:59 am    Post subject: Reply with quote

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
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Tue Feb 01, 2011 12:04 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam All times are GMT - 6 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites