|
| 14 Nov 2015 12:42 AM |
this one kid at school told me this and i wanted to laugh.
there is a difference of being smart and being educated, everyone. a big difference. i can sit here and give you a lecture on phones but that doesn't make you smart, nor do IQ test. it's how you operate in everyday life that determines how smart you really are.
(and no I'm on my maths honor roll, i'm not some soaked up kid mad because he got below an F on an examination.) |
|
|
| Report Abuse |
|
|
| |
|
|
| 14 Nov 2015 12:45 AM |
grades are for squares
EDGIEST POST EVER |
|
|
| Report Abuse |
|
|
anozoo
|
  |
| Joined: 04 May 2013 |
| Total Posts: 2839 |
|
| |
|
AwesDoge2
|
  |
| Joined: 27 Sep 2011 |
| Total Posts: 894 |
|
|
| 14 Nov 2015 12:46 AM |
i got 2% before
that milk carton was great |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2015 12:47 AM |
| Seriously you ppl don't do anything but play games.. |
|
|
| Report Abuse |
|
|
Aetricity
|
  |
| Joined: 29 Mar 2012 |
| Total Posts: 51079 |
|
|
| 14 Nov 2015 12:47 AM |
I have B's and C's and yet I'm programming things and learning programming languages more and more.
People who think your intelligence and furthermore knowledge is relative to your grades are in most cases stupid; otherwise I'd have no idea what C++ is at all.
Official MS-DOS of OT. | http://www.roblox.com/1-Post-item?id=318384228 | [+ ~2.8k] |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2015 12:47 AM |
@ano
stop cutting me with your edges brutha |
|
|
| Report Abuse |
|
|
anozoo
|
  |
| Joined: 04 May 2013 |
| Total Posts: 2839 |
|
|
| 14 Nov 2015 12:48 AM |
| Sorry old chap *tips fedora* just telling the truth. |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2015 12:48 AM |
"People who think your intelligence and furthermore knowledge is relative to your grades are in most cases stupid; otherwise I'd have no idea what C++ is at all."
can you teach me? |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2015 12:49 AM |
@ano
you either did not read my last clause or you're just "that kind of person."
|
|
|
| Report Abuse |
|
|
anozoo
|
  |
| Joined: 04 May 2013 |
| Total Posts: 2839 |
|
|
| 14 Nov 2015 12:51 AM |
| I'm just someone who makes fun of people who say dumb things. |
|
|
| Report Abuse |
|
|
Aetricity
|
  |
| Joined: 29 Mar 2012 |
| Total Posts: 51079 |
|
|
| 14 Nov 2015 12:52 AM |
@Cat, Most certainly! Send me a PM with a question. I'm not the absolute best, but I can help if you'd like.
Official MS-DOS of OT. | http://www.roblox.com/1-Post-item?id=318384228 | [+ ~2.8k] |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2015 12:54 AM |
| @ano oh.. then you do believe your intelligence is defined by a letter on a piece of paper? i believe that is worth making fun of, so, go ahead. |
|
|
| Report Abuse |
|
|
anozoo
|
  |
| Joined: 04 May 2013 |
| Total Posts: 2839 |
|
|
| 14 Nov 2015 12:57 AM |
| But seriously how could you say an IQ test doesn't determine intelligence that's totally a stupid thing to say. |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2015 01:01 AM |
@ano well let's analyze it.
an IQ test is a "test" and usually during these things we regular people call test ,you're usually under pressure to get every single thing you have on your "test" correct. therefore, your brain isn't functioning at it's maximum ability. thus your true potential in terms of intelligence is being shadowed by your need to try to do your best to simply look smart.
now, in everyday life, that isn't a test. you live. if you make fairly well decisions using money (leaks into calculus a bit) and are smart with your choices, your usually intelligent.
test are something you can prepare for, so obviously you should get above a C+. you can't prepare for everyday life. well, that is, unless you have every second of your day planned out and you can see into the future which.. yeah.
|
|
|
| Report Abuse |
|
|
anozoo
|
  |
| Joined: 04 May 2013 |
| Total Posts: 2839 |
|
|
| 14 Nov 2015 01:03 AM |
| So you're saying your brain doesn't function at maximum when it's under pressure to do something right? Wow nice logic. |
|
|
| Report Abuse |
|
|
Aetricity
|
  |
| Joined: 29 Mar 2012 |
| Total Posts: 51079 |
|
|
| 14 Nov 2015 01:07 AM |
#include [iostream]
using namespace std;
// just a very basic script to show you some basic syntax
// i might change the symbols into [ just to pass filter so i can post
class Reply { string text; public: Reply(string); void PrintReply() { cout [[ "\n" [[ text [[ "\n---------------------------------" [[ endl; } };
Reply::Reply(string a) { text = a; }
class Post { string subject; string text; public: Post(string, string); PrintPost(); }
Post::Post(string a, string b) { subject = a; text = b; }
void Post::PrintPost() { cout [[ "SUBJECT: " [[ subject [[ endl; cout [[ "BODY: " [[ body [[ endl; cout [[ "------------------------------------------" [[ endl; }
int main() { Post p("test", "a post or something"); p.PrintPost(); for (int i = 0; i < 5; i++) { Reply r("reply #" + to_string(i)); p.PrintReply(); } }
// why did i do this? i dont know why
Official MS-DOS of OT. | http://www.roblox.com/1-Post-item?id=318384228 | [+ ~2.8k] |
|
|
| Report Abuse |
|
|
| |
|
Aetricity
|
  |
| Joined: 29 Mar 2012 |
| Total Posts: 51079 |
|
|
| 14 Nov 2015 01:24 AM |
@CatBoy, yes.
Official MS-DOS of OT. | http://www.roblox.com/1-Post-item?id=318384228 | [+ ~2.8k] |
|
|
| Report Abuse |
|
|
Spendings
|
  |
| Joined: 12 Apr 2013 |
| Total Posts: 4515 |
|
| |
|
|
| 14 Nov 2015 01:02 PM |
"So you're saying your brain doesn't function at maximum when it's under pressure to do something right? Wow nice logic."
are you being serious right now? *facepalm*
lol what's funny is that isn't even relative to logic but ok whatever keeps your head above the water kiddo |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2015 01:06 PM |
being smart doesn't depend on what you know or your grades it depends on how your brain processes stuff and your problem-solving, as well as your instincts and ability to accept others' thoughts
you can have a dull mind with information, but it won't match to a brilliant mind with less information |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2015 01:09 PM |
| if you get good grades in certain subjects you probably are more intelligent i.e. science or something else that requires logical thinking. i mean, if you've prepared for an exam you're already most likely more intelligent than someone who hasn't bothered. |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2015 01:09 PM |
it's like comparing a highly-skilled architect with very few materials to a poorly-skilled architect with many materials
the same exact logic in this analogy applies to being smart |
|
|
| Report Abuse |
|
|