| View previous topic :: View next topic |
| Author |
Message |
Boxes How do I cheat?
Reputation: 0
Joined: 16 Sep 2007 Posts: 3
|
Posted: Thu May 17, 2012 3:57 pm Post subject: C++ LoL |
|
|
| Code: | #include <iostream>
#include <string>
using namespace std;
float countr=0;
class mess{
public:
void sM (string a){
cout<<a<<endl;
}
void sMi (int a){
cout<<a<<endl;
}
};
int main(){
mess myMess;
while (countr <= 1000 * 6){
myMess.sM("VAGINAS");
countr=countr+0.1;
}
return 0;
} |
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Thu May 17, 2012 4:55 pm Post subject: |
|
|
| So it's just going to spam "VAGINAS" 60000 times?
|
|
| Back to top |
|
 |
Fafaffy Cheater
Reputation: 65
Joined: 12 Dec 2007 Posts: 28
|
Posted: Thu May 17, 2012 5:10 pm Post subject: |
|
|
Wow, that's really inefficiently coded. Any reason for that?
_________________
| Brillia wrote: | | I FUCKING FUCK SEX |
|
|
| Back to top |
|
 |
:^( Grandmaster Cheater
Reputation: 109
Joined: 25 May 2007 Posts: 689
|
Posted: Thu May 17, 2012 5:11 pm Post subject: |
|
|
| blablfy. wrote: | | Wow, that's really inefficiently coded. Any reason for that? |
He barely knows what he's doing
|
|
| Back to top |
|
 |
Boxes How do I cheat?
Reputation: 0
Joined: 16 Sep 2007 Posts: 3
|
Posted: Thu May 17, 2012 5:55 pm Post subject: |
|
|
| Dalton. wrote: | | blablfy. wrote: | | Wow, that's really inefficiently coded. Any reason for that? |
He barely knows what he's doing |
>basing my knowledge of c++ on 28 lines of code that I made out of boredom and not to be efficient...
I'm learning c++ and I know its far from efficient thanks for pointing that out though? I'm glad you can tell good code from bad code?
| Description: |
|
| Filesize: |
25.18 KB |
| Viewed: |
6197 Time(s) |

|
|
|
| Back to top |
|
 |
:^( Grandmaster Cheater
Reputation: 109
Joined: 25 May 2007 Posts: 689
|
Posted: Thu May 17, 2012 5:57 pm Post subject: |
|
|
| Magic Cow wrote: | | Dalton. wrote: | | blablfy. wrote: | | Wow, that's really inefficiently coded. Any reason for that? |
He barely knows what he's doing |
>basing my knowledge of c++ on 28 lines of code that I made out of boredom and not to be efficient...
I'm learning c++ and I know its far from efficient thanks for pointing that out though? I'm glad you can tell good code from bad code? |
why did you self contradict your > as a rebuttal
if you're learning c++ you barely know what you're doing
|
|
| Back to top |
|
 |
bfsdbsdfbdsfb Grandmaster Cheater
Reputation: 54
Joined: 06 Sep 2007 Posts: 702 Location: Oh noez.
|
Posted: Thu May 17, 2012 6:02 pm Post subject: |
|
|
| Dalton. wrote: | | Magic Cow wrote: | | Dalton. wrote: | | blablfy. wrote: | | Wow, that's really inefficiently coded. Any reason for that? |
He barely knows what he's doing |
>basing my knowledge of c++ on 28 lines of code that I made out of boredom and not to be efficient...
I'm learning c++ and I know its far from efficient thanks for pointing that out though? I'm glad you can tell good code from bad code? |
why did you self contradict your > as a rebuttal
if you're learning c++ you barely know what you're doing |
not necessarily
_________________
bsdfbdsfb |
|
| Back to top |
|
 |
Boxes How do I cheat?
Reputation: 0
Joined: 16 Sep 2007 Posts: 3
|
Posted: Thu May 17, 2012 6:05 pm Post subject: |
|
|
| Dalton. wrote: | | Magic Cow wrote: | | Dalton. wrote: | | blablfy. wrote: | | Wow, that's really inefficiently coded. Any reason for that? |
He barely knows what he's doing |
>basing my knowledge of c++ on 28 lines of code that I made out of boredom and not to be efficient...
I'm learning c++ and I know its far from efficient thanks for pointing that out though? I'm glad you can tell good code from bad code? |
why did you self contradict your > as a rebuttal
if you're learning c++ you barely know what you're doing |
Would you care to modify my code and make it better then and show me how it should be coded? I can't thing of any other way honestly except self controdiction
|
|
| Back to top |
|
 |
Evil_Intentions Expert Cheater
Reputation: 65
Joined: 07 Jan 2010 Posts: 214
|
Posted: Thu May 17, 2012 7:08 pm Post subject: |
|
|
| Code: | #include <iostream>
int main(){
for(int i=0; i<6000; i++){
std::cout << "VAGINAS" << std::endl;
}
return 0;
} |
iirc.
Haven't touched c++ in ages.
|
|
| Back to top |
|
 |
Boxes How do I cheat?
Reputation: 0
Joined: 16 Sep 2007 Posts: 3
|
Posted: Thu May 17, 2012 7:19 pm Post subject: |
|
|
| Kazekeil wrote: | | Code: | #include <iostream>
int main(){
for(int i=0; i<6000; i++){
std::cout << "VAGINAS" << std::endl;
}
return 0;
} |
iirc.
Haven't touched c++ in ages. |
I forgot all about for loops ;-; whoops
I'm only on chapter 3 of my book
|
|
| Back to top |
|
 |
:^( Grandmaster Cheater
Reputation: 109
Joined: 25 May 2007 Posts: 689
|
Posted: Thu May 17, 2012 7:21 pm Post subject: |
|
|
| Magic Cow wrote: | | Kazekeil wrote: | | Code: | #include <iostream>
int main(){
for(int i=0; i<6000; i++){
std::cout << "VAGINAS" << std::endl;
}
return 0;
} |
iirc.
Haven't touched c++ in ages. |
I forgot all about for loops ;-; whoops
I'm only on chapter 3 of my book |
akae yes necessarily
| Description: |
|
| Filesize: |
146.46 KB |
| Viewed: |
6116 Time(s) |

|
|
|
| Back to top |
|
 |
bfsdbsdfbdsfb Grandmaster Cheater
Reputation: 54
Joined: 06 Sep 2007 Posts: 702 Location: Oh noez.
|
Posted: Thu May 17, 2012 7:23 pm Post subject: |
|
|
| Dalton. wrote: | | Magic Cow wrote: | | Kazekeil wrote: | | Code: | #include <iostream>
int main(){
for(int i=0; i<6000; i++){
std::cout << "VAGINAS" << std::endl;
}
return 0;
} |
iirc.
Haven't touched c++ in ages. |
I forgot all about for loops ;-; whoops
I'm only on chapter 3 of my book |
akae yes necessarily |
| Description: |
|
| Filesize: |
480.52 KB |
| Viewed: |
6111 Time(s) |

|
_________________
bsdfbdsfb |
|
| Back to top |
|
 |
Evil_Intentions Expert Cheater
Reputation: 65
Joined: 07 Jan 2010 Posts: 214
|
Posted: Thu May 17, 2012 7:31 pm Post subject: |
|
|
|
|
| Back to top |
|
 |
Boxes How do I cheat?
Reputation: 0
Joined: 16 Sep 2007 Posts: 3
|
Posted: Thu May 17, 2012 7:37 pm Post subject: |
|
|
| Description: |
|
| Filesize: |
49.87 KB |
| Viewed: |
6093 Time(s) |

|
|
|
| Back to top |
|
 |
|